diff --git a/Makefile.rhelver b/Makefile.rhelver index 7e757038c..4289e2e39 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 3 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 231 +RHEL_RELEASE = 232 # # RHEL_REBASE_NUM diff --git a/kernel.changelog b/kernel.changelog index a2a5c5b4c..ac27db8a4 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,119 @@ +* Mon May 25 2026 CKI KWF Bot [6.12.0-232.el10] +- PCI: Fix alignment calculation for resource size larger than align (Myron Stowe) [RHEL-151449] +- PCI: Fix premature removal from realloc_head list during resource assignment (Myron Stowe) [RHEL-151449] +- PCI: Prevent shrinking bridge window from its required size (Myron Stowe) [RHEL-151449] +- Documentation: PCI: Document PCIe TLP Header decoder for AER messages (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Fix pci_pwrctrl_is_required() device node leak (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Do not power off on pwrctrl device removal (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Create pwrctrl devices only for PCI device nodes (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Ensure that remote endpoint node parent has supply requirement (Myron Stowe) [RHEL-151449] +- sparc/PCI: Initialize msi_addr_mask for OF-created PCI devices (Myron Stowe) [RHEL-151449] +- powerpc/pci: Initialize msi_addr_mask for OF-created PCI devices (Myron Stowe) [RHEL-151449] +- ALSA: hda/intel: Make MSI address limit based on the device DMA limit (Myron Stowe) [RHEL-151449] +- drm/radeon: Make MSI address limit based on the device DMA limit (Myron Stowe) [RHEL-151449] +- PCI/MSI: Check the device specific address mask in msi_verify_entries() (Myron Stowe) [RHEL-151449] +- PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address mask (Myron Stowe) [RHEL-151449] +- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (Myron Stowe) [RHEL-151449] +- PCI: endpoint: pci-epf-test: Select configfs (Myron Stowe) [RHEL-151449] +- PCI: Account fully optional bridge windows correctly (Myron Stowe) [RHEL-151449] +- PCI: Remove useless WARN_ON() from devres (Myron Stowe) [RHEL-151449] +- PCI/P2PDMA: Add missing struct p2pdma_provider documentation (Myron Stowe) [RHEL-151449] +- Documentation: PCI: Fix typos in msi-howto.rst (Myron Stowe) [RHEL-151449] +- PCI: endpoint: Add missing NULL check for alloc_workqueue() (Myron Stowe) [RHEL-151449] +- PCI: Add WQ_PERCPU to alloc_workqueue() users (Myron Stowe) [RHEL-151449] +- PCI: Disable ACS SV for IDT 0x8090 switch (Myron Stowe) [RHEL-151449] +- PCI: Disable ACS SV for IDT 0x80b5 switch (Myron Stowe) [RHEL-151449] +- PCI: Cache ACS Capabilities register (Myron Stowe) [RHEL-151449] +- PCI: Enable ACS after configuring IOMMU for OF platforms (Myron Stowe) [RHEL-151449] +- PCI: Add ACS quirk for Pericom PI7C9X2G404 switches [12d8:b404] (Myron Stowe) [RHEL-151449] +- PCI: Add ACS quirk for Qualcomm Hamoa & Glymur (Myron Stowe) [RHEL-151449] +- PCI: Use device_lock_assert() to verify device lock is held (Myron Stowe) [RHEL-151449] +- PCI: Use lockdep_assert_held(pci_bus_sem) to verify lock is held (Myron Stowe) [RHEL-151449] +- PCI: Fix pci_slot_lock () device locking (Myron Stowe) [RHEL-151449] +- PCI: Fix pci_slot_trylock() error handling (Myron Stowe) [RHEL-151449] +- PCI: Mark Nvidia GB10 to avoid bus reset (Myron Stowe) [RHEL-151449] +- PCI: Mark ASM1164 SATA controller to avoid bus reset (Myron Stowe) [RHEL-151449] +- Documentation: tracing: Add PCI tracepoint documentation (Myron Stowe) [RHEL-151449] +- PCI: Move CardBus bridge scanning to setup-cardbus.c (Myron Stowe) [RHEL-151449] +- PCI: Add pbus_validate_busn() for Bus Number validation (Myron Stowe) [RHEL-151449] +- PCI: Add dword #defines for Bus Number + Secondary Latency Timer (Myron Stowe) [RHEL-151449] +- PCI: Use scnprintf() instead of sprintf() (Myron Stowe) [RHEL-151449] +- PCI: Handle CardBus-specific params in setup-cardbus.c (Myron Stowe) [RHEL-151449] +- PCI: Separate CardBus setup & build it only with CONFIG_CARDBUS (Myron Stowe) [RHEL-151449] +- PCI: Add 'pci' prefix to struct pci_dev_resource handling functions (Myron Stowe) [RHEL-151449] +- PCI: Use resource_assigned() in setup-bus.c algorithm (Myron Stowe) [RHEL-151449] +- resource: Mark res given to resource_assigned() as const (Myron Stowe) [RHEL-151449] +- PCI: Add pbus_mem_size_optional() to handle optional sizes (Myron Stowe) [RHEL-151449] +- PCI: Check invalid align earlier in pbus_size_mem() (Myron Stowe) [RHEL-151449] +- PCI: Log reset and restore of resources (Myron Stowe) [RHEL-151449] +- PCI: Add pci_resource_is_bridge_win() (Myron Stowe) [RHEL-151449] +- PCI: Fetch dev_res to local var in __assign_resources_sorted() (Myron Stowe) [RHEL-151449] +- PCI: Use res_to_dev_res() in reassign_resources_sorted() (Myron Stowe) [RHEL-151449] +- PCI: Pass bridge window resource to pbus_size_mem() (Myron Stowe) [RHEL-151449] +- PCI: Push realloc check into pbus_size_mem() (Myron Stowe) [RHEL-151449] +- resource: Increase MAX_IORES_LEVEL to 8 (Myron Stowe) [RHEL-151449] +- PCI: Use resource_set_range() that correctly sets ->end (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Create pwrctrl device if graph port is found (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Add PCIe M.2 connector support (Myron Stowe) [RHEL-151449] +- PCI: Drop the assert_perst() callback (Myron Stowe) [RHEL-151449] +- PCI: qcom: Drop the assert_perst() callbacks (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Switch to pwrctrl create, power on/off, destroy APIs (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Add APIs to power on/off pwrctrl devices (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Add APIs to create, destroy pwrctrl devices (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Add 'struct pci_pwrctrl::power_{on/off}' callbacks (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: pwrseq: Factor out power on/off code to helpers (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: slot: Factor out power on/off code to helpers (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: slot: Rename private struct and pointers for consistency (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: pwrseq: Rename private struct and pointers for consistency (Myron Stowe) [RHEL-151449] +- PCI/PTM: Fix pcie_ptm_create_debugfs() memory leak (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Use bus-type functions (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Don't check for valid device and driver in bus callbacks (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Move pcie_port_bus_type to pcie source file (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Don't check for the driver's and device's bus (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Drop empty shutdown callback (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Fix potential resource leak (Myron Stowe) [RHEL-151449] +- PCI/PM: Prevent runtime suspend until devices are fully initialized (Myron Stowe) [RHEL-151449] +- PCI/PM: Avoid redundant delays on D3hot->D3cold (Myron Stowe) [RHEL-151449] +- PCI/P2PDMA: Reset page reference count when page mapping fails (Myron Stowe) [RHEL-151449] +- PCI/P2PDMA: Fix p2pmem_alloc_mmap() warning condition (Myron Stowe) [RHEL-151449] +- PCI/P2PDMA: Release per-CPU pgmap ref when vm_insert_page() fails (Myron Stowe) [RHEL-151449] +- PCI/PME: Replace RMW of Root Status register with direct write (Myron Stowe) [RHEL-151449] +- PCI/ACPI: Restrict program_hpx_type2() to AER bits (Myron Stowe) [RHEL-151449] +- PCI: Initialize RCB from pci_configure_device() (Myron Stowe) [RHEL-151449] +- PCI: Check parent for NULL in of_pci_bus_release_domain_nr() (Myron Stowe) [RHEL-151449] +- PCI: Mark 3ware-9650SA Root Port Extended Tags as broken (Myron Stowe) [RHEL-151449] +- PCI: Do not attempt to set ExtTag for VFs (Myron Stowe) [RHEL-151449] +- PCI: endpoint: Fix swapped parameters in pci_{primary/secondary}_epc_epf_unlink() functions (Myron Stowe) [RHEL-151449] +- PCI: endpoint: Avoid creating sub-groups asynchronously (Myron Stowe) [RHEL-151449] +- Documentation: PCI: endpoint: Fix ntb/vntb copy & paste errors (Myron Stowe) [RHEL-151449] +- PCI/bwctrl: Disable BW controller on Intel P45 using a quirk (Myron Stowe) [RHEL-151449] +- PCI: trace: Add RAS tracepoint to monitor link speed changes (Myron Stowe) [RHEL-151449] +- PCI: trace: Add generic RAS tracepoint for hotplug event (Myron Stowe) [RHEL-151449] +- PCI/AER: Clear stale errors on reporting agents upon probe (Myron Stowe) [RHEL-151449] +- resource: Introduce resource_assigned() for discerning active resources (Myron Stowe) [RHEL-151449] +- PCI: Test for bit underflow in pcie_set_readrq() (Myron Stowe) [RHEL-151449] +- docs: powerpc: add htm.rst to toctree (Myron Stowe) [RHEL-151449] +- PCI: pnv_php: Enable third attention indicator state (Myron Stowe) [RHEL-151449] +- PCI: pnv_php: Fix surprise plug detection and recovery (Myron Stowe) [RHEL-151449] +- powerpc/eeh: Export eeh_unfreeze_pe() (Myron Stowe) [RHEL-151449] +- PCI: pnv_php: Work around switches with broken presence detection (Myron Stowe) [RHEL-151449] +- PCI: pnv_php: Clean up allocated IRQs on unplug (Myron Stowe) [RHEL-151449] +- resource: replace open coded variant of DEFINE_RES() (Myron Stowe) [RHEL-151449] +- resource: replace open coded variants of DEFINE_RES_*_NAMED() (Myron Stowe) [RHEL-151449] +- resource: replace open coded variant of DEFINE_RES_NAMED_DESC() (Myron Stowe) [RHEL-151449] +- resource: split DEFINE_RES_NAMED_DESC() out of DEFINE_RES_NAMED() (Myron Stowe) [RHEL-151449] +- xfs: fix remote xattr valuelblk check (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: fix the xattr scrub to detect freemap/entries array collisions (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: strengthen attr leaf block freemap checking (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: refactor attr3 leaf table size computation (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: fix freemap adjustments when adding xattrs to leaf blocks (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: delete attr leaf freemap entries when empty (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- smb: client: fix OOB reads parsing symlink error response (CKI Backport Bot) [RHEL-171476] {CVE-2026-31613} +- fs/notify: call exportfs_encode_fid with s_umount (Jay Shin) [RHEL-167108] {CVE-2025-40237} +- fs: relax assertions on failure to encode file handles (Jay Shin) [RHEL-167108] +- scsi: ses: Fix devices attaching to different hosts (Tomas Henzl) [RHEL-153020] +Resolves: RHEL-151449, RHEL-153020, RHEL-167108, RHEL-171476, RHEL-174054 + * Wed May 20 2026 CKI KWF Bot [6.12.0-231.el10] - ibmveth: Disable GSO for packets with small MSS (Mamatha Inamdar) [RHEL-175521] - KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers (Sebastian Ott) [RHEL-151899] diff --git a/kernel.spec b/kernel.spec index 1e2586e90..2a6b28ff6 100644 --- a/kernel.spec +++ b/kernel.spec @@ -179,15 +179,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 231 +%define pkgrelease 232 %define kversion 6 -%define tarfile_release 6.12.0-231.el10 +%define tarfile_release 6.12.0-232.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 231%{?buildid}%{?dist} +%define specrelease 232%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-231.el10 +%define kabiversion 6.12.0-232.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4552,14 +4552,14 @@ fi\ # # %changelog -* Fri May 22 2026 Eduard Abdullin - 6.12.0-231 +* Wed May 27 2026 Eduard Abdullin - 6.12.0-232 - Debrand for AlmaLinux OS - Use AlmaLinux OS secure boot cert -* Fri May 22 2026 Neal Gompa - 6.12.0-231 +* Wed May 27 2026 Neal Gompa - 6.12.0-232 - Enable Btrfs support for all kernel variants -* Fri May 22 2026 Andrew Lukoshko - 6.12.0-231 +* Wed May 27 2026 Andrew Lukoshko - 6.12.0-232 - hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 - mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 - megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 @@ -4569,6 +4569,121 @@ fi\ - kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained +* Mon May 25 2026 CKI KWF Bot [6.12.0-232.el10] +- PCI: Fix alignment calculation for resource size larger than align (Myron Stowe) [RHEL-151449] +- PCI: Fix premature removal from realloc_head list during resource assignment (Myron Stowe) [RHEL-151449] +- PCI: Prevent shrinking bridge window from its required size (Myron Stowe) [RHEL-151449] +- Documentation: PCI: Document PCIe TLP Header decoder for AER messages (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Fix pci_pwrctrl_is_required() device node leak (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Do not power off on pwrctrl device removal (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Create pwrctrl devices only for PCI device nodes (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Ensure that remote endpoint node parent has supply requirement (Myron Stowe) [RHEL-151449] +- sparc/PCI: Initialize msi_addr_mask for OF-created PCI devices (Myron Stowe) [RHEL-151449] +- powerpc/pci: Initialize msi_addr_mask for OF-created PCI devices (Myron Stowe) [RHEL-151449] +- ALSA: hda/intel: Make MSI address limit based on the device DMA limit (Myron Stowe) [RHEL-151449] +- drm/radeon: Make MSI address limit based on the device DMA limit (Myron Stowe) [RHEL-151449] +- PCI/MSI: Check the device specific address mask in msi_verify_entries() (Myron Stowe) [RHEL-151449] +- PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address mask (Myron Stowe) [RHEL-151449] +- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (Myron Stowe) [RHEL-151449] +- PCI: endpoint: pci-epf-test: Select configfs (Myron Stowe) [RHEL-151449] +- PCI: Account fully optional bridge windows correctly (Myron Stowe) [RHEL-151449] +- PCI: Remove useless WARN_ON() from devres (Myron Stowe) [RHEL-151449] +- PCI/P2PDMA: Add missing struct p2pdma_provider documentation (Myron Stowe) [RHEL-151449] +- Documentation: PCI: Fix typos in msi-howto.rst (Myron Stowe) [RHEL-151449] +- PCI: endpoint: Add missing NULL check for alloc_workqueue() (Myron Stowe) [RHEL-151449] +- PCI: Add WQ_PERCPU to alloc_workqueue() users (Myron Stowe) [RHEL-151449] +- PCI: Disable ACS SV for IDT 0x8090 switch (Myron Stowe) [RHEL-151449] +- PCI: Disable ACS SV for IDT 0x80b5 switch (Myron Stowe) [RHEL-151449] +- PCI: Cache ACS Capabilities register (Myron Stowe) [RHEL-151449] +- PCI: Enable ACS after configuring IOMMU for OF platforms (Myron Stowe) [RHEL-151449] +- PCI: Add ACS quirk for Pericom PI7C9X2G404 switches [12d8:b404] (Myron Stowe) [RHEL-151449] +- PCI: Add ACS quirk for Qualcomm Hamoa & Glymur (Myron Stowe) [RHEL-151449] +- PCI: Use device_lock_assert() to verify device lock is held (Myron Stowe) [RHEL-151449] +- PCI: Use lockdep_assert_held(pci_bus_sem) to verify lock is held (Myron Stowe) [RHEL-151449] +- PCI: Fix pci_slot_lock () device locking (Myron Stowe) [RHEL-151449] +- PCI: Fix pci_slot_trylock() error handling (Myron Stowe) [RHEL-151449] +- PCI: Mark Nvidia GB10 to avoid bus reset (Myron Stowe) [RHEL-151449] +- PCI: Mark ASM1164 SATA controller to avoid bus reset (Myron Stowe) [RHEL-151449] +- Documentation: tracing: Add PCI tracepoint documentation (Myron Stowe) [RHEL-151449] +- PCI: Move CardBus bridge scanning to setup-cardbus.c (Myron Stowe) [RHEL-151449] +- PCI: Add pbus_validate_busn() for Bus Number validation (Myron Stowe) [RHEL-151449] +- PCI: Add dword #defines for Bus Number + Secondary Latency Timer (Myron Stowe) [RHEL-151449] +- PCI: Use scnprintf() instead of sprintf() (Myron Stowe) [RHEL-151449] +- PCI: Handle CardBus-specific params in setup-cardbus.c (Myron Stowe) [RHEL-151449] +- PCI: Separate CardBus setup & build it only with CONFIG_CARDBUS (Myron Stowe) [RHEL-151449] +- PCI: Add 'pci' prefix to struct pci_dev_resource handling functions (Myron Stowe) [RHEL-151449] +- PCI: Use resource_assigned() in setup-bus.c algorithm (Myron Stowe) [RHEL-151449] +- resource: Mark res given to resource_assigned() as const (Myron Stowe) [RHEL-151449] +- PCI: Add pbus_mem_size_optional() to handle optional sizes (Myron Stowe) [RHEL-151449] +- PCI: Check invalid align earlier in pbus_size_mem() (Myron Stowe) [RHEL-151449] +- PCI: Log reset and restore of resources (Myron Stowe) [RHEL-151449] +- PCI: Add pci_resource_is_bridge_win() (Myron Stowe) [RHEL-151449] +- PCI: Fetch dev_res to local var in __assign_resources_sorted() (Myron Stowe) [RHEL-151449] +- PCI: Use res_to_dev_res() in reassign_resources_sorted() (Myron Stowe) [RHEL-151449] +- PCI: Pass bridge window resource to pbus_size_mem() (Myron Stowe) [RHEL-151449] +- PCI: Push realloc check into pbus_size_mem() (Myron Stowe) [RHEL-151449] +- resource: Increase MAX_IORES_LEVEL to 8 (Myron Stowe) [RHEL-151449] +- PCI: Use resource_set_range() that correctly sets ->end (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Create pwrctrl device if graph port is found (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Add PCIe M.2 connector support (Myron Stowe) [RHEL-151449] +- PCI: Drop the assert_perst() callback (Myron Stowe) [RHEL-151449] +- PCI: qcom: Drop the assert_perst() callbacks (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Switch to pwrctrl create, power on/off, destroy APIs (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Add APIs to power on/off pwrctrl devices (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Add APIs to create, destroy pwrctrl devices (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: Add 'struct pci_pwrctrl::power_{on/off}' callbacks (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: pwrseq: Factor out power on/off code to helpers (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: slot: Factor out power on/off code to helpers (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: slot: Rename private struct and pointers for consistency (Myron Stowe) [RHEL-151449] +- PCI/pwrctrl: pwrseq: Rename private struct and pointers for consistency (Myron Stowe) [RHEL-151449] +- PCI/PTM: Fix pcie_ptm_create_debugfs() memory leak (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Use bus-type functions (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Don't check for valid device and driver in bus callbacks (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Move pcie_port_bus_type to pcie source file (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Don't check for the driver's and device's bus (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Drop empty shutdown callback (Myron Stowe) [RHEL-151449] +- PCI/portdrv: Fix potential resource leak (Myron Stowe) [RHEL-151449] +- PCI/PM: Prevent runtime suspend until devices are fully initialized (Myron Stowe) [RHEL-151449] +- PCI/PM: Avoid redundant delays on D3hot->D3cold (Myron Stowe) [RHEL-151449] +- PCI/P2PDMA: Reset page reference count when page mapping fails (Myron Stowe) [RHEL-151449] +- PCI/P2PDMA: Fix p2pmem_alloc_mmap() warning condition (Myron Stowe) [RHEL-151449] +- PCI/P2PDMA: Release per-CPU pgmap ref when vm_insert_page() fails (Myron Stowe) [RHEL-151449] +- PCI/PME: Replace RMW of Root Status register with direct write (Myron Stowe) [RHEL-151449] +- PCI/ACPI: Restrict program_hpx_type2() to AER bits (Myron Stowe) [RHEL-151449] +- PCI: Initialize RCB from pci_configure_device() (Myron Stowe) [RHEL-151449] +- PCI: Check parent for NULL in of_pci_bus_release_domain_nr() (Myron Stowe) [RHEL-151449] +- PCI: Mark 3ware-9650SA Root Port Extended Tags as broken (Myron Stowe) [RHEL-151449] +- PCI: Do not attempt to set ExtTag for VFs (Myron Stowe) [RHEL-151449] +- PCI: endpoint: Fix swapped parameters in pci_{primary/secondary}_epc_epf_unlink() functions (Myron Stowe) [RHEL-151449] +- PCI: endpoint: Avoid creating sub-groups asynchronously (Myron Stowe) [RHEL-151449] +- Documentation: PCI: endpoint: Fix ntb/vntb copy & paste errors (Myron Stowe) [RHEL-151449] +- PCI/bwctrl: Disable BW controller on Intel P45 using a quirk (Myron Stowe) [RHEL-151449] +- PCI: trace: Add RAS tracepoint to monitor link speed changes (Myron Stowe) [RHEL-151449] +- PCI: trace: Add generic RAS tracepoint for hotplug event (Myron Stowe) [RHEL-151449] +- PCI/AER: Clear stale errors on reporting agents upon probe (Myron Stowe) [RHEL-151449] +- resource: Introduce resource_assigned() for discerning active resources (Myron Stowe) [RHEL-151449] +- PCI: Test for bit underflow in pcie_set_readrq() (Myron Stowe) [RHEL-151449] +- docs: powerpc: add htm.rst to toctree (Myron Stowe) [RHEL-151449] +- PCI: pnv_php: Enable third attention indicator state (Myron Stowe) [RHEL-151449] +- PCI: pnv_php: Fix surprise plug detection and recovery (Myron Stowe) [RHEL-151449] +- powerpc/eeh: Export eeh_unfreeze_pe() (Myron Stowe) [RHEL-151449] +- PCI: pnv_php: Work around switches with broken presence detection (Myron Stowe) [RHEL-151449] +- PCI: pnv_php: Clean up allocated IRQs on unplug (Myron Stowe) [RHEL-151449] +- resource: replace open coded variant of DEFINE_RES() (Myron Stowe) [RHEL-151449] +- resource: replace open coded variants of DEFINE_RES_*_NAMED() (Myron Stowe) [RHEL-151449] +- resource: replace open coded variant of DEFINE_RES_NAMED_DESC() (Myron Stowe) [RHEL-151449] +- resource: split DEFINE_RES_NAMED_DESC() out of DEFINE_RES_NAMED() (Myron Stowe) [RHEL-151449] +- xfs: fix remote xattr valuelblk check (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: fix the xattr scrub to detect freemap/entries array collisions (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: strengthen attr leaf block freemap checking (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: refactor attr3 leaf table size computation (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: fix freemap adjustments when adding xattrs to leaf blocks (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- xfs: delete attr leaf freemap entries when empty (CKI Backport Bot) [RHEL-174054] {CVE-2026-43158} +- smb: client: fix OOB reads parsing symlink error response (CKI Backport Bot) [RHEL-171476] {CVE-2026-31613} +- fs/notify: call exportfs_encode_fid with s_umount (Jay Shin) [RHEL-167108] {CVE-2025-40237} +- fs: relax assertions on failure to encode file handles (Jay Shin) [RHEL-167108] +- scsi: ses: Fix devices attaching to different hosts (Tomas Henzl) [RHEL-153020] + * Wed May 20 2026 CKI KWF Bot [6.12.0-231.el10] - ibmveth: Disable GSO for packets with small MSS (Mamatha Inamdar) [RHEL-175521] - KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers (Sebastian Ott) [RHEL-151899] diff --git a/sources b/sources index 8b46e06eb..eb542a700 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.12.0-231.el10.tar.xz) = 65da164a07bbdec631487078d8ae0e264a84353fa414893a9c175769b91419b92badb854f0ff8346b7ec1caecf447b8ab3431f9a7adb29d0165d090577d63c3f -SHA512 (kernel-abi-stablelists-6.12.0-231.el10.tar.xz) = abdf2a264b466793212a63116e48e56a331e3b1ec7d53385a491790e2ca4938beb359789115ce3a38aebdb42004f14abde9e99d76f30a34c56804b3eaededdc4 -SHA512 (kernel-kabi-dw-6.12.0-231.el10.tar.xz) = 167ef4e45a4ffa89ba13b68f82e6bfe09e956c00977e603f0ff7815d44eeae4a523dcca5bb30873eb7c8364489b68033e1662c5ede8b4f7561ef2391ce4a11a0 +SHA512 (linux-6.12.0-232.el10.tar.xz) = 4a8b41b66dfdac0ccacea3820cbafd01fee428e6f16a88dccf9e8d36cef4dbd072082d30b6326c08f22b29194bc7013ab8ab403b2afc5d8f0797c0480109edc4 +SHA512 (kernel-abi-stablelists-6.12.0-232.el10.tar.xz) = b8aeb9d640ad7a548a6dbd9996ca02a56ce9bb56315882012e71dd42fa7f447b17f775ae6d944af6fc1ffcd4cfd400a6409963a73b444ded053e6eb86e66ea00 +SHA512 (kernel-kabi-dw-6.12.0-232.el10.tar.xz) = 8d3f169d84fb4e536e76421db5abb1a019e4cba43401d917b69035e436987858498eaeb7879a9ab48c910ad4cda39158413ac2ffb5b2229b7e2bc3414d797c6a