diff --git a/Makefile.rhelver b/Makefile.rhelver index e0a8e8c2a..b20a6a1f9 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 174 +RHEL_RELEASE = 175 # # RHEL_REBASE_NUM @@ -55,6 +55,6 @@ ZSTREAM ?= no # # Represents the major and minor release used by automotive. # Primarily this is used to to identify the build target when -# building the kernel-automotive packages. +# building the automotive kernel package. AUTOMOTIVE_MAJOR = 2 AUTOMOTIVE_MINOR = 0 diff --git a/kernel.changelog b/kernel.changelog index 56268e3f3..10d620316 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,121 @@ +* Wed Dec 17 2025 CKI KWF Bot [6.12.0-175.el10] +- redhat/self-test: refresh with new automotive variables (Scott Weaver) +- automotive: add configurable package name and disttag variables (Scott Weaver) +- PCI: endpoint: pci-epf-test: Fix doorbell test support (Myron Stowe) [RHEL-107898] +- PCI: qcom: Restrict port parsing only to PCIe bridge child nodes (Myron Stowe) [RHEL-107898] +- PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq() (Myron Stowe) [RHEL-107898] +- misc: pci_endpoint_test: Fix array underflow in pci_endpoint_test_ioctl() (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Return negative -EINVAL in xgene_msi_handler_setup() (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-ep-msi: Fix NULL vs IS_ERR() check in pci_epf_write_msi_msg() (Myron Stowe) [RHEL-107898] +- PCI: xilinx: Fix NULL pointer dereference in xilinx_pcie_intr_handler() (Myron Stowe) [RHEL-107898] +- PCI: Fix typos (Myron Stowe) [RHEL-107898] +- PCI: hotplug: Remove TODO about unused .get_power(), .hardware_test() (Myron Stowe) [RHEL-107898] +- cpu/hotplug: Remove unused cpuhp_state CPUHP_PCI_XGENE_DEAD (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Restructure handler setup/teardown (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Probe as a standard platform driver (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Resend an MSI racing with itself on a different CPU (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Sanitise MSI allocation and affinity setting (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Get rid of intermediate tracking structure (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Use device-managed memory allocations (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Drop superfluous fields from xgene_msi structure (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Make per-CPU interrupt setup robust (Myron Stowe) [RHEL-107898] +- PCI: xgene: Drop XGENE_PCIE_IP_VER_UNKN (Myron Stowe) [RHEL-107898] +- PCI: xgene: Drop useless conditional compilation (Myron Stowe) [RHEL-107898] +- PCI: xgene: Defer probing if the MSI widget driver hasn't probed yet (Myron Stowe) [RHEL-107898] +- PCI: rockchip-host: Remove unused header includes (Myron Stowe) [RHEL-107898] +- PCI: rockchip-host: Correct non-fatal error log message (Myron Stowe) [RHEL-107898] +- PCI: rockchip-host: Fix "Unexpected Completion" log message (Myron Stowe) [RHEL-107898] +- PCI: rockchip: Set Target Link Speed to 5.0 GT/s before retraining (Myron Stowe) [RHEL-107898] +- PCI: rockchip: Use standard PCIe definitions (Myron Stowe) [RHEL-107898] +- PCI: rockchip: Remove redundant PCIe message routing definitions (Myron Stowe) [RHEL-107898] +- PCI: qcom: Add support for parsing the new Root Port binding (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom: Move PHY & reset GPIO to Root Port node (Myron Stowe) [RHEL-107898] +- PCI: qcom: Add support for Qualcomm SA8255p based PCIe Root Complex (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sa8255p: Document ECAM compliant PCIe root complex (Myron Stowe) [RHEL-107898] +- PCI: host-generic: Rename and export gen_pci_init() for PCIe controller drivers (Myron Stowe) [RHEL-107898] +- PCI: dwc: Export DWC MSI controller related APIs (Myron Stowe) [RHEL-107898] +- PCI: mvebu: Use devm_add_action_or_reset() instead of devm_add_action() (Myron Stowe) [RHEL-107898] +- PCI: imx6: Delay link start until configfs 'start' written (Myron Stowe) [RHEL-107898] +- PCI: imx6: Remove apps_reset toggling from imx_pcie_{assert/deassert}_core_reset (Myron Stowe) [RHEL-107898] +- PCI: imx6: Add LUT configuration for MSI/IOMMU in Endpoint mode (Myron Stowe) [RHEL-107898] +- PCI: imx6: Add helper function imx_pcie_add_lut_by_rid() (Myron Stowe) [RHEL-107898] +- PCI: imx6: Add IMX8MM_EP and IMX8MP_EP fixed 256-byte BAR 4 in epc_features (Myron Stowe) [RHEL-107898] +- PCI: imx6: Add IMX8MQ_EP third 64-bit BAR in epc_features (Myron Stowe) [RHEL-107898] +- PCI: dw-rockchip: Delay link training after hot reset in EP mode (Myron Stowe) [RHEL-107898] +- PCI: cadence: Replace private message routing enums with PCI core definitions (Myron Stowe) [RHEL-107898] +- PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS (Myron Stowe) [RHEL-107898] +- MAINTAINERS: Drop Nicolas from maintaining pcie-brcmstb (Myron Stowe) [RHEL-107898] +- PCI: brcmstb: Set MLW based on "num-lanes" DT property if present (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: brcm,stb-pcie: Add num-lanes property (Myron Stowe) [RHEL-107898] +- PCI: Move link up wait time and max retries macros to pci.h (Myron Stowe) [RHEL-107898] +- PCI: dwc: Ensure that dw_pcie_wait_for_link() waits 100 ms after link up (Myron Stowe) [RHEL-107898] +- PCI: qcom: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQ (Myron Stowe) [RHEL-107898] +- PCI: dw-rockchip: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQ (Myron Stowe) [RHEL-107898] +- PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MS (Myron Stowe) [RHEL-107898] +- PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MS (Myron Stowe) [RHEL-107898] +- PCI: vmd: Remove MSI-X check on child devices (Myron Stowe) [RHEL-107898] +- PCI: vmd: Fix wrong kfree() in vmd_msi_free() (Myron Stowe) [RHEL-107898] +- PCI: vmd: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: vmd: Convert to lock guards (Myron Stowe) [RHEL-107898] +- PCI: plda: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: xilinx: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: xilinx-nwl: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: xilinx-xdma: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: rcar-host: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: mediatek: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: mediatek-gen3: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: iproc: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: brcmstb: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: altera-msi: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: aardvark: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: mobiveil: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: dwc: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: controller: Use dev_fwnode() instead of of_fwnode_handle() (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem attribute (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-vntb: Allow BAR assignment via configfs (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-vntb: Align MW naming with config names (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-vntb: Return -ENOENT if pci_epc_get_next_free_bar() fails (Myron Stowe) [RHEL-107898] +- selftests: pci_endpoint: Add doorbell test case (Myron Stowe) [RHEL-107898] +- misc: pci_endpoint_test: Add doorbell test case (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-test: Add doorbell test support (Myron Stowe) [RHEL-107898] +- PCI: endpoint: Add pci_epf_align_inbound_addr() helper for inbound address alignment (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-ep-msi: Add checks for MSI parent and mutability (Myron Stowe) [RHEL-107898] +- PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller (Myron Stowe) [RHEL-107898] +- PCI: endpoint: Fix configfs group removal on driver teardown (Myron Stowe) [RHEL-107898] +- PCI: endpoint: Fix configfs group list head handling (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sa8775p: Document 'link_down' reset (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Remove 83xx-512x-pci.txt (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert amazon,al-alpine-v[23]-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert marvell,armada-3700-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert apm,xgene-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert axis,artpec6-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert st,spear1340-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sm8150: Drop unrelated clocks from PCIe hosts (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sc8180x: Drop unrelated clocks from PCIe hosts (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: pci-ep: Extend max-link-speed to PCIe Gen5/Gen6 (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sa8775p: Document QCS8300 (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sm8150: Document QCS615 (Myron Stowe) [RHEL-107898] +- PCI/pwrctrl: Fix the kerneldoc tag for private fields (Myron Stowe) [RHEL-107898] +- PCI: Move is_pciehp check out of pciehp_is_native() (Myron Stowe) [RHEL-107898] +- PCI: pciehp: Use is_pciehp instead of is_hotplug_bridge (Myron Stowe) [RHEL-107898] +- PCI/portdrv: Use is_pciehp instead of is_hotplug_bridge (Myron Stowe) [RHEL-107898] +- PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports (Myron Stowe) [RHEL-107898] +- PCI: Support Immediate Readiness on devices without PM capabilities (Myron Stowe) [RHEL-107898] +- PCI: Allow built-in drivers to use async initial probing (Myron Stowe) [RHEL-107898] +- PCI: Adjust the position of reading the Link Control 2 register (Myron Stowe) [RHEL-107898] +- PCI: Fix link speed calculation on retrain failure (Myron Stowe) [RHEL-107898] +- PCI: Extend isolated function probing to LoongArch (Myron Stowe) [RHEL-107898] +- PCI/ASPM: Consolidate variable declaration and initialization (Myron Stowe) [RHEL-107898] +- PCI/ASPM: Use boolean type for aspm_disabled and aspm_force (Myron Stowe) [RHEL-107898] +- PCI/AER: Add message when AER_MAX_MULTI_ERR_DEVICES limit is hit (Myron Stowe) [RHEL-107898] +- PCI/AER: Use bool for AER disable state tracking (Myron Stowe) [RHEL-107898] +- net: Prevent use after free in netif_napi_set_irq_locked() (Petr Oros) [RHEL-83024] +- net: move aRFS rmap management and CPU affinity to core (Petr Oros) [RHEL-83024] +- arm64: kprobes: check the return value of set_memory_rox() (Marcin Juszkiewicz) [RHEL-122954] +- arm64: kprobes: call set_memory_rox() for kprobe page (Marcin Juszkiewicz) [RHEL-122954] +- audit: fix out-of-bounds read in audit_compare_dname_path() (CKI Backport Bot) [RHEL-119187] {CVE-2025-39840} +Resolves: RHEL-107898, RHEL-119187, RHEL-122954, RHEL-83024 + * Tue Dec 16 2025 CKI KWF Bot [6.12.0-174.el10] - Revert "arm64: acpi: Enable ACPI CCEL support" (Gavin Shan) [RHEL-135143] - platform/x86/amd/hsmp: Replace amd_num_nodes() with topology_max_packages() (Steve Best) [RHEL-117573] diff --git a/kernel.spec b/kernel.spec index b5daa9b87..6a12d28d5 100644 --- a/kernel.spec +++ b/kernel.spec @@ -176,15 +176,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 174 +%define pkgrelease 175 %define kversion 6 -%define tarfile_release 6.12.0-174.el10 +%define tarfile_release 6.12.0-175.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 174%{?buildid}%{?dist} +%define specrelease 175%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-174.el10 +%define kabiversion 6.12.0-175.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4473,6 +4473,123 @@ fi\ # # %changelog +* Wed Dec 17 2025 CKI KWF Bot [6.12.0-175.el10] +- redhat/self-test: refresh with new automotive variables (Scott Weaver) +- automotive: add configurable package name and disttag variables (Scott Weaver) +- PCI: endpoint: pci-epf-test: Fix doorbell test support (Myron Stowe) [RHEL-107898] +- PCI: qcom: Restrict port parsing only to PCIe bridge child nodes (Myron Stowe) [RHEL-107898] +- PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq() (Myron Stowe) [RHEL-107898] +- misc: pci_endpoint_test: Fix array underflow in pci_endpoint_test_ioctl() (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Return negative -EINVAL in xgene_msi_handler_setup() (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-ep-msi: Fix NULL vs IS_ERR() check in pci_epf_write_msi_msg() (Myron Stowe) [RHEL-107898] +- PCI: xilinx: Fix NULL pointer dereference in xilinx_pcie_intr_handler() (Myron Stowe) [RHEL-107898] +- PCI: Fix typos (Myron Stowe) [RHEL-107898] +- PCI: hotplug: Remove TODO about unused .get_power(), .hardware_test() (Myron Stowe) [RHEL-107898] +- cpu/hotplug: Remove unused cpuhp_state CPUHP_PCI_XGENE_DEAD (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Restructure handler setup/teardown (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Probe as a standard platform driver (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Resend an MSI racing with itself on a different CPU (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Sanitise MSI allocation and affinity setting (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Get rid of intermediate tracking structure (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Use device-managed memory allocations (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Drop superfluous fields from xgene_msi structure (Myron Stowe) [RHEL-107898] +- PCI: xgene-msi: Make per-CPU interrupt setup robust (Myron Stowe) [RHEL-107898] +- PCI: xgene: Drop XGENE_PCIE_IP_VER_UNKN (Myron Stowe) [RHEL-107898] +- PCI: xgene: Drop useless conditional compilation (Myron Stowe) [RHEL-107898] +- PCI: xgene: Defer probing if the MSI widget driver hasn't probed yet (Myron Stowe) [RHEL-107898] +- PCI: rockchip-host: Remove unused header includes (Myron Stowe) [RHEL-107898] +- PCI: rockchip-host: Correct non-fatal error log message (Myron Stowe) [RHEL-107898] +- PCI: rockchip-host: Fix "Unexpected Completion" log message (Myron Stowe) [RHEL-107898] +- PCI: rockchip: Set Target Link Speed to 5.0 GT/s before retraining (Myron Stowe) [RHEL-107898] +- PCI: rockchip: Use standard PCIe definitions (Myron Stowe) [RHEL-107898] +- PCI: rockchip: Remove redundant PCIe message routing definitions (Myron Stowe) [RHEL-107898] +- PCI: qcom: Add support for parsing the new Root Port binding (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom: Move PHY & reset GPIO to Root Port node (Myron Stowe) [RHEL-107898] +- PCI: qcom: Add support for Qualcomm SA8255p based PCIe Root Complex (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sa8255p: Document ECAM compliant PCIe root complex (Myron Stowe) [RHEL-107898] +- PCI: host-generic: Rename and export gen_pci_init() for PCIe controller drivers (Myron Stowe) [RHEL-107898] +- PCI: dwc: Export DWC MSI controller related APIs (Myron Stowe) [RHEL-107898] +- PCI: mvebu: Use devm_add_action_or_reset() instead of devm_add_action() (Myron Stowe) [RHEL-107898] +- PCI: imx6: Delay link start until configfs 'start' written (Myron Stowe) [RHEL-107898] +- PCI: imx6: Remove apps_reset toggling from imx_pcie_{assert/deassert}_core_reset (Myron Stowe) [RHEL-107898] +- PCI: imx6: Add LUT configuration for MSI/IOMMU in Endpoint mode (Myron Stowe) [RHEL-107898] +- PCI: imx6: Add helper function imx_pcie_add_lut_by_rid() (Myron Stowe) [RHEL-107898] +- PCI: imx6: Add IMX8MM_EP and IMX8MP_EP fixed 256-byte BAR 4 in epc_features (Myron Stowe) [RHEL-107898] +- PCI: imx6: Add IMX8MQ_EP third 64-bit BAR in epc_features (Myron Stowe) [RHEL-107898] +- PCI: dw-rockchip: Delay link training after hot reset in EP mode (Myron Stowe) [RHEL-107898] +- PCI: cadence: Replace private message routing enums with PCI core definitions (Myron Stowe) [RHEL-107898] +- PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS (Myron Stowe) [RHEL-107898] +- MAINTAINERS: Drop Nicolas from maintaining pcie-brcmstb (Myron Stowe) [RHEL-107898] +- PCI: brcmstb: Set MLW based on "num-lanes" DT property if present (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: brcm,stb-pcie: Add num-lanes property (Myron Stowe) [RHEL-107898] +- PCI: Move link up wait time and max retries macros to pci.h (Myron Stowe) [RHEL-107898] +- PCI: dwc: Ensure that dw_pcie_wait_for_link() waits 100 ms after link up (Myron Stowe) [RHEL-107898] +- PCI: qcom: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQ (Myron Stowe) [RHEL-107898] +- PCI: dw-rockchip: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQ (Myron Stowe) [RHEL-107898] +- PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MS (Myron Stowe) [RHEL-107898] +- PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MS (Myron Stowe) [RHEL-107898] +- PCI: vmd: Remove MSI-X check on child devices (Myron Stowe) [RHEL-107898] +- PCI: vmd: Fix wrong kfree() in vmd_msi_free() (Myron Stowe) [RHEL-107898] +- PCI: vmd: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: vmd: Convert to lock guards (Myron Stowe) [RHEL-107898] +- PCI: plda: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: xilinx: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: xilinx-nwl: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: xilinx-xdma: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: rcar-host: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: mediatek: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: mediatek-gen3: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: iproc: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: brcmstb: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: altera-msi: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: aardvark: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: mobiveil: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: dwc: Switch to msi_create_parent_irq_domain() (Myron Stowe) [RHEL-107898] +- PCI: controller: Use dev_fwnode() instead of of_fwnode_handle() (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem attribute (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-vntb: Allow BAR assignment via configfs (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-vntb: Align MW naming with config names (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-vntb: Return -ENOENT if pci_epc_get_next_free_bar() fails (Myron Stowe) [RHEL-107898] +- selftests: pci_endpoint: Add doorbell test case (Myron Stowe) [RHEL-107898] +- misc: pci_endpoint_test: Add doorbell test case (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-epf-test: Add doorbell test support (Myron Stowe) [RHEL-107898] +- PCI: endpoint: Add pci_epf_align_inbound_addr() helper for inbound address alignment (Myron Stowe) [RHEL-107898] +- PCI: endpoint: pci-ep-msi: Add checks for MSI parent and mutability (Myron Stowe) [RHEL-107898] +- PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller (Myron Stowe) [RHEL-107898] +- PCI: endpoint: Fix configfs group removal on driver teardown (Myron Stowe) [RHEL-107898] +- PCI: endpoint: Fix configfs group list head handling (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sa8775p: Document 'link_down' reset (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Remove 83xx-512x-pci.txt (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert amazon,al-alpine-v[23]-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert marvell,armada-3700-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert apm,xgene-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert axis,artpec6-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: Convert st,spear1340-pcie to DT schema (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sm8150: Drop unrelated clocks from PCIe hosts (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sc8180x: Drop unrelated clocks from PCIe hosts (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: pci-ep: Extend max-link-speed to PCIe Gen5/Gen6 (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sa8775p: Document QCS8300 (Myron Stowe) [RHEL-107898] +- dt-bindings: PCI: qcom,pcie-sm8150: Document QCS615 (Myron Stowe) [RHEL-107898] +- PCI/pwrctrl: Fix the kerneldoc tag for private fields (Myron Stowe) [RHEL-107898] +- PCI: Move is_pciehp check out of pciehp_is_native() (Myron Stowe) [RHEL-107898] +- PCI: pciehp: Use is_pciehp instead of is_hotplug_bridge (Myron Stowe) [RHEL-107898] +- PCI/portdrv: Use is_pciehp instead of is_hotplug_bridge (Myron Stowe) [RHEL-107898] +- PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports (Myron Stowe) [RHEL-107898] +- PCI: Support Immediate Readiness on devices without PM capabilities (Myron Stowe) [RHEL-107898] +- PCI: Allow built-in drivers to use async initial probing (Myron Stowe) [RHEL-107898] +- PCI: Adjust the position of reading the Link Control 2 register (Myron Stowe) [RHEL-107898] +- PCI: Fix link speed calculation on retrain failure (Myron Stowe) [RHEL-107898] +- PCI: Extend isolated function probing to LoongArch (Myron Stowe) [RHEL-107898] +- PCI/ASPM: Consolidate variable declaration and initialization (Myron Stowe) [RHEL-107898] +- PCI/ASPM: Use boolean type for aspm_disabled and aspm_force (Myron Stowe) [RHEL-107898] +- PCI/AER: Add message when AER_MAX_MULTI_ERR_DEVICES limit is hit (Myron Stowe) [RHEL-107898] +- PCI/AER: Use bool for AER disable state tracking (Myron Stowe) [RHEL-107898] +- net: Prevent use after free in netif_napi_set_irq_locked() (Petr Oros) [RHEL-83024] +- net: move aRFS rmap management and CPU affinity to core (Petr Oros) [RHEL-83024] +- arm64: kprobes: check the return value of set_memory_rox() (Marcin Juszkiewicz) [RHEL-122954] +- arm64: kprobes: call set_memory_rox() for kprobe page (Marcin Juszkiewicz) [RHEL-122954] +- audit: fix out-of-bounds read in audit_compare_dname_path() (CKI Backport Bot) [RHEL-119187] {CVE-2025-39840} + * Tue Dec 16 2025 CKI KWF Bot [6.12.0-174.el10] - Revert "arm64: acpi: Enable ACPI CCEL support" (Gavin Shan) [RHEL-135143] - platform/x86/amd/hsmp: Replace amd_num_nodes() with topology_max_packages() (Steve Best) [RHEL-117573] diff --git a/sources b/sources index aaff5595d..63335b613 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-174.el10.tar.xz) = 737e8f910802d3a432398586656210aae1c7589825608eff25bafc8d414d7067c2f3df6163a2544962a22d4dde6941e9fd3f2cdbd4d54e8b42533361d9c7d098 -SHA512 (kernel-abi-stablelists-6.12.0-174.el10.tar.xz) = 90c9123ac54c848d3aaa7f5b73d91825b40813b517d2b0a8a1ca522293c66f96f5265641d7e4f58c301dd1c552a8b5f6c6c582b21a76d7ae5fd3c5380cfe8691 -SHA512 (kernel-kabi-dw-6.12.0-174.el10.tar.xz) = 17eca9f77812a07c3abb6ec2d8d1d677a4ae7504288d7d436e04918a42643985cfe3423e92a35ffadfe026ad6a5275702a1a82b150d85e1f257f569f835555f0 +SHA512 (linux-6.12.0-175.el10.tar.xz) = 986470cd290edabfbef1c893063912b902567b39d90ef4f1c22968426b9970cc61215033001dc81096c8e1788086e663e8cb4b80162a9878121bfc4c6250b8f2 +SHA512 (kernel-abi-stablelists-6.12.0-175.el10.tar.xz) = 109362ff2e4d7830adf648f5b9b153964e38cdbef12ce454e7d1914d4ece308927f650dadcfd096b09a2473b431fc3831ffdd907a486778f765e5dcb33cfe693 +SHA512 (kernel-kabi-dw-6.12.0-175.el10.tar.xz) = a923a8965d28db6b3e9b9ceac9e60075430bbe657e0fce9fda011815332e8a09a0b08be3f83740898c0b90d98c7f41d5f65fbc2d560165eb51134b9e9bf06988