From b8dd36c15277c08c904b9a0917a2f3b8c2fae03e Mon Sep 17 00:00:00 2001 From: Jan Stancek Date: Tue, 13 Aug 2024 10:03:09 +0200 Subject: [PATCH] kernel-6.11.0-0.rc3.18.el10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Tue Aug 13 2024 Jan Stancek [6.11.0-0.rc3.18.el10] - Linux 6.11-rc3 (Linus Torvalds) - x86/mtrr: Check if fixed MTRRs exist before saving them (Andi Kleen) - x86/paravirt: Fix incorrect virt spinlock setting on bare metal (Chen Yu) - x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailbox (Zhiquan Li) - x86/mm: Fix PTI for i386 some more (Thomas Gleixner) - timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex() (Thomas Gleixner) - ntp: Safeguard against time_constant overflow (Justin Stitt) - ntp: Clamp maxerror and esterror to operating range (Justin Stitt) - irqchip/riscv-aplic: Retrigger MSI interrupt on source configuration (Yong-Xuan Wang) - irqchip/xilinx: Fix shift out of bounds (Radhey Shyam Pandey) - genirq/irqdesc: Honor caller provided affinity in alloc_desc() (Shay Drory) - usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common() (Heikki Krogerus) - usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source capability message (Xu Yang) - usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt() (Tudor Ambarus) - usb: gadget: f_fs: restore ffs_func_disable() functionality (Tudor Ambarus) - USB: serial: debug: do not echo input by default (Marek Marczykowski-Górecki) - usb: typec: tipd: Delete extra semi-colon (Harshit Mogalapalli) - usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch() (Harshit Mogalapalli) - usb: gadget: u_serial: Set start_delayed during suspend (Prashanth K) - usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap() (Dan Carpenter) - usb: typec: fsa4480: Check if the chip is really there (Konrad Dybcio) - usb: gadget: core: Check for unset descriptor (Chris Wulff) - usb: vhci-hcd: Do not drop references before new references are gained (Oliver Neukum) - usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed. (Chris Wulff) - usb: gadget: midi2: Fix the response for FB info with block 0xff (Takashi Iwai) - dt-bindings: usb: microchip,usb2514: Add USB2517 compatible (Alexander Stein) - USB: serial: garmin_gps: use struct_size() to allocate pkt (Javier Carrasco) - USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by (Javier Carrasco) - USB: serial: add missing MODULE_DESCRIPTION() macros (Jeff Johnson) - USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg' (Dr. David Alan Gilbert) - tty: vt: conmakehash: cope with abs_srctree no longer in env (Max Krummenacher) - serial: sc16is7xx: fix invalid FIFO access with special register set (Hugo Villeneuve) - serial: sc16is7xx: fix TX fifo corruption (Hugo Villeneuve) - serial: core: check uartclk for zero to avoid divide by zero (George Kennedy) - driver core: Fix uevent_show() vs driver detach race (Dan Williams) - Documentation: embargoed-hardware-issues.rst: add a section documenting the "early access" process (Greg Kroah-Hartman) - Documentation: embargoed-hardware-issues.rst: minor cleanups and fixes (Greg Kroah-Hartman) - rust: firmware: fix invalid rustdoc link (Andrew Ballance) - spmi: pmic-arb: add missing newline in dev_err format strings (David Collins) - spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree (Konrad Dybcio) - binder_alloc: Fix sleeping function called from invalid context (Mukesh Ojha) - binder: fix descriptor lookup for context manager (Carlos Llamas) - char: add missing NetWinder MODULE_DESCRIPTION() macros (Jeff Johnson) - misc: mrvl-cn10k-dpi: add PCI_IOV dependency (Arnd Bergmann) - eeprom: ee1004: Fix locking issues in ee1004_probe() (Armin Wolf) - fsi: add missing MODULE_DESCRIPTION() macros (Jeff Johnson) - scsi: sd: Keep the discard mode stable (Li Feng) - scsi: sd: Move sd_read_cpr() out of the q->limits_lock region (Shin'ichiro Kawasaki) - scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic (Vamshi Gajjela) - nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets (Jeff Layton) - sunrpc: avoid -Wformat-security warning (Arnd Bergmann) - i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (Gaosheng Cui) - i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume (Gaosheng Cui) - i2c: testunit: match HostNotify test name with docs (Wolfram Sang) - i2c: Fix conditional for substituting empty ACPI functions (Richard Fitzgerald) - i2c: smbus: Send alert notifications to all devices if source not found (Guenter Roeck) - i2c: smbus: Improve handling of stuck alerts (Guenter Roeck) - dma-debug: avoid deadlock between dma debug vs printk and netconsole (Rik van Riel) - bcachefs: bcachefs_metadata_version_disk_accounting_v3 (Kent Overstreet) - bcachefs: improve bch2_dev_usage_to_text() (Kent Overstreet) - bcachefs: bch2_accounting_invalid() (Kent Overstreet) - bcachefs: Switch to .get_inode_acl() (Kent Overstreet) - cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath (Gleb Korobeynikov) - Fix spelling errors in Server Message Block (Xiaxi Shen) - smb3: fix setting SecurityFlags when encryption is required (Steve French) - spi: spi-fsl-lpspi: Fix scldiv calculation (Stefan Wahren) - spi: spidev: Add missing spi_device_id for bh2228fv (Geert Uytterhoeven) - spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware (Devyn Liu) - spi: hisi-kunpeng: Add validation for the minimum value of speed_hz (Devyn Liu) - drm/i915: Attempt to get pages without eviction first (David Gow) - drm/i915: Allow evicting to use the requested placement (David Gow) - drm/i915/gem: Fix Virtual Memory mapping boundaries calculation (Andi Shyti) - drm/i915/gem: Adjust vma offset for framebuffer mmap offset (Andi Shyti) - drm/i915/display: correct dual pps handling for MTL_PCH+ (Dnyaneshwar Bhadane) - drm/xe: Take ref to VM in delayed snapshot (Matthew Brost) - drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write (Karthik Poosa) - drm/xe: Use dma_fence_chain_free in chain fence unused as a sync (Matthew Brost) - drm/xe/rtp: Fix off-by-one when processing rules (Lucas De Marchi) - drm/amdgpu: Add DCC GFX12 flag to enable address alignment (Arunpravin Paneer Selvam) - drm/amdgpu: correct sdma7 max dw (Frank Min) - drm/amdgpu: Add address alignment support to DCC buffers (Arunpravin Paneer Selvam) - drm/amd/display: Skip Recompute DSC Params if no Stream on Link (Fangzhi Zuo) - drm/amdgpu: change non-dcc buffer copy configuration (Frank Min) - drm/amdgpu: Forward soft recovery errors to userspace (Joshua Ashton) - drm/amdgpu: add golden setting for gc v12 (Likun Gao) - drm/buddy: Add start address support to trim function (Arunpravin Paneer Selvam) - drm/amd/display: Add missing program DET segment call to pipe init (Rodrigo Siqueira) - drm/amd/display: Add missing DCN314 to the DML Makefile (Rodrigo Siqueira) - drm/amdgpu: force to use legacy inv in mmhub (Likun Gao) - drm/amd/pm: update powerplay structure on smu v14.0.2/3 (Kenneth Feng) - drm/amd/display: Add missing mcache registers (Rodrigo Siqueira) - drm/amd/display: Add dcc propagation value (Rodrigo Siqueira) - drm/amd/display: Add missing DET segments programming (Rodrigo Siqueira) - drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmd (Rodrigo Siqueira) - drm/atomic: allow no-op FB_ID updates for async flips (Simon Ser) - dt-bindings: display: panel: samsung,atna45dc02: Document ATNA45DC02 (Rob Clark) - drm/bridge-connector: Fix double free in error handling paths (Cristian Ciocaltea) - drm/omap: add CONFIG_MMU dependency (Arnd Bergmann) - drm/test: fix the gem shmem test to map the sg table. (Dave Airlie) - drm/client: fix null pointer dereference in drm_client_modeset_probe (Ma Ke) - cpumask: Fix crash on updating CPU enabled mask (Gavin Shan) - cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids (Pedro Henrique Kopper) - syscalls: add back legacy __NR_nfsservctl macro (Arnd Bergmann) - syscalls: fix fstat() entry again (Arnd Bergmann) - arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs (Parth Pancholi) - arm64: dts: ti: k3-j722s: Fix gpio-range for main_pmx0 (Jared McArthur) - arm64: dts: ti: k3-am62p: Fix gpio-range for main_pmx0 (Jared McArthur) - arm64: dts: ti: k3-am62p: Add gpio-ranges for mcu_gpio0 (Jared McArthur) - arm64: dts: ti: k3-am62-verdin-dahlia: Keep CTRL_SLEEP_MOCI# regulator on (Francesco Dolcini) - arm64: dts: ti: k3-j784s4-evm: Consolidate serdes0 references (Andrew Halaney) - arm64: dts: ti: k3-j784s4-evm: Assign only lanes 0 and 1 to PCIe1 (Andrew Halaney) - ARM: pxa/gumstix: fix attaching properties to vbus gpio device (Dmitry Torokhov) - doc: platform: cznic: turris-omnia-mcu: Use double backticks for attribute value (Marek Behún) - doc: platform: cznic: turris-omnia-mcu: Fix sphinx-build warning (Marek Behún) - platform: cznic: turris-omnia-mcu: Make GPIO code optional (Marek Behún) - platform: cznic: turris-omnia-mcu: Make poweroff and wakeup code optional (Marek Behún) - platform: cznic: turris-omnia-mcu: Make TRNG code optional (Marek Behún) - platform: cznic: turris-omnia-mcu: Make watchdog code optional (Marek Behún) - kprobes: Fix to check symbol prefixes correctly (Masami Hiramatsu (Google)) - bpf: kprobe: remove unused declaring of bpf_kprobe_override (Menglong Dong) - nvme: reorganize nvme_ns_head fields (Kanchan Joshi) - nvme: change data type of lba_shift (Kanchan Joshi) - nvme: remove a field from nvme_ns_head (Kanchan Joshi) - nvme: remove unused parameter (Kanchan Joshi) - blk-throttle: remove more latency dead-code (Dr. David Alan Gilbert) - io_uring/net: don't pick multiple buffers for non-bundle send (Jens Axboe) - io_uring/net: ensure expanded bundle send gets marked for cleanup (Jens Axboe) - io_uring/net: ensure expanded bundle recv gets marked for cleanup (Jens Axboe) - ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (Simon Trimmer) - ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT (Jerome Brunet) - MAINTAINERS: Update Cirrus Logic parts to linux-sound mailing list (Charles Keepax) - ASoC: dt-bindings: qcom,wcd939x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) - ASoC: dt-bindings: qcom,wcd938x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) - ASoC: dt-bindings: qcom,wcd934x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) - ASoC: dt-bindings: qcom,wcd937x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) - ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx (Takashi Iwai) - ASoC: codecs: ES8326: button detect issue (Zhang Yi) - ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6 (Krzysztof Stępniak) - ASoC: cs35l56: Stop creating ALSA controls for firmware coefficients (Simon Trimmer) - ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add() (Simon Trimmer) - ASoC: cs35l56: Handle OTP read latency over SoundWire (Richard Fitzgerald) - ASoC: codecs: lpass-macro: fix missing codec version (Johan Hovold) - ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL (Richard Fitzgerald) - ASoC: cs42l43: Cache shutter IRQ control pointers (Charles Keepax) - ASoC: cs35l45: Use new snd_soc_component_get_kcontrol_locked() helper (Charles Keepax) - ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpers (Charles Keepax) - ASoC: cs42l43: Remove redundant semi-colon at end of function (Charles Keepax) - ASoC: SOF: Remove libraries from topology lookups (Curtis Malainey) - ASoC: nau8822: Lower debug print priority (Francesco Dolcini) - ASoC: fsl_micfil: Differentiate register access permission for platforms (Shengjiu Wang) - ASoC: fsl_micfil: Expand the range of FIFO watermark mask (Shengjiu Wang) - ASoC: codecs: wsa884x: Correct Soundwire ports mask (Krzysztof Kozlowski) - ASoC: codecs: wsa883x: Correct Soundwire ports mask (Krzysztof Kozlowski) - ASoC: codecs: wsa881x: Correct Soundwire ports mask (Krzysztof Kozlowski) - ASoC: codecs: wcd939x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) - ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) - ASoC: codecs: wcd937x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) - ASoC: cs530x: Change IN HPF Select kcontrol name (Paul Handrigan) - ASoC: amd: yc: Support mic on HP 14-em0002la (Bruno Ancona) - ASoC: sti: add missing probe entry for player and reader (Jerome Audu) - ALSA: usb-audio: Re-add ScratchAmp quirk entries (Takashi Iwai) - ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks (Dustin L. Howett) - ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4 (Takashi Iwai) - ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list (Steven 'Steve' Kendall) - ALSA: line6: Fix racy access to midibuf (Takashi Iwai) - ALSA: hda: cs35l41: Stop creating ALSA Controls for firmware coefficients (Stefan Binding) - ALSA: hda: cs35l56: Stop creating ALSA controls for firmware coefficients (Simon Trimmer) - module: make waiting for a concurrent module loader interruptible (Linus Torvalds) - kernel: config: enable erofs lzma compression (Ian Kent) - fedora: disable RTL8192CU in Fedora (Peter Robinson) - ice: Fix incorrect assigns of FEC counts (Mateusz Polchlopek) - ice: Skip PTP HW writes during PTP reset procedure (Grzegorz Nitka) - ice: Fix reset handler (Grzegorz Nitka) - net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897. (Martin Whitaker) - ethtool: Fix context creation with no parameters (Gal Pressman) - net: ethtool: fix off-by-one error in max RSS context IDs (Edward Cree) - net: pse-pd: tps23881: include missing bitfield.h header (Arnd Bergmann) - net: fec: Stop PPS on driver remove (Csókás, Bence) - net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities (Florian Fainelli) - l2tp: fix lockdep splat (James Chapman) - net: stmmac: dwmac4: fix PCS duplex mode decode (Russell King (Oracle)) - Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor (Anton Khirnov) - Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() (Dmitry Antipov) - Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdown (Bartosz Golaszewski) - Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms (Bartosz Golaszewski) - Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390 (Bartosz Golaszewski) - idpf: fix UAFs when destroying the queues (Alexander Lobakin) - idpf: fix memleak in vport interrupt configuration (Michal Kubiak) - idpf: fix memory leaks and crashes while performing a soft reset (Alexander Lobakin) - bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl() (Michael Chan) - net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (Joe Hattori) - net/smc: add the max value of fallback reason count (Zhengchao Shao) - net: usb: qmi_wwan: add MeiG Smart SRM825L (ZHANG Yuntian) - net: dsa: microchip: Fix Wake-on-LAN check to not return an error (Tristram Ha) - net: linkwatch: use system_unbound_wq (Eric Dumazet) - net: bridge: mcast: wait for previous gc cycles when removing port (Nikolay Aleksandrov) - net: usb: qmi_wwan: fix memory leak for not ip packets (Daniele Palmas) - virtio-net: unbreak vq resizing when coalescing is not negotiated (Heng Qi) - virtio-net: check feature before configuring the vq coalescing command (Heng Qi) - net/tcp: Disable TCP-AO static key after RCU grace period (Dmitry Safonov) - gve: Fix use of netif_carrier_ok() (Praveen Kaligineedi) - net: pse-pd: tps23881: Fix the device ID check (Kyle Swenson) - sctp: Fix null-ptr-deref in reuseport_add_sock(). (Kuniyuki Iwashima) - MAINTAINERS: update status of sky2 and skge drivers (Stephen Hemminger) - selftests: mptcp: join: test both signal & subflow (Matthieu Baerts (NGI0)) - selftests: mptcp: join: ability to invert ADD_ADDR check (Matthieu Baerts (NGI0)) - mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set (Matthieu Baerts (NGI0)) - mptcp: pm: don't try to create sf if alloc failed (Matthieu Baerts (NGI0)) - mptcp: pm: reduce indentation blocks (Matthieu Baerts (NGI0)) - mptcp: pm: deny endp with signal + subflow + port (Matthieu Baerts (NGI0)) - mptcp: fully established after ADD_ADDR echo on MPJ (Matthieu Baerts (NGI0)) - tracefs: Use generic inode RCU for synchronizing freeing (Steven Rostedt) - ring-buffer: Remove unused function ring_buffer_nr_pages() (Jianhui Zhou) - tracing: Fix overflow in get_free_elt() (Tze-nan Wu) - function_graph: Fix the ret_stack used by ftrace_graph_ret_addr() (Petr Pavlu) - eventfs: Use SRCU for freeing eventfs_inodes (Mathias Krause) - eventfs: Don't return NULL in eventfs_create_dir() (Mathias Krause) - tracefs: Fix inode allocation (Mathias Krause) - tracing: Use refcount for trace_event_file reference counter (Steven Rostedt) - tracing: Have format file honor EVENT_FILE_FL_FREED (Steven Rostedt) - bcachefs: Use bch2_wait_on_allocator() in btree node alloc path (Kent Overstreet) - bcachefs: Make allocator stuck timeout configurable, ratelimit messages (Kent Overstreet) - bcachefs: Add missing path_traverse() to btree_iter_next_node() (Kent Overstreet) - bcachefs: ec should not allocate from ro devs (Kent Overstreet) - bcachefs: Improved allocator debugging for ec (Kent Overstreet) - bcachefs: Add missing bch2_trans_begin() call (Kent Overstreet) - bcachefs: Add a comment for bucket helper types (Kent Overstreet) - bcachefs: Don't rely on implicit unsigned -> signed integer conversion (Kent Overstreet) - lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT (Kent Overstreet) - bcachefs: Fix double free of ca->buckets_nouse (Kent Overstreet) - module: warn about excessively long module waits (Linus Torvalds) - LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() (Dandan Zhang) - LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS (Yuli Wang) - LoongArch: Use accessors to page table entries instead of direct dereference (Huacai Chen) - LoongArch: Enable general EFI poweroff method (Miao Wang) - padata: Fix possible divide-by-0 panic in padata_mt_helper() (Waiman Long) - mailmap: update entry for David Heidelberg (David Heidelberg) - memcg: protect concurrent access to mem_cgroup_idr (Shakeel Butt) - mm: shmem: fix incorrect aligned index when checking conflicts (Baolin Wang) - mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem (Baolin Wang) - mm: list_lru: fix UAF for memory cgroup (Muchun Song) - kcov: properly check for softirq context (Andrey Konovalov) - MAINTAINERS: Update LTP members and web (Petr Vorel) - selftests: mm: add s390 to ARCH check (Nico Pache) - redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) - new configs in drivers/phy (Izabela Bakollari) - Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] - Linux v6.11.0-0.rc3 Resolves: RHEL-29722 Signed-off-by: Jan Stancek --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 18 +- kernel-aarch64-64k-rhel.config | 18 +- kernel-aarch64-debug-rhel.config | 18 +- kernel-aarch64-rhel.config | 18 +- kernel-aarch64-rt-debug-rhel.config | 18 +- kernel-aarch64-rt-rhel.config | 18 +- kernel-ppc64le-debug-rhel.config | 18 +- kernel-ppc64le-rhel.config | 18 +- kernel-s390x-debug-rhel.config | 18 +- kernel-s390x-rhel.config | 18 +- kernel-s390x-zfcpdump-rhel.config | 18 +- kernel-x86_64-debug-rhel.config | 18 +- kernel-x86_64-rhel.config | 18 +- kernel-x86_64-rt-debug-rhel.config | 18 +- kernel-x86_64-rt-rhel.config | 18 +- kernel.changelog | 525 ++++++++++++++++++++++++++- kernel.spec | 262 ++++++++++++- sources | 6 +- 19 files changed, 951 insertions(+), 114 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 98d4761e0..0f107e462 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 17 +RHEL_RELEASE = 18 # # RHEL_REBASE_NUM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index e3558f1f5..9bb0723fa 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -1538,7 +1538,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set @@ -1963,10 +1963,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3650,7 +3654,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -5161,9 +5165,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_BAM_DMA is not set @@ -8202,7 +8206,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 35215ed15..e29b763ac 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -1530,7 +1530,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set @@ -1955,10 +1955,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3629,7 +3633,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -5138,9 +5142,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_BAM_DMA is not set @@ -8177,7 +8181,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 6894ab12c..5bfeb8bce 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -1536,7 +1536,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set @@ -1961,10 +1961,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3647,7 +3651,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -5157,9 +5161,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_BAM_DMA is not set @@ -8198,7 +8202,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 794924756..285f5ba1b 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -1528,7 +1528,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set @@ -1953,10 +1953,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3626,7 +3630,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -5134,9 +5138,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_BAM_DMA is not set @@ -8173,7 +8177,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 0c8b8a5c5..4a76cb69b 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -1538,7 +1538,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set @@ -1999,10 +1999,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3687,7 +3691,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -5200,9 +5204,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_BAM_DMA is not set @@ -8247,7 +8251,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index ee8b8660e..c26969413 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -1530,7 +1530,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set @@ -1991,10 +1991,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3666,7 +3670,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -5177,9 +5181,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_BAM_DMA is not set @@ -8222,7 +8226,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index b65e30fe2..967ee3341 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -1316,7 +1316,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set @@ -1719,10 +1719,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3325,7 +3329,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -4754,9 +4758,9 @@ CONFIG_PWM=y # CONFIG_PWRSEQ_SIMPLE is not set # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_COMMAND_DB is not set @@ -7661,7 +7665,7 @@ CONFIG_XMON=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index ad1644682..d703ae39a 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -1308,7 +1308,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set @@ -1711,10 +1711,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3305,7 +3309,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -4733,9 +4737,9 @@ CONFIG_PWM=y # CONFIG_PWRSEQ_SIMPLE is not set # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_COMMAND_DB is not set @@ -7638,7 +7642,7 @@ CONFIG_XMON=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index a68adc896..371b7cb39 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -1318,7 +1318,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set @@ -1720,10 +1720,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y # CONFIG_ETHOC is not set CONFIG_ETHTOOL_NETLINK=y @@ -3306,7 +3310,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -4686,9 +4690,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_COMMAND_DB is not set @@ -7638,7 +7642,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 7e583bbe1..a029e8fb5 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -1310,7 +1310,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set @@ -1712,10 +1712,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y # CONFIG_ETHOC is not set CONFIG_ETHTOOL_NETLINK=y @@ -3286,7 +3290,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -4665,9 +4669,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_COMMAND_DB is not set @@ -7615,7 +7619,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 6f3011f89..988189da7 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -1311,7 +1311,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set @@ -1713,10 +1713,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y # CONFIG_ETHOC is not set CONFIG_ETHTOOL_NETLINK=y @@ -3295,7 +3299,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -4677,9 +4681,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_COMMAND_DB is not set @@ -7637,7 +7641,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 67883984b..e922aa65e 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -1391,7 +1391,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set @@ -1852,10 +1852,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3516,7 +3520,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -4974,9 +4978,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_COMMAND_DB is not set @@ -8029,7 +8033,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 4f48ea59d..9cb57ab6e 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -1383,7 +1383,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set @@ -1844,10 +1844,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3496,7 +3500,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -4952,9 +4956,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_COMMAND_DB is not set @@ -8005,7 +8009,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index 6d6c99668..5aaedcac3 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -1393,7 +1393,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set @@ -1890,10 +1890,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3556,7 +3560,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -5017,9 +5021,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_COMMAND_DB is not set @@ -8079,7 +8083,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index dadb8ff7f..a996fdf0e 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -1385,7 +1385,7 @@ CONFIG_DP83867_PHY=m # CONFIG_DP83869_PHY is not set CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set -# CONFIG_DP83TG720_PHY is not set +CONFIG_DP83TG720_PHY=m # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set @@ -1882,10 +1882,14 @@ CONFIG_EPOLL=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m # CONFIG_EROFS_FS_ONDEMAND is not set +# CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y -# CONFIG_EROFS_FS_ZIP is not set +# CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA=y +CONFIG_EROFS_FS_ZIP=y +# CONFIG_EROFS_FS_ZIP_ZSTD is not set CONFIG_ETHERNET=y CONFIG_ETHOC=m CONFIG_ETHTOOL_NETLINK=y @@ -3536,7 +3540,7 @@ CONFIG_MELLANOX_PLATFORM=y # CONFIG_MEM_ALLOC_PROFILING is not set CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y -# CONFIG_MEMCG_V1 is not set +CONFIG_MEMCG_V1=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m CONFIG_MEMCPY_SLOW_KUNIT_TEST=y @@ -4995,9 +4999,9 @@ CONFIG_PWRSEQ_EMMC=m CONFIG_PWRSEQ_SIMPLE=m # CONFIG_QAT_VFIO_PCI is not set # CONFIG_QCA7000_SPI is not set -# CONFIG_QCA807X_PHY is not set -# CONFIG_QCA808X_PHY is not set -# CONFIG_QCA83XX_PHY is not set +CONFIG_QCA807X_PHY=m +CONFIG_QCA808X_PHY=m +CONFIG_QCA83XX_PHY=m # CONFIG_QCOM_AOSS_QMP is not set # CONFIG_QCOM_APCS_IPC is not set # CONFIG_QCOM_COMMAND_DB is not set @@ -8055,7 +8059,7 @@ CONFIG_XMON_DEFAULT_RO_MODE=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_IA64=y -# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_MICROLZMA=y CONFIG_XZ_DEC_POWERPC=y CONFIG_XZ_DEC_SPARC=y # CONFIG_XZ_DEC_TEST is not set diff --git a/kernel.changelog b/kernel.changelog index c3bcdef84..4a68fe85f 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,254 @@ +* Tue Aug 13 2024 Jan Stancek [6.11.0-0.rc3.18.el10] +- Linux 6.11-rc3 (Linus Torvalds) +- x86/mtrr: Check if fixed MTRRs exist before saving them (Andi Kleen) +- x86/paravirt: Fix incorrect virt spinlock setting on bare metal (Chen Yu) +- x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailbox (Zhiquan Li) +- x86/mm: Fix PTI for i386 some more (Thomas Gleixner) +- timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex() (Thomas Gleixner) +- ntp: Safeguard against time_constant overflow (Justin Stitt) +- ntp: Clamp maxerror and esterror to operating range (Justin Stitt) +- irqchip/riscv-aplic: Retrigger MSI interrupt on source configuration (Yong-Xuan Wang) +- irqchip/xilinx: Fix shift out of bounds (Radhey Shyam Pandey) +- genirq/irqdesc: Honor caller provided affinity in alloc_desc() (Shay Drory) +- usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common() (Heikki Krogerus) +- usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source capability message (Xu Yang) +- usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt() (Tudor Ambarus) +- usb: gadget: f_fs: restore ffs_func_disable() functionality (Tudor Ambarus) +- USB: serial: debug: do not echo input by default (Marek Marczykowski-Górecki) +- usb: typec: tipd: Delete extra semi-colon (Harshit Mogalapalli) +- usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch() (Harshit Mogalapalli) +- usb: gadget: u_serial: Set start_delayed during suspend (Prashanth K) +- usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap() (Dan Carpenter) +- usb: typec: fsa4480: Check if the chip is really there (Konrad Dybcio) +- usb: gadget: core: Check for unset descriptor (Chris Wulff) +- usb: vhci-hcd: Do not drop references before new references are gained (Oliver Neukum) +- usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed. (Chris Wulff) +- usb: gadget: midi2: Fix the response for FB info with block 0xff (Takashi Iwai) +- dt-bindings: usb: microchip,usb2514: Add USB2517 compatible (Alexander Stein) +- USB: serial: garmin_gps: use struct_size() to allocate pkt (Javier Carrasco) +- USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by (Javier Carrasco) +- USB: serial: add missing MODULE_DESCRIPTION() macros (Jeff Johnson) +- USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg' (Dr. David Alan Gilbert) +- tty: vt: conmakehash: cope with abs_srctree no longer in env (Max Krummenacher) +- serial: sc16is7xx: fix invalid FIFO access with special register set (Hugo Villeneuve) +- serial: sc16is7xx: fix TX fifo corruption (Hugo Villeneuve) +- serial: core: check uartclk for zero to avoid divide by zero (George Kennedy) +- driver core: Fix uevent_show() vs driver detach race (Dan Williams) +- Documentation: embargoed-hardware-issues.rst: add a section documenting the "early access" process (Greg Kroah-Hartman) +- Documentation: embargoed-hardware-issues.rst: minor cleanups and fixes (Greg Kroah-Hartman) +- rust: firmware: fix invalid rustdoc link (Andrew Ballance) +- spmi: pmic-arb: add missing newline in dev_err format strings (David Collins) +- spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree (Konrad Dybcio) +- binder_alloc: Fix sleeping function called from invalid context (Mukesh Ojha) +- binder: fix descriptor lookup for context manager (Carlos Llamas) +- char: add missing NetWinder MODULE_DESCRIPTION() macros (Jeff Johnson) +- misc: mrvl-cn10k-dpi: add PCI_IOV dependency (Arnd Bergmann) +- eeprom: ee1004: Fix locking issues in ee1004_probe() (Armin Wolf) +- fsi: add missing MODULE_DESCRIPTION() macros (Jeff Johnson) +- scsi: sd: Keep the discard mode stable (Li Feng) +- scsi: sd: Move sd_read_cpr() out of the q->limits_lock region (Shin'ichiro Kawasaki) +- scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic (Vamshi Gajjela) +- nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets (Jeff Layton) +- sunrpc: avoid -Wformat-security warning (Arnd Bergmann) +- i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (Gaosheng Cui) +- i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume (Gaosheng Cui) +- i2c: testunit: match HostNotify test name with docs (Wolfram Sang) +- i2c: Fix conditional for substituting empty ACPI functions (Richard Fitzgerald) +- i2c: smbus: Send alert notifications to all devices if source not found (Guenter Roeck) +- i2c: smbus: Improve handling of stuck alerts (Guenter Roeck) +- dma-debug: avoid deadlock between dma debug vs printk and netconsole (Rik van Riel) +- bcachefs: bcachefs_metadata_version_disk_accounting_v3 (Kent Overstreet) +- bcachefs: improve bch2_dev_usage_to_text() (Kent Overstreet) +- bcachefs: bch2_accounting_invalid() (Kent Overstreet) +- bcachefs: Switch to .get_inode_acl() (Kent Overstreet) +- cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath (Gleb Korobeynikov) +- Fix spelling errors in Server Message Block (Xiaxi Shen) +- smb3: fix setting SecurityFlags when encryption is required (Steve French) +- spi: spi-fsl-lpspi: Fix scldiv calculation (Stefan Wahren) +- spi: spidev: Add missing spi_device_id for bh2228fv (Geert Uytterhoeven) +- spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware (Devyn Liu) +- spi: hisi-kunpeng: Add validation for the minimum value of speed_hz (Devyn Liu) +- drm/i915: Attempt to get pages without eviction first (David Gow) +- drm/i915: Allow evicting to use the requested placement (David Gow) +- drm/i915/gem: Fix Virtual Memory mapping boundaries calculation (Andi Shyti) +- drm/i915/gem: Adjust vma offset for framebuffer mmap offset (Andi Shyti) +- drm/i915/display: correct dual pps handling for MTL_PCH+ (Dnyaneshwar Bhadane) +- drm/xe: Take ref to VM in delayed snapshot (Matthew Brost) +- drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write (Karthik Poosa) +- drm/xe: Use dma_fence_chain_free in chain fence unused as a sync (Matthew Brost) +- drm/xe/rtp: Fix off-by-one when processing rules (Lucas De Marchi) +- drm/amdgpu: Add DCC GFX12 flag to enable address alignment (Arunpravin Paneer Selvam) +- drm/amdgpu: correct sdma7 max dw (Frank Min) +- drm/amdgpu: Add address alignment support to DCC buffers (Arunpravin Paneer Selvam) +- drm/amd/display: Skip Recompute DSC Params if no Stream on Link (Fangzhi Zuo) +- drm/amdgpu: change non-dcc buffer copy configuration (Frank Min) +- drm/amdgpu: Forward soft recovery errors to userspace (Joshua Ashton) +- drm/amdgpu: add golden setting for gc v12 (Likun Gao) +- drm/buddy: Add start address support to trim function (Arunpravin Paneer Selvam) +- drm/amd/display: Add missing program DET segment call to pipe init (Rodrigo Siqueira) +- drm/amd/display: Add missing DCN314 to the DML Makefile (Rodrigo Siqueira) +- drm/amdgpu: force to use legacy inv in mmhub (Likun Gao) +- drm/amd/pm: update powerplay structure on smu v14.0.2/3 (Kenneth Feng) +- drm/amd/display: Add missing mcache registers (Rodrigo Siqueira) +- drm/amd/display: Add dcc propagation value (Rodrigo Siqueira) +- drm/amd/display: Add missing DET segments programming (Rodrigo Siqueira) +- drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmd (Rodrigo Siqueira) +- drm/atomic: allow no-op FB_ID updates for async flips (Simon Ser) +- dt-bindings: display: panel: samsung,atna45dc02: Document ATNA45DC02 (Rob Clark) +- drm/bridge-connector: Fix double free in error handling paths (Cristian Ciocaltea) +- drm/omap: add CONFIG_MMU dependency (Arnd Bergmann) +- drm/test: fix the gem shmem test to map the sg table. (Dave Airlie) +- drm/client: fix null pointer dereference in drm_client_modeset_probe (Ma Ke) +- cpumask: Fix crash on updating CPU enabled mask (Gavin Shan) +- cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids (Pedro Henrique Kopper) +- syscalls: add back legacy __NR_nfsservctl macro (Arnd Bergmann) +- syscalls: fix fstat() entry again (Arnd Bergmann) +- arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs (Parth Pancholi) +- arm64: dts: ti: k3-j722s: Fix gpio-range for main_pmx0 (Jared McArthur) +- arm64: dts: ti: k3-am62p: Fix gpio-range for main_pmx0 (Jared McArthur) +- arm64: dts: ti: k3-am62p: Add gpio-ranges for mcu_gpio0 (Jared McArthur) +- arm64: dts: ti: k3-am62-verdin-dahlia: Keep CTRL_SLEEP_MOCI# regulator on (Francesco Dolcini) +- arm64: dts: ti: k3-j784s4-evm: Consolidate serdes0 references (Andrew Halaney) +- arm64: dts: ti: k3-j784s4-evm: Assign only lanes 0 and 1 to PCIe1 (Andrew Halaney) +- ARM: pxa/gumstix: fix attaching properties to vbus gpio device (Dmitry Torokhov) +- doc: platform: cznic: turris-omnia-mcu: Use double backticks for attribute value (Marek Behún) +- doc: platform: cznic: turris-omnia-mcu: Fix sphinx-build warning (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make GPIO code optional (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make poweroff and wakeup code optional (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make TRNG code optional (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make watchdog code optional (Marek Behún) +- kprobes: Fix to check symbol prefixes correctly (Masami Hiramatsu (Google)) +- bpf: kprobe: remove unused declaring of bpf_kprobe_override (Menglong Dong) +- nvme: reorganize nvme_ns_head fields (Kanchan Joshi) +- nvme: change data type of lba_shift (Kanchan Joshi) +- nvme: remove a field from nvme_ns_head (Kanchan Joshi) +- nvme: remove unused parameter (Kanchan Joshi) +- blk-throttle: remove more latency dead-code (Dr. David Alan Gilbert) +- io_uring/net: don't pick multiple buffers for non-bundle send (Jens Axboe) +- io_uring/net: ensure expanded bundle send gets marked for cleanup (Jens Axboe) +- io_uring/net: ensure expanded bundle recv gets marked for cleanup (Jens Axboe) +- ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (Simon Trimmer) +- ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT (Jerome Brunet) +- MAINTAINERS: Update Cirrus Logic parts to linux-sound mailing list (Charles Keepax) +- ASoC: dt-bindings: qcom,wcd939x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: dt-bindings: qcom,wcd938x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: dt-bindings: qcom,wcd934x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: dt-bindings: qcom,wcd937x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx (Takashi Iwai) +- ASoC: codecs: ES8326: button detect issue (Zhang Yi) +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6 (Krzysztof Stępniak) +- ASoC: cs35l56: Stop creating ALSA controls for firmware coefficients (Simon Trimmer) +- ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add() (Simon Trimmer) +- ASoC: cs35l56: Handle OTP read latency over SoundWire (Richard Fitzgerald) +- ASoC: codecs: lpass-macro: fix missing codec version (Johan Hovold) +- ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL (Richard Fitzgerald) +- ASoC: cs42l43: Cache shutter IRQ control pointers (Charles Keepax) +- ASoC: cs35l45: Use new snd_soc_component_get_kcontrol_locked() helper (Charles Keepax) +- ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpers (Charles Keepax) +- ASoC: cs42l43: Remove redundant semi-colon at end of function (Charles Keepax) +- ASoC: SOF: Remove libraries from topology lookups (Curtis Malainey) +- ASoC: nau8822: Lower debug print priority (Francesco Dolcini) +- ASoC: fsl_micfil: Differentiate register access permission for platforms (Shengjiu Wang) +- ASoC: fsl_micfil: Expand the range of FIFO watermark mask (Shengjiu Wang) +- ASoC: codecs: wsa884x: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wsa883x: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wsa881x: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wcd939x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wcd937x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: cs530x: Change IN HPF Select kcontrol name (Paul Handrigan) +- ASoC: amd: yc: Support mic on HP 14-em0002la (Bruno Ancona) +- ASoC: sti: add missing probe entry for player and reader (Jerome Audu) +- ALSA: usb-audio: Re-add ScratchAmp quirk entries (Takashi Iwai) +- ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks (Dustin L. Howett) +- ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4 (Takashi Iwai) +- ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list (Steven 'Steve' Kendall) +- ALSA: line6: Fix racy access to midibuf (Takashi Iwai) +- ALSA: hda: cs35l41: Stop creating ALSA Controls for firmware coefficients (Stefan Binding) +- ALSA: hda: cs35l56: Stop creating ALSA controls for firmware coefficients (Simon Trimmer) +- module: make waiting for a concurrent module loader interruptible (Linus Torvalds) +- kernel: config: enable erofs lzma compression (Ian Kent) +- fedora: disable RTL8192CU in Fedora (Peter Robinson) +- ice: Fix incorrect assigns of FEC counts (Mateusz Polchlopek) +- ice: Skip PTP HW writes during PTP reset procedure (Grzegorz Nitka) +- ice: Fix reset handler (Grzegorz Nitka) +- net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897. (Martin Whitaker) +- ethtool: Fix context creation with no parameters (Gal Pressman) +- net: ethtool: fix off-by-one error in max RSS context IDs (Edward Cree) +- net: pse-pd: tps23881: include missing bitfield.h header (Arnd Bergmann) +- net: fec: Stop PPS on driver remove (Csókás, Bence) +- net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities (Florian Fainelli) +- l2tp: fix lockdep splat (James Chapman) +- net: stmmac: dwmac4: fix PCS duplex mode decode (Russell King (Oracle)) +- Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor (Anton Khirnov) +- Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() (Dmitry Antipov) +- Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdown (Bartosz Golaszewski) +- Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms (Bartosz Golaszewski) +- Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390 (Bartosz Golaszewski) +- idpf: fix UAFs when destroying the queues (Alexander Lobakin) +- idpf: fix memleak in vport interrupt configuration (Michal Kubiak) +- idpf: fix memory leaks and crashes while performing a soft reset (Alexander Lobakin) +- bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl() (Michael Chan) +- net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (Joe Hattori) +- net/smc: add the max value of fallback reason count (Zhengchao Shao) +- net: usb: qmi_wwan: add MeiG Smart SRM825L (ZHANG Yuntian) +- net: dsa: microchip: Fix Wake-on-LAN check to not return an error (Tristram Ha) +- net: linkwatch: use system_unbound_wq (Eric Dumazet) +- net: bridge: mcast: wait for previous gc cycles when removing port (Nikolay Aleksandrov) +- net: usb: qmi_wwan: fix memory leak for not ip packets (Daniele Palmas) +- virtio-net: unbreak vq resizing when coalescing is not negotiated (Heng Qi) +- virtio-net: check feature before configuring the vq coalescing command (Heng Qi) +- net/tcp: Disable TCP-AO static key after RCU grace period (Dmitry Safonov) +- gve: Fix use of netif_carrier_ok() (Praveen Kaligineedi) +- net: pse-pd: tps23881: Fix the device ID check (Kyle Swenson) +- sctp: Fix null-ptr-deref in reuseport_add_sock(). (Kuniyuki Iwashima) +- MAINTAINERS: update status of sky2 and skge drivers (Stephen Hemminger) +- selftests: mptcp: join: test both signal & subflow (Matthieu Baerts (NGI0)) +- selftests: mptcp: join: ability to invert ADD_ADDR check (Matthieu Baerts (NGI0)) +- mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set (Matthieu Baerts (NGI0)) +- mptcp: pm: don't try to create sf if alloc failed (Matthieu Baerts (NGI0)) +- mptcp: pm: reduce indentation blocks (Matthieu Baerts (NGI0)) +- mptcp: pm: deny endp with signal + subflow + port (Matthieu Baerts (NGI0)) +- mptcp: fully established after ADD_ADDR echo on MPJ (Matthieu Baerts (NGI0)) +- tracefs: Use generic inode RCU for synchronizing freeing (Steven Rostedt) +- ring-buffer: Remove unused function ring_buffer_nr_pages() (Jianhui Zhou) +- tracing: Fix overflow in get_free_elt() (Tze-nan Wu) +- function_graph: Fix the ret_stack used by ftrace_graph_ret_addr() (Petr Pavlu) +- eventfs: Use SRCU for freeing eventfs_inodes (Mathias Krause) +- eventfs: Don't return NULL in eventfs_create_dir() (Mathias Krause) +- tracefs: Fix inode allocation (Mathias Krause) +- tracing: Use refcount for trace_event_file reference counter (Steven Rostedt) +- tracing: Have format file honor EVENT_FILE_FL_FREED (Steven Rostedt) +- bcachefs: Use bch2_wait_on_allocator() in btree node alloc path (Kent Overstreet) +- bcachefs: Make allocator stuck timeout configurable, ratelimit messages (Kent Overstreet) +- bcachefs: Add missing path_traverse() to btree_iter_next_node() (Kent Overstreet) +- bcachefs: ec should not allocate from ro devs (Kent Overstreet) +- bcachefs: Improved allocator debugging for ec (Kent Overstreet) +- bcachefs: Add missing bch2_trans_begin() call (Kent Overstreet) +- bcachefs: Add a comment for bucket helper types (Kent Overstreet) +- bcachefs: Don't rely on implicit unsigned -> signed integer conversion (Kent Overstreet) +- lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT (Kent Overstreet) +- bcachefs: Fix double free of ca->buckets_nouse (Kent Overstreet) +- module: warn about excessively long module waits (Linus Torvalds) +- LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() (Dandan Zhang) +- LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS (Yuli Wang) +- LoongArch: Use accessors to page table entries instead of direct dereference (Huacai Chen) +- LoongArch: Enable general EFI poweroff method (Miao Wang) +- padata: Fix possible divide-by-0 panic in padata_mt_helper() (Waiman Long) +- mailmap: update entry for David Heidelberg (David Heidelberg) +- memcg: protect concurrent access to mem_cgroup_idr (Shakeel Butt) +- mm: shmem: fix incorrect aligned index when checking conflicts (Baolin Wang) +- mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem (Baolin Wang) +- mm: list_lru: fix UAF for memory cgroup (Muchun Song) +- kcov: properly check for softirq context (Andrey Konovalov) +- MAINTAINERS: Update LTP members and web (Petr Vorel) +- selftests: mm: add s390 to ARCH check (Nico Pache) +- redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) +- new configs in drivers/phy (Izabela Bakollari) +- Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] +- Linux v6.11.0-0.rc3 +Resolves: RHEL-29722 + * Fri Aug 09 2024 Jan Stancek [6.11.0-0.rc2.17.el10] - btrfs: avoid using fixed char array size for tree names (Qu Wenruo) - btrfs: fix double inode unlock for direct IO sync writes (Filipe Manana) @@ -184,6 +435,257 @@ Resolves: RHEL-29722 - task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK (Linus Torvalds) Resolves: RHEL-29722 +* Tue Aug 13 2024 Jan Stancek [6.11.0-0.rc3.18.el10] +- Linux 6.11-rc3 (Linus Torvalds) +- x86/mtrr: Check if fixed MTRRs exist before saving them (Andi Kleen) +- x86/paravirt: Fix incorrect virt spinlock setting on bare metal (Chen Yu) +- x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailbox (Zhiquan Li) +- x86/mm: Fix PTI for i386 some more (Thomas Gleixner) +- timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex() (Thomas Gleixner) +- ntp: Safeguard against time_constant overflow (Justin Stitt) +- ntp: Clamp maxerror and esterror to operating range (Justin Stitt) +- irqchip/riscv-aplic: Retrigger MSI interrupt on source configuration (Yong-Xuan Wang) +- irqchip/xilinx: Fix shift out of bounds (Radhey Shyam Pandey) +- genirq/irqdesc: Honor caller provided affinity in alloc_desc() (Shay Drory) +- usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common() (Heikki Krogerus) +- usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source capability message (Xu Yang) +- usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt() (Tudor Ambarus) +- usb: gadget: f_fs: restore ffs_func_disable() functionality (Tudor Ambarus) +- USB: serial: debug: do not echo input by default (Marek Marczykowski-Górecki) +- usb: typec: tipd: Delete extra semi-colon (Harshit Mogalapalli) +- usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch() (Harshit Mogalapalli) +- usb: gadget: u_serial: Set start_delayed during suspend (Prashanth K) +- usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap() (Dan Carpenter) +- usb: typec: fsa4480: Check if the chip is really there (Konrad Dybcio) +- usb: gadget: core: Check for unset descriptor (Chris Wulff) +- usb: vhci-hcd: Do not drop references before new references are gained (Oliver Neukum) +- usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed. (Chris Wulff) +- usb: gadget: midi2: Fix the response for FB info with block 0xff (Takashi Iwai) +- dt-bindings: usb: microchip,usb2514: Add USB2517 compatible (Alexander Stein) +- USB: serial: garmin_gps: use struct_size() to allocate pkt (Javier Carrasco) +- USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by (Javier Carrasco) +- USB: serial: add missing MODULE_DESCRIPTION() macros (Jeff Johnson) +- USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg' (Dr. David Alan Gilbert) +- tty: vt: conmakehash: cope with abs_srctree no longer in env (Max Krummenacher) +- serial: sc16is7xx: fix invalid FIFO access with special register set (Hugo Villeneuve) +- serial: sc16is7xx: fix TX fifo corruption (Hugo Villeneuve) +- serial: core: check uartclk for zero to avoid divide by zero (George Kennedy) +- driver core: Fix uevent_show() vs driver detach race (Dan Williams) +- Documentation: embargoed-hardware-issues.rst: add a section documenting the "early access" process (Greg Kroah-Hartman) +- Documentation: embargoed-hardware-issues.rst: minor cleanups and fixes (Greg Kroah-Hartman) +- rust: firmware: fix invalid rustdoc link (Andrew Ballance) +- spmi: pmic-arb: add missing newline in dev_err format strings (David Collins) +- spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree (Konrad Dybcio) +- binder_alloc: Fix sleeping function called from invalid context (Mukesh Ojha) +- binder: fix descriptor lookup for context manager (Carlos Llamas) +- char: add missing NetWinder MODULE_DESCRIPTION() macros (Jeff Johnson) +- misc: mrvl-cn10k-dpi: add PCI_IOV dependency (Arnd Bergmann) +- eeprom: ee1004: Fix locking issues in ee1004_probe() (Armin Wolf) +- fsi: add missing MODULE_DESCRIPTION() macros (Jeff Johnson) +- scsi: sd: Keep the discard mode stable (Li Feng) +- scsi: sd: Move sd_read_cpr() out of the q->limits_lock region (Shin'ichiro Kawasaki) +- scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic (Vamshi Gajjela) +- nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets (Jeff Layton) +- sunrpc: avoid -Wformat-security warning (Arnd Bergmann) +- i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (Gaosheng Cui) +- i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume (Gaosheng Cui) +- i2c: testunit: match HostNotify test name with docs (Wolfram Sang) +- i2c: Fix conditional for substituting empty ACPI functions (Richard Fitzgerald) +- i2c: smbus: Send alert notifications to all devices if source not found (Guenter Roeck) +- i2c: smbus: Improve handling of stuck alerts (Guenter Roeck) +- dma-debug: avoid deadlock between dma debug vs printk and netconsole (Rik van Riel) +- bcachefs: bcachefs_metadata_version_disk_accounting_v3 (Kent Overstreet) +- bcachefs: improve bch2_dev_usage_to_text() (Kent Overstreet) +- bcachefs: bch2_accounting_invalid() (Kent Overstreet) +- bcachefs: Switch to .get_inode_acl() (Kent Overstreet) +- cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath (Gleb Korobeynikov) +- Fix spelling errors in Server Message Block (Xiaxi Shen) +- smb3: fix setting SecurityFlags when encryption is required (Steve French) +- spi: spi-fsl-lpspi: Fix scldiv calculation (Stefan Wahren) +- spi: spidev: Add missing spi_device_id for bh2228fv (Geert Uytterhoeven) +- spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware (Devyn Liu) +- spi: hisi-kunpeng: Add validation for the minimum value of speed_hz (Devyn Liu) +- drm/i915: Attempt to get pages without eviction first (David Gow) +- drm/i915: Allow evicting to use the requested placement (David Gow) +- drm/i915/gem: Fix Virtual Memory mapping boundaries calculation (Andi Shyti) +- drm/i915/gem: Adjust vma offset for framebuffer mmap offset (Andi Shyti) +- drm/i915/display: correct dual pps handling for MTL_PCH+ (Dnyaneshwar Bhadane) +- drm/xe: Take ref to VM in delayed snapshot (Matthew Brost) +- drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write (Karthik Poosa) +- drm/xe: Use dma_fence_chain_free in chain fence unused as a sync (Matthew Brost) +- drm/xe/rtp: Fix off-by-one when processing rules (Lucas De Marchi) +- drm/amdgpu: Add DCC GFX12 flag to enable address alignment (Arunpravin Paneer Selvam) +- drm/amdgpu: correct sdma7 max dw (Frank Min) +- drm/amdgpu: Add address alignment support to DCC buffers (Arunpravin Paneer Selvam) +- drm/amd/display: Skip Recompute DSC Params if no Stream on Link (Fangzhi Zuo) +- drm/amdgpu: change non-dcc buffer copy configuration (Frank Min) +- drm/amdgpu: Forward soft recovery errors to userspace (Joshua Ashton) +- drm/amdgpu: add golden setting for gc v12 (Likun Gao) +- drm/buddy: Add start address support to trim function (Arunpravin Paneer Selvam) +- drm/amd/display: Add missing program DET segment call to pipe init (Rodrigo Siqueira) +- drm/amd/display: Add missing DCN314 to the DML Makefile (Rodrigo Siqueira) +- drm/amdgpu: force to use legacy inv in mmhub (Likun Gao) +- drm/amd/pm: update powerplay structure on smu v14.0.2/3 (Kenneth Feng) +- drm/amd/display: Add missing mcache registers (Rodrigo Siqueira) +- drm/amd/display: Add dcc propagation value (Rodrigo Siqueira) +- drm/amd/display: Add missing DET segments programming (Rodrigo Siqueira) +- drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmd (Rodrigo Siqueira) +- drm/atomic: allow no-op FB_ID updates for async flips (Simon Ser) +- dt-bindings: display: panel: samsung,atna45dc02: Document ATNA45DC02 (Rob Clark) +- drm/bridge-connector: Fix double free in error handling paths (Cristian Ciocaltea) +- drm/omap: add CONFIG_MMU dependency (Arnd Bergmann) +- drm/test: fix the gem shmem test to map the sg table. (Dave Airlie) +- drm/client: fix null pointer dereference in drm_client_modeset_probe (Ma Ke) +- cpumask: Fix crash on updating CPU enabled mask (Gavin Shan) +- cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids (Pedro Henrique Kopper) +- syscalls: add back legacy __NR_nfsservctl macro (Arnd Bergmann) +- syscalls: fix fstat() entry again (Arnd Bergmann) +- arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs (Parth Pancholi) +- arm64: dts: ti: k3-j722s: Fix gpio-range for main_pmx0 (Jared McArthur) +- arm64: dts: ti: k3-am62p: Fix gpio-range for main_pmx0 (Jared McArthur) +- arm64: dts: ti: k3-am62p: Add gpio-ranges for mcu_gpio0 (Jared McArthur) +- arm64: dts: ti: k3-am62-verdin-dahlia: Keep CTRL_SLEEP_MOCI# regulator on (Francesco Dolcini) +- arm64: dts: ti: k3-j784s4-evm: Consolidate serdes0 references (Andrew Halaney) +- arm64: dts: ti: k3-j784s4-evm: Assign only lanes 0 and 1 to PCIe1 (Andrew Halaney) +- ARM: pxa/gumstix: fix attaching properties to vbus gpio device (Dmitry Torokhov) +- doc: platform: cznic: turris-omnia-mcu: Use double backticks for attribute value (Marek Behún) +- doc: platform: cznic: turris-omnia-mcu: Fix sphinx-build warning (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make GPIO code optional (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make poweroff and wakeup code optional (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make TRNG code optional (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make watchdog code optional (Marek Behún) +- kprobes: Fix to check symbol prefixes correctly (Masami Hiramatsu (Google)) +- bpf: kprobe: remove unused declaring of bpf_kprobe_override (Menglong Dong) +- nvme: reorganize nvme_ns_head fields (Kanchan Joshi) +- nvme: change data type of lba_shift (Kanchan Joshi) +- nvme: remove a field from nvme_ns_head (Kanchan Joshi) +- nvme: remove unused parameter (Kanchan Joshi) +- blk-throttle: remove more latency dead-code (Dr. David Alan Gilbert) +- io_uring/net: don't pick multiple buffers for non-bundle send (Jens Axboe) +- io_uring/net: ensure expanded bundle send gets marked for cleanup (Jens Axboe) +- io_uring/net: ensure expanded bundle recv gets marked for cleanup (Jens Axboe) +- ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (Simon Trimmer) +- ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT (Jerome Brunet) +- MAINTAINERS: Update Cirrus Logic parts to linux-sound mailing list (Charles Keepax) +- ASoC: dt-bindings: qcom,wcd939x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: dt-bindings: qcom,wcd938x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: dt-bindings: qcom,wcd934x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: dt-bindings: qcom,wcd937x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx (Takashi Iwai) +- ASoC: codecs: ES8326: button detect issue (Zhang Yi) +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6 (Krzysztof Stępniak) +- ASoC: cs35l56: Stop creating ALSA controls for firmware coefficients (Simon Trimmer) +- ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add() (Simon Trimmer) +- ASoC: cs35l56: Handle OTP read latency over SoundWire (Richard Fitzgerald) +- ASoC: codecs: lpass-macro: fix missing codec version (Johan Hovold) +- ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL (Richard Fitzgerald) +- ASoC: cs42l43: Cache shutter IRQ control pointers (Charles Keepax) +- ASoC: cs35l45: Use new snd_soc_component_get_kcontrol_locked() helper (Charles Keepax) +- ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpers (Charles Keepax) +- ASoC: cs42l43: Remove redundant semi-colon at end of function (Charles Keepax) +- ASoC: SOF: Remove libraries from topology lookups (Curtis Malainey) +- ASoC: nau8822: Lower debug print priority (Francesco Dolcini) +- ASoC: fsl_micfil: Differentiate register access permission for platforms (Shengjiu Wang) +- ASoC: fsl_micfil: Expand the range of FIFO watermark mask (Shengjiu Wang) +- ASoC: codecs: wsa884x: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wsa883x: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wsa881x: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wcd939x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wcd937x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: cs530x: Change IN HPF Select kcontrol name (Paul Handrigan) +- ASoC: amd: yc: Support mic on HP 14-em0002la (Bruno Ancona) +- ASoC: sti: add missing probe entry for player and reader (Jerome Audu) +- ALSA: usb-audio: Re-add ScratchAmp quirk entries (Takashi Iwai) +- ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks (Dustin L. Howett) +- ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4 (Takashi Iwai) +- ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list (Steven 'Steve' Kendall) +- ALSA: line6: Fix racy access to midibuf (Takashi Iwai) +- ALSA: hda: cs35l41: Stop creating ALSA Controls for firmware coefficients (Stefan Binding) +- ALSA: hda: cs35l56: Stop creating ALSA controls for firmware coefficients (Simon Trimmer) +- module: make waiting for a concurrent module loader interruptible (Linus Torvalds) +- kernel: config: enable erofs lzma compression (Ian Kent) +- fedora: disable RTL8192CU in Fedora (Peter Robinson) +- ice: Fix incorrect assigns of FEC counts (Mateusz Polchlopek) +- ice: Skip PTP HW writes during PTP reset procedure (Grzegorz Nitka) +- ice: Fix reset handler (Grzegorz Nitka) +- net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897. (Martin Whitaker) +- ethtool: Fix context creation with no parameters (Gal Pressman) +- net: ethtool: fix off-by-one error in max RSS context IDs (Edward Cree) +- net: pse-pd: tps23881: include missing bitfield.h header (Arnd Bergmann) +- net: fec: Stop PPS on driver remove (Csókás, Bence) +- net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities (Florian Fainelli) +- l2tp: fix lockdep splat (James Chapman) +- net: stmmac: dwmac4: fix PCS duplex mode decode (Russell King (Oracle)) +- Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor (Anton Khirnov) +- Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() (Dmitry Antipov) +- Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdown (Bartosz Golaszewski) +- Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms (Bartosz Golaszewski) +- Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390 (Bartosz Golaszewski) +- idpf: fix UAFs when destroying the queues (Alexander Lobakin) +- idpf: fix memleak in vport interrupt configuration (Michal Kubiak) +- idpf: fix memory leaks and crashes while performing a soft reset (Alexander Lobakin) +- bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl() (Michael Chan) +- net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (Joe Hattori) +- net/smc: add the max value of fallback reason count (Zhengchao Shao) +- net: usb: qmi_wwan: add MeiG Smart SRM825L (ZHANG Yuntian) +- net: dsa: microchip: Fix Wake-on-LAN check to not return an error (Tristram Ha) +- net: linkwatch: use system_unbound_wq (Eric Dumazet) +- net: bridge: mcast: wait for previous gc cycles when removing port (Nikolay Aleksandrov) +- net: usb: qmi_wwan: fix memory leak for not ip packets (Daniele Palmas) +- virtio-net: unbreak vq resizing when coalescing is not negotiated (Heng Qi) +- virtio-net: check feature before configuring the vq coalescing command (Heng Qi) +- net/tcp: Disable TCP-AO static key after RCU grace period (Dmitry Safonov) +- gve: Fix use of netif_carrier_ok() (Praveen Kaligineedi) +- net: pse-pd: tps23881: Fix the device ID check (Kyle Swenson) +- sctp: Fix null-ptr-deref in reuseport_add_sock(). (Kuniyuki Iwashima) +- MAINTAINERS: update status of sky2 and skge drivers (Stephen Hemminger) +- selftests: mptcp: join: test both signal & subflow (Matthieu Baerts (NGI0)) +- selftests: mptcp: join: ability to invert ADD_ADDR check (Matthieu Baerts (NGI0)) +- mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set (Matthieu Baerts (NGI0)) +- mptcp: pm: don't try to create sf if alloc failed (Matthieu Baerts (NGI0)) +- mptcp: pm: reduce indentation blocks (Matthieu Baerts (NGI0)) +- mptcp: pm: deny endp with signal + subflow + port (Matthieu Baerts (NGI0)) +- mptcp: fully established after ADD_ADDR echo on MPJ (Matthieu Baerts (NGI0)) +- tracefs: Use generic inode RCU for synchronizing freeing (Steven Rostedt) +- ring-buffer: Remove unused function ring_buffer_nr_pages() (Jianhui Zhou) +- tracing: Fix overflow in get_free_elt() (Tze-nan Wu) +- function_graph: Fix the ret_stack used by ftrace_graph_ret_addr() (Petr Pavlu) +- eventfs: Use SRCU for freeing eventfs_inodes (Mathias Krause) +- eventfs: Don't return NULL in eventfs_create_dir() (Mathias Krause) +- tracefs: Fix inode allocation (Mathias Krause) +- tracing: Use refcount for trace_event_file reference counter (Steven Rostedt) +- tracing: Have format file honor EVENT_FILE_FL_FREED (Steven Rostedt) +- bcachefs: Use bch2_wait_on_allocator() in btree node alloc path (Kent Overstreet) +- bcachefs: Make allocator stuck timeout configurable, ratelimit messages (Kent Overstreet) +- bcachefs: Add missing path_traverse() to btree_iter_next_node() (Kent Overstreet) +- bcachefs: ec should not allocate from ro devs (Kent Overstreet) +- bcachefs: Improved allocator debugging for ec (Kent Overstreet) +- bcachefs: Add missing bch2_trans_begin() call (Kent Overstreet) +- bcachefs: Add a comment for bucket helper types (Kent Overstreet) +- bcachefs: Don't rely on implicit unsigned -> signed integer conversion (Kent Overstreet) +- lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT (Kent Overstreet) +- bcachefs: Fix double free of ca->buckets_nouse (Kent Overstreet) +- module: warn about excessively long module waits (Linus Torvalds) +- LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() (Dandan Zhang) +- LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS (Yuli Wang) +- LoongArch: Use accessors to page table entries instead of direct dereference (Huacai Chen) +- LoongArch: Enable general EFI poweroff method (Miao Wang) +- padata: Fix possible divide-by-0 panic in padata_mt_helper() (Waiman Long) +- mailmap: update entry for David Heidelberg (David Heidelberg) +- memcg: protect concurrent access to mem_cgroup_idr (Shakeel Butt) +- mm: shmem: fix incorrect aligned index when checking conflicts (Baolin Wang) +- mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem (Baolin Wang) +- mm: list_lru: fix UAF for memory cgroup (Muchun Song) +- kcov: properly check for softirq context (Andrey Konovalov) +- MAINTAINERS: Update LTP members and web (Petr Vorel) +- selftests: mm: add s390 to ARCH check (Nico Pache) +- redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) +- new configs in drivers/phy (Izabela Bakollari) +- Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] +- Linux v6.11.0-0.rc3 +Resolves: RHEL-26170 + * Fri Aug 09 2024 Jan Stancek [6.11.0-0.rc2.17.el10] - btrfs: avoid using fixed char array size for tree names (Qu Wenruo) - btrfs: fix double inode unlock for direct IO sync writes (Filipe Manana) @@ -210,7 +712,7 @@ Resolves: RHEL-29722 - redhat/uki_addons/virt: add common FIPS addon (Emanuele Giuseppe Esposito) - redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons (Emanuele Giuseppe Esposito) - Linux v6.11.0-0.rc2 -Resolves: +Resolves: RHEL-29722 * Tue Aug 06 2024 Jan Stancek [6.11.0-0.rc2.16.el10] - Linux 6.11-rc2 (Linus Torvalds) @@ -370,6 +872,27 @@ Resolves: - task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK (Linus Torvalds) Resolves: RHEL-29722 +* Mon Aug 12 2024 Fedora Kernel Team [6.11.0-0.rc3.29] +- Linux v6.11.0-0.rc3 +Resolves: + +* Sun Aug 11 2024 Fedora Kernel Team [6.11.0-0.rc2.5189dafa4cf9.28] +- Linux v6.11.0-0.rc2.5189dafa4cf9 +Resolves: + +* Sat Aug 10 2024 Fedora Kernel Team [6.11.0-0.rc2.34ac1e82e5a7.27] +- kernel: config: enable erofs lzma compression (Ian Kent) +- fedora: disable RTL8192CU in Fedora (Peter Robinson) +- Linux v6.11.0-0.rc2.34ac1e82e5a7 +Resolves: + +* Fri Aug 09 2024 Fedora Kernel Team [6.11.0-0.rc2.ee9a43b7cfe2.26] +- redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) +- new configs in drivers/phy (Izabela Bakollari) +- Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] +- Linux v6.11.0-0.rc2.ee9a43b7cfe2 +Resolves: RHEL-26170 + * Thu Aug 08 2024 Fedora Kernel Team [6.11.0-0.rc2.6a0e38264012.25] - Linux v6.11.0-0.rc2.6a0e38264012 Resolves: diff --git a/kernel.spec b/kernel.spec index b177bcc98..063f60a15 100644 --- a/kernel.spec +++ b/kernel.spec @@ -163,15 +163,15 @@ Summary: The Linux kernel %define specrpmversion 6.11.0 %define specversion 6.11.0 %define patchversion 6.11 -%define pkgrelease 0.rc2.17 +%define pkgrelease 0.rc3.18 %define kversion 6 -%define tarfile_release 6.11.0-0.rc2.17.el10 +%define tarfile_release 6.11.0-0.rc3.18.el10 # This is needed to do merge window version magic %define patchlevel 11 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc2.17%{?buildid}%{?dist} +%define specrelease 0.rc3.18%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.11.0-0.rc2.17.el10 +%define kabiversion 6.11.0-0.rc3.18.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -3961,6 +3961,8 @@ fi\ %ghost %attr(0600, root, root) /boot/initramfs-%{KVERREL}%{?3:+%{3}}.img\ %ghost %attr(0644, root, root) /boot/config-%{KVERREL}%{?3:+%{3}}\ %{expand:%%files -f kernel-%{?3:%{3}-}modules-core.list %{?3:%{3}-}modules-core}\ +%dir /lib/modules\ +%dir /lib/modules/%{KVERREL}%{?3:+%{3}}\ %dir /lib/modules/%{KVERREL}%{?3:+%{3}}/kernel\ /lib/modules/%{KVERREL}%{?3:+%{3}}/build\ /lib/modules/%{KVERREL}%{?3:+%{3}}/source\ @@ -4006,6 +4008,8 @@ fi\ %else\ %if %{with_efiuki}\ %{expand:%%files %{?3:%{3}-}uki-virt}\ +%dir /lib/modules\ +%dir /lib/modules/%{KVERREL}%{?3:+%{3}}\ /lib/modules/%{KVERREL}%{?3:+%{3}}/System.map\ /lib/modules/%{KVERREL}%{?3:+%{3}}/symvers.%compext\ /lib/modules/%{KVERREL}%{?3:+%{3}}/config\ @@ -4089,6 +4093,256 @@ fi\ # # %changelog +* Tue Aug 13 2024 Jan Stancek [6.11.0-0.rc3.18.el10] +- Linux 6.11-rc3 (Linus Torvalds) +- x86/mtrr: Check if fixed MTRRs exist before saving them (Andi Kleen) +- x86/paravirt: Fix incorrect virt spinlock setting on bare metal (Chen Yu) +- x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailbox (Zhiquan Li) +- x86/mm: Fix PTI for i386 some more (Thomas Gleixner) +- timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex() (Thomas Gleixner) +- ntp: Safeguard against time_constant overflow (Justin Stitt) +- ntp: Clamp maxerror and esterror to operating range (Justin Stitt) +- irqchip/riscv-aplic: Retrigger MSI interrupt on source configuration (Yong-Xuan Wang) +- irqchip/xilinx: Fix shift out of bounds (Radhey Shyam Pandey) +- genirq/irqdesc: Honor caller provided affinity in alloc_desc() (Shay Drory) +- usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common() (Heikki Krogerus) +- usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source capability message (Xu Yang) +- usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt() (Tudor Ambarus) +- usb: gadget: f_fs: restore ffs_func_disable() functionality (Tudor Ambarus) +- USB: serial: debug: do not echo input by default (Marek Marczykowski-Górecki) +- usb: typec: tipd: Delete extra semi-colon (Harshit Mogalapalli) +- usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch() (Harshit Mogalapalli) +- usb: gadget: u_serial: Set start_delayed during suspend (Prashanth K) +- usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap() (Dan Carpenter) +- usb: typec: fsa4480: Check if the chip is really there (Konrad Dybcio) +- usb: gadget: core: Check for unset descriptor (Chris Wulff) +- usb: vhci-hcd: Do not drop references before new references are gained (Oliver Neukum) +- usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed. (Chris Wulff) +- usb: gadget: midi2: Fix the response for FB info with block 0xff (Takashi Iwai) +- dt-bindings: usb: microchip,usb2514: Add USB2517 compatible (Alexander Stein) +- USB: serial: garmin_gps: use struct_size() to allocate pkt (Javier Carrasco) +- USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by (Javier Carrasco) +- USB: serial: add missing MODULE_DESCRIPTION() macros (Jeff Johnson) +- USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg' (Dr. David Alan Gilbert) +- tty: vt: conmakehash: cope with abs_srctree no longer in env (Max Krummenacher) +- serial: sc16is7xx: fix invalid FIFO access with special register set (Hugo Villeneuve) +- serial: sc16is7xx: fix TX fifo corruption (Hugo Villeneuve) +- serial: core: check uartclk for zero to avoid divide by zero (George Kennedy) +- driver core: Fix uevent_show() vs driver detach race (Dan Williams) +- Documentation: embargoed-hardware-issues.rst: add a section documenting the "early access" process (Greg Kroah-Hartman) +- Documentation: embargoed-hardware-issues.rst: minor cleanups and fixes (Greg Kroah-Hartman) +- rust: firmware: fix invalid rustdoc link (Andrew Ballance) +- spmi: pmic-arb: add missing newline in dev_err format strings (David Collins) +- spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree (Konrad Dybcio) +- binder_alloc: Fix sleeping function called from invalid context (Mukesh Ojha) +- binder: fix descriptor lookup for context manager (Carlos Llamas) +- char: add missing NetWinder MODULE_DESCRIPTION() macros (Jeff Johnson) +- misc: mrvl-cn10k-dpi: add PCI_IOV dependency (Arnd Bergmann) +- eeprom: ee1004: Fix locking issues in ee1004_probe() (Armin Wolf) +- fsi: add missing MODULE_DESCRIPTION() macros (Jeff Johnson) +- scsi: sd: Keep the discard mode stable (Li Feng) +- scsi: sd: Move sd_read_cpr() out of the q->limits_lock region (Shin'ichiro Kawasaki) +- scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic (Vamshi Gajjela) +- nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets (Jeff Layton) +- sunrpc: avoid -Wformat-security warning (Arnd Bergmann) +- i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (Gaosheng Cui) +- i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume (Gaosheng Cui) +- i2c: testunit: match HostNotify test name with docs (Wolfram Sang) +- i2c: Fix conditional for substituting empty ACPI functions (Richard Fitzgerald) +- i2c: smbus: Send alert notifications to all devices if source not found (Guenter Roeck) +- i2c: smbus: Improve handling of stuck alerts (Guenter Roeck) +- dma-debug: avoid deadlock between dma debug vs printk and netconsole (Rik van Riel) +- bcachefs: bcachefs_metadata_version_disk_accounting_v3 (Kent Overstreet) +- bcachefs: improve bch2_dev_usage_to_text() (Kent Overstreet) +- bcachefs: bch2_accounting_invalid() (Kent Overstreet) +- bcachefs: Switch to .get_inode_acl() (Kent Overstreet) +- cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath (Gleb Korobeynikov) +- Fix spelling errors in Server Message Block (Xiaxi Shen) +- smb3: fix setting SecurityFlags when encryption is required (Steve French) +- spi: spi-fsl-lpspi: Fix scldiv calculation (Stefan Wahren) +- spi: spidev: Add missing spi_device_id for bh2228fv (Geert Uytterhoeven) +- spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware (Devyn Liu) +- spi: hisi-kunpeng: Add validation for the minimum value of speed_hz (Devyn Liu) +- drm/i915: Attempt to get pages without eviction first (David Gow) +- drm/i915: Allow evicting to use the requested placement (David Gow) +- drm/i915/gem: Fix Virtual Memory mapping boundaries calculation (Andi Shyti) +- drm/i915/gem: Adjust vma offset for framebuffer mmap offset (Andi Shyti) +- drm/i915/display: correct dual pps handling for MTL_PCH+ (Dnyaneshwar Bhadane) +- drm/xe: Take ref to VM in delayed snapshot (Matthew Brost) +- drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write (Karthik Poosa) +- drm/xe: Use dma_fence_chain_free in chain fence unused as a sync (Matthew Brost) +- drm/xe/rtp: Fix off-by-one when processing rules (Lucas De Marchi) +- drm/amdgpu: Add DCC GFX12 flag to enable address alignment (Arunpravin Paneer Selvam) +- drm/amdgpu: correct sdma7 max dw (Frank Min) +- drm/amdgpu: Add address alignment support to DCC buffers (Arunpravin Paneer Selvam) +- drm/amd/display: Skip Recompute DSC Params if no Stream on Link (Fangzhi Zuo) +- drm/amdgpu: change non-dcc buffer copy configuration (Frank Min) +- drm/amdgpu: Forward soft recovery errors to userspace (Joshua Ashton) +- drm/amdgpu: add golden setting for gc v12 (Likun Gao) +- drm/buddy: Add start address support to trim function (Arunpravin Paneer Selvam) +- drm/amd/display: Add missing program DET segment call to pipe init (Rodrigo Siqueira) +- drm/amd/display: Add missing DCN314 to the DML Makefile (Rodrigo Siqueira) +- drm/amdgpu: force to use legacy inv in mmhub (Likun Gao) +- drm/amd/pm: update powerplay structure on smu v14.0.2/3 (Kenneth Feng) +- drm/amd/display: Add missing mcache registers (Rodrigo Siqueira) +- drm/amd/display: Add dcc propagation value (Rodrigo Siqueira) +- drm/amd/display: Add missing DET segments programming (Rodrigo Siqueira) +- drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmd (Rodrigo Siqueira) +- drm/atomic: allow no-op FB_ID updates for async flips (Simon Ser) +- dt-bindings: display: panel: samsung,atna45dc02: Document ATNA45DC02 (Rob Clark) +- drm/bridge-connector: Fix double free in error handling paths (Cristian Ciocaltea) +- drm/omap: add CONFIG_MMU dependency (Arnd Bergmann) +- drm/test: fix the gem shmem test to map the sg table. (Dave Airlie) +- drm/client: fix null pointer dereference in drm_client_modeset_probe (Ma Ke) +- cpumask: Fix crash on updating CPU enabled mask (Gavin Shan) +- cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids (Pedro Henrique Kopper) +- syscalls: add back legacy __NR_nfsservctl macro (Arnd Bergmann) +- syscalls: fix fstat() entry again (Arnd Bergmann) +- arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs (Parth Pancholi) +- arm64: dts: ti: k3-j722s: Fix gpio-range for main_pmx0 (Jared McArthur) +- arm64: dts: ti: k3-am62p: Fix gpio-range for main_pmx0 (Jared McArthur) +- arm64: dts: ti: k3-am62p: Add gpio-ranges for mcu_gpio0 (Jared McArthur) +- arm64: dts: ti: k3-am62-verdin-dahlia: Keep CTRL_SLEEP_MOCI# regulator on (Francesco Dolcini) +- arm64: dts: ti: k3-j784s4-evm: Consolidate serdes0 references (Andrew Halaney) +- arm64: dts: ti: k3-j784s4-evm: Assign only lanes 0 and 1 to PCIe1 (Andrew Halaney) +- ARM: pxa/gumstix: fix attaching properties to vbus gpio device (Dmitry Torokhov) +- doc: platform: cznic: turris-omnia-mcu: Use double backticks for attribute value (Marek Behún) +- doc: platform: cznic: turris-omnia-mcu: Fix sphinx-build warning (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make GPIO code optional (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make poweroff and wakeup code optional (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make TRNG code optional (Marek Behún) +- platform: cznic: turris-omnia-mcu: Make watchdog code optional (Marek Behún) +- kprobes: Fix to check symbol prefixes correctly (Masami Hiramatsu (Google)) +- bpf: kprobe: remove unused declaring of bpf_kprobe_override (Menglong Dong) +- nvme: reorganize nvme_ns_head fields (Kanchan Joshi) +- nvme: change data type of lba_shift (Kanchan Joshi) +- nvme: remove a field from nvme_ns_head (Kanchan Joshi) +- nvme: remove unused parameter (Kanchan Joshi) +- blk-throttle: remove more latency dead-code (Dr. David Alan Gilbert) +- io_uring/net: don't pick multiple buffers for non-bundle send (Jens Axboe) +- io_uring/net: ensure expanded bundle send gets marked for cleanup (Jens Axboe) +- io_uring/net: ensure expanded bundle recv gets marked for cleanup (Jens Axboe) +- ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (Simon Trimmer) +- ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT (Jerome Brunet) +- MAINTAINERS: Update Cirrus Logic parts to linux-sound mailing list (Charles Keepax) +- ASoC: dt-bindings: qcom,wcd939x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: dt-bindings: qcom,wcd938x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: dt-bindings: qcom,wcd934x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: dt-bindings: qcom,wcd937x: Correct reset GPIO polarity in example (Krzysztof Kozlowski) +- ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx (Takashi Iwai) +- ASoC: codecs: ES8326: button detect issue (Zhang Yi) +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6 (Krzysztof Stępniak) +- ASoC: cs35l56: Stop creating ALSA controls for firmware coefficients (Simon Trimmer) +- ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add() (Simon Trimmer) +- ASoC: cs35l56: Handle OTP read latency over SoundWire (Richard Fitzgerald) +- ASoC: codecs: lpass-macro: fix missing codec version (Johan Hovold) +- ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL (Richard Fitzgerald) +- ASoC: cs42l43: Cache shutter IRQ control pointers (Charles Keepax) +- ASoC: cs35l45: Use new snd_soc_component_get_kcontrol_locked() helper (Charles Keepax) +- ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpers (Charles Keepax) +- ASoC: cs42l43: Remove redundant semi-colon at end of function (Charles Keepax) +- ASoC: SOF: Remove libraries from topology lookups (Curtis Malainey) +- ASoC: nau8822: Lower debug print priority (Francesco Dolcini) +- ASoC: fsl_micfil: Differentiate register access permission for platforms (Shengjiu Wang) +- ASoC: fsl_micfil: Expand the range of FIFO watermark mask (Shengjiu Wang) +- ASoC: codecs: wsa884x: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wsa883x: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wsa881x: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wcd939x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: codecs: wcd937x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski) +- ASoC: cs530x: Change IN HPF Select kcontrol name (Paul Handrigan) +- ASoC: amd: yc: Support mic on HP 14-em0002la (Bruno Ancona) +- ASoC: sti: add missing probe entry for player and reader (Jerome Audu) +- ALSA: usb-audio: Re-add ScratchAmp quirk entries (Takashi Iwai) +- ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks (Dustin L. Howett) +- ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4 (Takashi Iwai) +- ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list (Steven 'Steve' Kendall) +- ALSA: line6: Fix racy access to midibuf (Takashi Iwai) +- ALSA: hda: cs35l41: Stop creating ALSA Controls for firmware coefficients (Stefan Binding) +- ALSA: hda: cs35l56: Stop creating ALSA controls for firmware coefficients (Simon Trimmer) +- module: make waiting for a concurrent module loader interruptible (Linus Torvalds) +- kernel: config: enable erofs lzma compression (Ian Kent) +- fedora: disable RTL8192CU in Fedora (Peter Robinson) +- ice: Fix incorrect assigns of FEC counts (Mateusz Polchlopek) +- ice: Skip PTP HW writes during PTP reset procedure (Grzegorz Nitka) +- ice: Fix reset handler (Grzegorz Nitka) +- net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897. (Martin Whitaker) +- ethtool: Fix context creation with no parameters (Gal Pressman) +- net: ethtool: fix off-by-one error in max RSS context IDs (Edward Cree) +- net: pse-pd: tps23881: include missing bitfield.h header (Arnd Bergmann) +- net: fec: Stop PPS on driver remove (Csókás, Bence) +- net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities (Florian Fainelli) +- l2tp: fix lockdep splat (James Chapman) +- net: stmmac: dwmac4: fix PCS duplex mode decode (Russell King (Oracle)) +- Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor (Anton Khirnov) +- Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() (Dmitry Antipov) +- Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdown (Bartosz Golaszewski) +- Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms (Bartosz Golaszewski) +- Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390 (Bartosz Golaszewski) +- idpf: fix UAFs when destroying the queues (Alexander Lobakin) +- idpf: fix memleak in vport interrupt configuration (Michal Kubiak) +- idpf: fix memory leaks and crashes while performing a soft reset (Alexander Lobakin) +- bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl() (Michael Chan) +- net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (Joe Hattori) +- net/smc: add the max value of fallback reason count (Zhengchao Shao) +- net: usb: qmi_wwan: add MeiG Smart SRM825L (ZHANG Yuntian) +- net: dsa: microchip: Fix Wake-on-LAN check to not return an error (Tristram Ha) +- net: linkwatch: use system_unbound_wq (Eric Dumazet) +- net: bridge: mcast: wait for previous gc cycles when removing port (Nikolay Aleksandrov) +- net: usb: qmi_wwan: fix memory leak for not ip packets (Daniele Palmas) +- virtio-net: unbreak vq resizing when coalescing is not negotiated (Heng Qi) +- virtio-net: check feature before configuring the vq coalescing command (Heng Qi) +- net/tcp: Disable TCP-AO static key after RCU grace period (Dmitry Safonov) +- gve: Fix use of netif_carrier_ok() (Praveen Kaligineedi) +- net: pse-pd: tps23881: Fix the device ID check (Kyle Swenson) +- sctp: Fix null-ptr-deref in reuseport_add_sock(). (Kuniyuki Iwashima) +- MAINTAINERS: update status of sky2 and skge drivers (Stephen Hemminger) +- selftests: mptcp: join: test both signal & subflow (Matthieu Baerts (NGI0)) +- selftests: mptcp: join: ability to invert ADD_ADDR check (Matthieu Baerts (NGI0)) +- mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set (Matthieu Baerts (NGI0)) +- mptcp: pm: don't try to create sf if alloc failed (Matthieu Baerts (NGI0)) +- mptcp: pm: reduce indentation blocks (Matthieu Baerts (NGI0)) +- mptcp: pm: deny endp with signal + subflow + port (Matthieu Baerts (NGI0)) +- mptcp: fully established after ADD_ADDR echo on MPJ (Matthieu Baerts (NGI0)) +- tracefs: Use generic inode RCU for synchronizing freeing (Steven Rostedt) +- ring-buffer: Remove unused function ring_buffer_nr_pages() (Jianhui Zhou) +- tracing: Fix overflow in get_free_elt() (Tze-nan Wu) +- function_graph: Fix the ret_stack used by ftrace_graph_ret_addr() (Petr Pavlu) +- eventfs: Use SRCU for freeing eventfs_inodes (Mathias Krause) +- eventfs: Don't return NULL in eventfs_create_dir() (Mathias Krause) +- tracefs: Fix inode allocation (Mathias Krause) +- tracing: Use refcount for trace_event_file reference counter (Steven Rostedt) +- tracing: Have format file honor EVENT_FILE_FL_FREED (Steven Rostedt) +- bcachefs: Use bch2_wait_on_allocator() in btree node alloc path (Kent Overstreet) +- bcachefs: Make allocator stuck timeout configurable, ratelimit messages (Kent Overstreet) +- bcachefs: Add missing path_traverse() to btree_iter_next_node() (Kent Overstreet) +- bcachefs: ec should not allocate from ro devs (Kent Overstreet) +- bcachefs: Improved allocator debugging for ec (Kent Overstreet) +- bcachefs: Add missing bch2_trans_begin() call (Kent Overstreet) +- bcachefs: Add a comment for bucket helper types (Kent Overstreet) +- bcachefs: Don't rely on implicit unsigned -> signed integer conversion (Kent Overstreet) +- lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT (Kent Overstreet) +- bcachefs: Fix double free of ca->buckets_nouse (Kent Overstreet) +- module: warn about excessively long module waits (Linus Torvalds) +- LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() (Dandan Zhang) +- LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS (Yuli Wang) +- LoongArch: Use accessors to page table entries instead of direct dereference (Huacai Chen) +- LoongArch: Enable general EFI poweroff method (Miao Wang) +- padata: Fix possible divide-by-0 panic in padata_mt_helper() (Waiman Long) +- mailmap: update entry for David Heidelberg (David Heidelberg) +- memcg: protect concurrent access to mem_cgroup_idr (Shakeel Butt) +- mm: shmem: fix incorrect aligned index when checking conflicts (Baolin Wang) +- mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem (Baolin Wang) +- mm: list_lru: fix UAF for memory cgroup (Muchun Song) +- kcov: properly check for softirq context (Andrey Konovalov) +- MAINTAINERS: Update LTP members and web (Petr Vorel) +- selftests: mm: add s390 to ARCH check (Nico Pache) +- redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) +- new configs in drivers/phy (Izabela Bakollari) +- Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] +- Linux v6.11.0-0.rc3 + * Fri Aug 09 2024 Jan Stancek [6.11.0-0.rc2.17.el10] - btrfs: avoid using fixed char array size for tree names (Qu Wenruo) - btrfs: fix double inode unlock for direct IO sync writes (Filipe Manana) diff --git a/sources b/sources index f68784b08..26480e6de 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6 -SHA512 (linux-6.11.0-0.rc2.17.el10.tar.xz) = fa1ad63d0ce729ad4ac702e89d2b901f30c7e135235f98a40961b371cfde93a6015cb3eb77d93b734df667d7d064f4f06109fb1cfd5b5fb55b6c445169b5e6ca -SHA512 (kernel-abi-stablelists-6.11.0-0.rc2.17.el10.tar.xz) = 8318cfdbeb63f51fc0f7d4254b1eb05bcb6f125b155fa3abda18d42cd052715aa6836256cc44b02282a5a1ebab73d8e8ef4f7dd5abfcc1339e9ecae1a1c5ecb6 -SHA512 (kernel-kabi-dw-6.11.0-0.rc2.17.el10.tar.xz) = 058c2398b34608007996d39831d61d82b546674d7b9475e7b5c92f473f70be941be32db4024d6ee0df2571345cacd318f2d72144d561f24b0526e4fb0308cdcc +SHA512 (linux-6.11.0-0.rc3.18.el10.tar.xz) = 85d5084d467b70271fa93f3a5137b892531e1bd2a0ff905b015ca6aaa799f45af58935cbec9b080851b980af73354c2d4008824f777b54158cefa1c527bff551 +SHA512 (kernel-abi-stablelists-6.11.0-0.rc3.18.el10.tar.xz) = 6bb9705bd8a3e451632d24caa30d568213d73c2bddd52a5d6cb2c0245a8446c4a50afd65a8bd59c08ac93a5dc9938e0e927e08506862a70de7d8af7307d89673 +SHA512 (kernel-kabi-dw-6.11.0-0.rc3.18.el10.tar.xz) = 058c2398b34608007996d39831d61d82b546674d7b9475e7b5c92f473f70be941be32db4024d6ee0df2571345cacd318f2d72144d561f24b0526e4fb0308cdcc