From cdb0ea1548125e816878431d4e7da12ca4f689cd Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Sat, 27 Sep 2025 02:09:38 +0000 Subject: [PATCH] Debrand for AlmaLinux OS Use AlmaLinux OS secure boot cert Enable Btrfs support for all kernel variants 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 qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024 qla4xxx: bring back deprecated PCI ids lpfc: bring back deprecated PCI ids be2iscsi: bring back deprecated PCI ids kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 4 + kernel-aarch64-64k-rhel.config | 4 + kernel-aarch64-debug-rhel.config | 4 + kernel-aarch64-rhel.config | 4 + kernel-aarch64-rt-64k-debug-rhel.config | 4 + kernel-aarch64-rt-64k-rhel.config | 4 + kernel-aarch64-rt-debug-rhel.config | 4 + kernel-aarch64-rt-rhel.config | 4 + kernel.changelog | 495 ++++++++++++++++++++++++ kernel.spec | 490 ++++++++++++++++++++++- sources | 6 +- 12 files changed, 1014 insertions(+), 11 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index e76ae6ce9..20c8ea07d 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 = 134 +RHEL_RELEASE = 135 # # RHEL_REBASE_NUM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index cdc6f5c5c..deb5e9bd4 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -310,6 +310,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y # CONFIG_ARCH_TEGRA_210_SOC is not set CONFIG_ARCH_TEGRA_234_SOC=y CONFIG_ARCH_TEGRA_241_SOC=y +CONFIG_ARCH_TEGRA_264_SOC=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_THUNDER2=y CONFIG_ARCH_THUNDER=y @@ -6325,6 +6326,8 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_SPRD is not set CONFIG_SERIAL_TEGRA_TCU_CONSOLE=y CONFIG_SERIAL_TEGRA_TCU=y +CONFIG_SERIAL_TEGRA_UTC_CONSOLE=y +CONFIG_SERIAL_TEGRA_UTC=y CONFIG_SERIAL_TEGRA=y # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_UARTLITE_NR_UARTS=1 @@ -7296,6 +7299,7 @@ CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA241_CMDQV=y # CONFIG_TEGRA_ACONNECT is not set CONFIG_TEGRA_BPMP_THERMAL=m +CONFIG_TEGRA_BPMP=y # CONFIG_TEGRA_GMI is not set CONFIG_TEGRA_HOST1X_FIREWALL=y CONFIG_TEGRA_HOST1X=m diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 4384b35f2..f99953a38 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -310,6 +310,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y # CONFIG_ARCH_TEGRA_210_SOC is not set CONFIG_ARCH_TEGRA_234_SOC=y CONFIG_ARCH_TEGRA_241_SOC=y +CONFIG_ARCH_TEGRA_264_SOC=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_THUNDER2=y CONFIG_ARCH_THUNDER=y @@ -6302,6 +6303,8 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_SPRD is not set CONFIG_SERIAL_TEGRA_TCU_CONSOLE=y CONFIG_SERIAL_TEGRA_TCU=y +CONFIG_SERIAL_TEGRA_UTC_CONSOLE=y +CONFIG_SERIAL_TEGRA_UTC=y CONFIG_SERIAL_TEGRA=y # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_UARTLITE_NR_UARTS=1 @@ -7271,6 +7274,7 @@ CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA241_CMDQV=y # CONFIG_TEGRA_ACONNECT is not set CONFIG_TEGRA_BPMP_THERMAL=m +CONFIG_TEGRA_BPMP=y # CONFIG_TEGRA_GMI is not set CONFIG_TEGRA_HOST1X_FIREWALL=y CONFIG_TEGRA_HOST1X=m diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 0b724054a..3ed4311a1 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -310,6 +310,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y # CONFIG_ARCH_TEGRA_210_SOC is not set CONFIG_ARCH_TEGRA_234_SOC=y CONFIG_ARCH_TEGRA_241_SOC=y +CONFIG_ARCH_TEGRA_264_SOC=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_THUNDER2=y CONFIG_ARCH_THUNDER=y @@ -6321,6 +6322,8 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_SPRD is not set CONFIG_SERIAL_TEGRA_TCU_CONSOLE=y CONFIG_SERIAL_TEGRA_TCU=y +CONFIG_SERIAL_TEGRA_UTC_CONSOLE=y +CONFIG_SERIAL_TEGRA_UTC=y CONFIG_SERIAL_TEGRA=y # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_UARTLITE_NR_UARTS=1 @@ -7292,6 +7295,7 @@ CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA241_CMDQV=y # CONFIG_TEGRA_ACONNECT is not set CONFIG_TEGRA_BPMP_THERMAL=m +CONFIG_TEGRA_BPMP=y # CONFIG_TEGRA_GMI is not set CONFIG_TEGRA_HOST1X_FIREWALL=y CONFIG_TEGRA_HOST1X=m diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index f5e247f0f..3a8164696 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -310,6 +310,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y # CONFIG_ARCH_TEGRA_210_SOC is not set CONFIG_ARCH_TEGRA_234_SOC=y CONFIG_ARCH_TEGRA_241_SOC=y +CONFIG_ARCH_TEGRA_264_SOC=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_THUNDER2=y CONFIG_ARCH_THUNDER=y @@ -6298,6 +6299,8 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_SPRD is not set CONFIG_SERIAL_TEGRA_TCU_CONSOLE=y CONFIG_SERIAL_TEGRA_TCU=y +CONFIG_SERIAL_TEGRA_UTC_CONSOLE=y +CONFIG_SERIAL_TEGRA_UTC=y CONFIG_SERIAL_TEGRA=y # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_UARTLITE_NR_UARTS=1 @@ -7267,6 +7270,7 @@ CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA241_CMDQV=y # CONFIG_TEGRA_ACONNECT is not set CONFIG_TEGRA_BPMP_THERMAL=m +CONFIG_TEGRA_BPMP=y # CONFIG_TEGRA_GMI is not set CONFIG_TEGRA_HOST1X_FIREWALL=y CONFIG_TEGRA_HOST1X=m diff --git a/kernel-aarch64-rt-64k-debug-rhel.config b/kernel-aarch64-rt-64k-debug-rhel.config index d413cfd27..0ece9fe6a 100644 --- a/kernel-aarch64-rt-64k-debug-rhel.config +++ b/kernel-aarch64-rt-64k-debug-rhel.config @@ -310,6 +310,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y # CONFIG_ARCH_TEGRA_210_SOC is not set CONFIG_ARCH_TEGRA_234_SOC=y CONFIG_ARCH_TEGRA_241_SOC=y +CONFIG_ARCH_TEGRA_264_SOC=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_THUNDER2=y CONFIG_ARCH_THUNDER=y @@ -6372,6 +6373,8 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_SPRD is not set CONFIG_SERIAL_TEGRA_TCU_CONSOLE=y CONFIG_SERIAL_TEGRA_TCU=y +CONFIG_SERIAL_TEGRA_UTC_CONSOLE=y +CONFIG_SERIAL_TEGRA_UTC=y CONFIG_SERIAL_TEGRA=y # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_UARTLITE_NR_UARTS=1 @@ -7344,6 +7347,7 @@ CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA241_CMDQV=y # CONFIG_TEGRA_ACONNECT is not set CONFIG_TEGRA_BPMP_THERMAL=m +CONFIG_TEGRA_BPMP=y # CONFIG_TEGRA_GMI is not set CONFIG_TEGRA_HOST1X_FIREWALL=y CONFIG_TEGRA_HOST1X=m diff --git a/kernel-aarch64-rt-64k-rhel.config b/kernel-aarch64-rt-64k-rhel.config index 973d4de55..333b95320 100644 --- a/kernel-aarch64-rt-64k-rhel.config +++ b/kernel-aarch64-rt-64k-rhel.config @@ -310,6 +310,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y # CONFIG_ARCH_TEGRA_210_SOC is not set CONFIG_ARCH_TEGRA_234_SOC=y CONFIG_ARCH_TEGRA_241_SOC=y +CONFIG_ARCH_TEGRA_264_SOC=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_THUNDER2=y CONFIG_ARCH_THUNDER=y @@ -6349,6 +6350,8 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_SPRD is not set CONFIG_SERIAL_TEGRA_TCU_CONSOLE=y CONFIG_SERIAL_TEGRA_TCU=y +CONFIG_SERIAL_TEGRA_UTC_CONSOLE=y +CONFIG_SERIAL_TEGRA_UTC=y CONFIG_SERIAL_TEGRA=y # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_UARTLITE_NR_UARTS=1 @@ -7319,6 +7322,7 @@ CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA241_CMDQV=y # CONFIG_TEGRA_ACONNECT is not set CONFIG_TEGRA_BPMP_THERMAL=m +CONFIG_TEGRA_BPMP=y # CONFIG_TEGRA_GMI is not set CONFIG_TEGRA_HOST1X_FIREWALL=y CONFIG_TEGRA_HOST1X=m diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 60d6b7fc0..bba1dd5f1 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -310,6 +310,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y # CONFIG_ARCH_TEGRA_210_SOC is not set CONFIG_ARCH_TEGRA_234_SOC=y CONFIG_ARCH_TEGRA_241_SOC=y +CONFIG_ARCH_TEGRA_264_SOC=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_THUNDER2=y CONFIG_ARCH_THUNDER=y @@ -6368,6 +6369,8 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_SPRD is not set CONFIG_SERIAL_TEGRA_TCU_CONSOLE=y CONFIG_SERIAL_TEGRA_TCU=y +CONFIG_SERIAL_TEGRA_UTC_CONSOLE=y +CONFIG_SERIAL_TEGRA_UTC=y CONFIG_SERIAL_TEGRA=y # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_UARTLITE_NR_UARTS=1 @@ -7340,6 +7343,7 @@ CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA241_CMDQV=y # CONFIG_TEGRA_ACONNECT is not set CONFIG_TEGRA_BPMP_THERMAL=m +CONFIG_TEGRA_BPMP=y # CONFIG_TEGRA_GMI is not set CONFIG_TEGRA_HOST1X_FIREWALL=y CONFIG_TEGRA_HOST1X=m diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index 9505e14a8..9eaa21648 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -310,6 +310,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y # CONFIG_ARCH_TEGRA_210_SOC is not set CONFIG_ARCH_TEGRA_234_SOC=y CONFIG_ARCH_TEGRA_241_SOC=y +CONFIG_ARCH_TEGRA_264_SOC=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_THUNDER2=y CONFIG_ARCH_THUNDER=y @@ -6345,6 +6346,8 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_SPRD is not set CONFIG_SERIAL_TEGRA_TCU_CONSOLE=y CONFIG_SERIAL_TEGRA_TCU=y +CONFIG_SERIAL_TEGRA_UTC_CONSOLE=y +CONFIG_SERIAL_TEGRA_UTC=y CONFIG_SERIAL_TEGRA=y # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_UARTLITE_NR_UARTS=1 @@ -7315,6 +7318,7 @@ CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA241_CMDQV=y # CONFIG_TEGRA_ACONNECT is not set CONFIG_TEGRA_BPMP_THERMAL=m +CONFIG_TEGRA_BPMP=y # CONFIG_TEGRA_GMI is not set CONFIG_TEGRA_HOST1X_FIREWALL=y CONFIG_TEGRA_HOST1X=m diff --git a/kernel.changelog b/kernel.changelog index e95aa8507..1cc8f74e4 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,480 @@ +* Thu Sep 25 2025 Scott Weaver [6.12.0-135.el10] +- configs: enable Tegra264 SoC with serial and BPMP (Marcin Juszkiewicz) [RHEL-109772] +- arm64: defconfig: Enable Tegra HSP and BPMP (Marcin Juszkiewicz) [RHEL-109772] +- dmaengine: tegra210-adma: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- dmaengine: tegra210-adma: check for adma max page (Marcin Juszkiewicz) [RHEL-109772] +- dmaengine: tegra210-adma: Use div_u64 for 64 bit division (Marcin Juszkiewicz) [RHEL-109772] +- dmaengine: tegra210-adma: Support channel page (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Add support for CBB fabrics in Tegra264 (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Support HW lookup to get timed out target address (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Improve handling for per SoC fabric data (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Make error interrupt enable and status per SoC (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Change master/slave to initiator/target (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: Enable support for Tegra264 (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: pmc: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: Add Tegra264 APBMISC compatible string (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Clear ERR_FORCE register with ERR_STATUS (Marcin Juszkiewicz) [RHEL-109772] +- memory: tegra: Add Tegra264 MC and EMC support (Marcin Juszkiewicz) [RHEL-109772] +- dt-bindings: memory: tegra: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- firmware: tegra: bpmp: Add support on Tegra264 (Marcin Juszkiewicz) [RHEL-109772] +- firmware: tegra: bpmp: Fix build failure for tegra264-only config (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: CIF: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: ADMAIF: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: ASRC: Update ARAM address (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: Update PLL rate for Tegra264 (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: I2S: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: AMX: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: ADX: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: AHUB: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: Tegra264 support in isomgr_bw (Marcin Juszkiewicz) [RHEL-109772] +- serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC) (Marcin Juszkiewicz) [RHEL-109772] +- PCI: mvebu: Fix use of for_each_of_range() iterator (Myron Stowe) [RHEL-107597] +- agp/amd64: Check AGP Capability before binding to unsupported devices (Myron Stowe) [RHEL-107597] +- ata: pata_macio: Fix PCI region leak (Myron Stowe) [RHEL-107597] +- PCI: host-generic: Set driver_data before calling gen_pci_init() (Myron Stowe) [RHEL-107597] +- PCI: apple: Add tracking of probed root ports (Myron Stowe) [RHEL-107597] +- PCI/PTM: Build debugfs code only if CONFIG_DEBUG_FS is enabled (Myron Stowe) [RHEL-107597] +- PCI: pciehp: Ignore belated Presence Detect Changed caused by DPC (Myron Stowe) [RHEL-107597] +- MAINTAINERS: Update Manivannan Sadhasivam email address (Myron Stowe) [RHEL-107597] +- MAINTAINERS: Update Krzysztof Wilczyński email address (Myron Stowe) [RHEL-107597] +- PCI: Remove unnecessary linesplit in __pci_setup_bridge() (Myron Stowe) [RHEL-107597] +- PCI: WARN (not BUG()) when we fail to assign optional resources (Myron Stowe) [RHEL-107597] +- PCI: Remove unused pci_printk() (Myron Stowe) [RHEL-107597] +- PCI: Add CONFIG_MMU dependency (Myron Stowe) [RHEL-107597] +- x86/PCI: Drop 'pci' suffix from intel_mid_pci.c (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: microchip,pcie-host: Fix DMA coherency property (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Convert v3,v360epc-pci to DT schema (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Add MHI registers for IPQ9574 (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Remove obsolete .txt docs (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Convert marvell,armada8k-pcie to schema (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Convert Marvell EBU to schema (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: sifive,fu740-pcie: Fix include placement in DTS example (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Correct indentation and style in DTS example (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: dwc: rockchip: Add rk3562 support (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: dw: rockchip: Add rk3576 support (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sc8180x: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Allow IPQ6018 to use 8 MSI and one 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Allow IPQ8074 to use 8 MSI and one 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Allow MSM8998 to use 8 MSI and one 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Add 'global' interrupt for SDM845 SoC (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sc7280: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sa8775p: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sm8350: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sm8250: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sm8150: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- PCI: qcom-ep: Mask PTM_UPDATING interrupt (Myron Stowe) [RHEL-107597] +- PCI: Add debugfs support for exposing PTM context (Myron Stowe) [RHEL-107597] +- PCI: tegra194: Create debugfs directory only when CONFIG_PCIEASPM is enabled (Myron Stowe) [RHEL-107597] +- PCI: rockchip-ep: Mark RK3399 as intx_capable (Myron Stowe) [RHEL-107597] +- PCI: rockchip: Fix order of rockchip_pci_core_rsts (Myron Stowe) [RHEL-107597] +- PCI: rcar-gen4: Document how to obtain platform firmware (Myron Stowe) [RHEL-107597] +- PCI: rcar-gen4: set ep BAR4 fixed size (Myron Stowe) [RHEL-107597] +- PCI: qcom: Add support for IPQ5018 (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Add IPQ5018 SoC (Myron Stowe) [RHEL-107597] +- PCI: dwc: Add support for configuring lane equalization presets (Myron Stowe) [RHEL-107597] +- PCI: Add lane equalization register offsets (Myron Stowe) [RHEL-107597] +- PCI: dwc: Update pci->num_lanes to maximum supported link width (Myron Stowe) [RHEL-107597] +- PCI: of: Add of_pci_get_equalization_presets() API (Myron Stowe) [RHEL-107597] +- PCI: mvebu: Use for_each_of_range() iterator for parsing "ranges" (Myron Stowe) [RHEL-107597] +- PCI: ls-gen4: Use to_delayed_work() (Myron Stowe) [RHEL-107597] +- PCI: imx6: Save and restore the LUT setting during suspend/resume for i.MX95 SoC (Myron Stowe) [RHEL-107597] +- PCI: imx6: Add PLL lock check for i.MX95 SoC (Myron Stowe) [RHEL-107597] +- PCI: imx6: Add workaround for errata ERR051586 (Myron Stowe) [RHEL-107597] +- PCI: imx6: Add workaround for errata ERR051624 (Myron Stowe) [RHEL-107597] +- PCI: imx6: Toggle the core reset for i.MX95 PCIe (Myron Stowe) [RHEL-107597] +- PCI: imx6: Call dw_pcie_wait_for_link() from start_link() callback only when required (Myron Stowe) [RHEL-107597] +- PCI: imx6: Skip link up workaround for newer platforms (Myron Stowe) [RHEL-107597] +- PCI: dwc: Make link training more robust by setting PORT_LOGIC_LINK_WIDTH to one lane (Myron Stowe) [RHEL-107597] +- PCI: dwc: ep: Fix errno typo (Myron Stowe) [RHEL-107597] +- PCI: dwc: ep: Use FIELD_GET() where applicable (Myron Stowe) [RHEL-107597] +- PCI: qcom: Replace PERST# sleep time with proper macro (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Replace PERST# sleep time with proper macro (Myron Stowe) [RHEL-107597] +- PCI: host-common: Convert to library for host controller drivers (Myron Stowe) [RHEL-107597] +- PCI: cadence: Simplify J721e link status check (Myron Stowe) [RHEL-107597] +- PCI: mobiveil: Return bool from link up check (Myron Stowe) [RHEL-107597] +- PCI: dwc: Return bool from link up check (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Fix PHY function call sequence in rockchip_pcie_phy_deinit() (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Use rockchip_pcie_link_up() to check link up instead of open coding (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Reorganize register and bitfield definitions (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Remove unused PCIE_CLIENT_GENERAL_DEBUG definition (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Move rockchip_pcie_ep_hide_broken_ats_cap_rk3588() to dw_pcie_ep_ops::init() (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Enable ASPM L0s capability for both RC and EP modes (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Remove PCIE_L0S_ENTRY check from rockchip_pcie_link_up() (Myron Stowe) [RHEL-107597] +- PCI: j721e: Fix host/endpoint dependencies (Myron Stowe) [RHEL-107597] +- PCI: j721e: Add support to build as a loadable module (Myron Stowe) [RHEL-107597] +- PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper for cleanup (Myron Stowe) [RHEL-107597] +- PCI: cadence-host: Introduce cdns_pcie_host_disable() helper for cleanup (Myron Stowe) [RHEL-107597] +- PCI: cadence: Add support to build pcie-cadence library as a kernel module (Myron Stowe) [RHEL-107597] +- PCI: cadence: Remove duplicate message code definitions (Myron Stowe) [RHEL-107597] +- PCI: cadence: Fix runtime atomic count underflow (Myron Stowe) [RHEL-107597] +- PCI: apple: Add T602x PCIe support (Myron Stowe) [RHEL-107597] +- PCI: apple: Abstract register offsets via a SoC-specific structure (Myron Stowe) [RHEL-107597] +- PCI: apple: Use gpiod_set_value_cansleep in probe flow (Myron Stowe) [RHEL-107597] +- PCI: apple: Drop poll for CORE_RC_PHYIF_STAT_REFCLK (Myron Stowe) [RHEL-107597] +- PCI: apple: Move port PHY registers to their own reg items (Myron Stowe) [RHEL-107597] +- PCI: apple: Fix missing OF node reference in apple_pcie_setup_port (Myron Stowe) [RHEL-107597] +- PCI: apple: Move away from INTMSK{SET,CLR} for INTx and private interrupts (Myron Stowe) [RHEL-107597] +- PCI: apple: Dynamically allocate RID-to_SID bitmap (Myron Stowe) [RHEL-107597] +- PCI: apple: Move over to standalone probing (Myron Stowe) [RHEL-107597] +- PCI: host-generic: Extract an ECAM bridge creation helper from pci_host_common_probe() (Myron Stowe) [RHEL-107597] +- dt-bindings: pci: apple,pcie: Add t6020 compatible string (Myron Stowe) [RHEL-107597] +- PCI: apple: Set only available ports up (Myron Stowe) [RHEL-107597] +- PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs encoding (Myron Stowe) [RHEL-107597] +- PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encoding (Myron Stowe) [RHEL-107597] +- PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value encoding (Myron Stowe) [RHEL-107597] +- PCI: cadence-ep: Correct PBA offset in .set_msix() callback (Myron Stowe) [RHEL-107597] +- PCI: dwc: ep: Correct PBA offset in .set_msix() callback (Myron Stowe) [RHEL-107597] +- PCI: endpoint: pci-epf-vntb: Simplify ctrl/SPAD space allocation (Myron Stowe) [RHEL-107597] +- PCI: endpoint: Retain fixed-size BAR size as well as aligned size (Myron Stowe) [RHEL-107597] +- PCI: Add ACS quirk for Loongson PCIe (Myron Stowe) [RHEL-107597] +- PCI: Fix lock symmetry in pci_slot_unlock() (Myron Stowe) [RHEL-107597] +- PCI: Increment PM usage counter when probing reset methods (Myron Stowe) [RHEL-107597] +- PM: runtime: Define pm_runtime_put cleanup helper (Myron Stowe) [RHEL-107597] +- irqdomain: pci: Switch to of_fwnode_handle() (Myron Stowe) [RHEL-107597] +- PCI: hotplug: Drop superfluous #include directives (Myron Stowe) [RHEL-107597] +- PCI: pciehp: Ignore Link Down/Up caused by Secondary Bus Reset (Myron Stowe) [RHEL-107597] +- PCI: pciehp: Ignore Presence Detect Changed caused by DPC (Myron Stowe) [RHEL-107597] +- PCI: Limit visibility of match_driver flag to PCI core (Myron Stowe) [RHEL-107597] +- Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices" (Myron Stowe) [RHEL-107597] +- PCI: Print the actual delay time in pci_bridge_wait_for_secondary_bus() (Myron Stowe) [RHEL-107597] +- PCI: Use PCI_STD_NUM_BARS instead of 6 (Myron Stowe) [RHEL-107597] +- PCI: Remove pci_fixup_cardbus() (Myron Stowe) [RHEL-107597] +- PCI: Remove function pcim_intx() prototype from pci.h (Myron Stowe) [RHEL-107597] +- PCI: Remove hybrid-devres usage warnings from kernel-doc (Myron Stowe) [RHEL-107597] +- PCI: Remove redundant set of request functions (Myron Stowe) [RHEL-107597] +- PCI: Remove exclusive requests flags from _pcim_request_region() (Myron Stowe) [RHEL-107597] +- PCI: Remove pcim_request_region_exclusive() (Myron Stowe) [RHEL-107597] +- Documentation/driver-api: Update pcim_enable_device() (Myron Stowe) [RHEL-107597] +- PCI: Remove hybrid devres nature from request functions (Myron Stowe) [RHEL-107597] +- PCI: Remove pcim_iounmap_regions() (Myron Stowe) [RHEL-107597] +- mtip32xx: Remove unnecessary pcim_iounmap_regions() calls (Myron Stowe) [RHEL-107597] +- PCI: Update Link Speed after retraining (Myron Stowe) [RHEL-107597] +- PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flag (Myron Stowe) [RHEL-107597] +- PCI/ERR: Remove misleading TODO regarding kernel panic (Myron Stowe) [RHEL-107597] +- PCI/AER: Add sysfs attributes for log ratelimits (Myron Stowe) [RHEL-107597] +- PCI/AER: Add ratelimits to PCI AER Documentation (Myron Stowe) [RHEL-107597] +- PCI/AER: Ratelimit correctable and non-fatal error logging (Myron Stowe) [RHEL-107597] +- PCI/AER: Simplify add_error_device() (Myron Stowe) [RHEL-107597] +- PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to index (Myron Stowe) [RHEL-107597] +- PCI/AER: Rename struct aer_stats to aer_info (Myron Stowe) [RHEL-107597] +- PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNING (Myron Stowe) [RHEL-107597] +- PCI/ERR: Add printk level to pcie_print_tlp_log() (Myron Stowe) [RHEL-107597] +- PCI/AER: Check log level once and remember it (Myron Stowe) [RHEL-107597] +- PCI/AER: Trace error event before ratelimiting (Myron Stowe) [RHEL-107597] +- PCI/AER: Update statistics before ratelimiting (Myron Stowe) [RHEL-107597] +- PCI/AER: Simplify pci_print_aer() (Myron Stowe) [RHEL-107597] +- PCI/AER: Initialize aer_err_info before using it (Myron Stowe) [RHEL-107597] +- PCI/AER: Move aer_print_source() earlier in file (Myron Stowe) [RHEL-107597] +- PCI/AER: Rename aer_print_port_info() to aer_print_source() (Myron Stowe) [RHEL-107597] +- PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etc (Myron Stowe) [RHEL-107597] +- PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type() (Myron Stowe) [RHEL-107597] +- PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error() (Myron Stowe) [RHEL-107597] +- PCI/DPC: Log Error Source ID only when valid (Myron Stowe) [RHEL-107597] +- PCI/DPC: Initialize aer_err_info before using it (Myron Stowe) [RHEL-107597] +- stmmac: Replace deprecated PCI functions (Myron Stowe) [RHEL-107597] +- stmmac: Remove pcim_* functions for driver detach (Myron Stowe) [RHEL-107597] +- stmmac: loongson: Remove surplus loop (Myron Stowe) [RHEL-107597] +- stmmac: loongson: Pass correct arg to PCI function (Myron Stowe) [RHEL-107597] +- vdpa: solidrun: Replace deprecated PCI functions (Myron Stowe) [RHEL-107597] +- rcu/nocb: Add Safe checks for access offloaded rdp (Luis Claudio R. Goncalves) [RHEL-69516] +- perf symbol-minimal: Fix ehdr reading in filename__read_build_id (Michael Petlan) [RHEL-78198] +- perf: Fix the POLL_HUP delivery breakage (Michael Petlan) [RHEL-78198] +- perf: Avoid undefined behavior from stopping/starting inactive events (Michael Petlan) [RHEL-78198] +- perf ui scripts: Switch FILENAME_MAX to NAME_MAX (Michael Petlan) [RHEL-78198] +- perf pmu: Switch FILENAME_MAX to NAME_MAX (Michael Petlan) [RHEL-78198] +- tools subcmd: Tighten the filename size in check_if_command_finished (Michael Petlan) [RHEL-78198] +- perf python: Set index error for invalid thread/cpu map items (Michael Petlan) [RHEL-78198] +- perf python: Improve leader copying from evlist (Michael Petlan) [RHEL-78198] +- perf python: Correct pyrf_evsel__read for tool PMUs (Michael Petlan) [RHEL-78198] +- perf python: Fix thread check in pyrf_evsel__read (Michael Petlan) [RHEL-78198] +- perf python: In str(evsel) use the evsel__pmu_name helper (Michael Petlan) [RHEL-78198] +- perf jevents: If the long_desc and desc are identical then drop the long_desc (Michael Petlan) [RHEL-78198] +- perf expr: Accumulate rather than replace in the context counts (Michael Petlan) [RHEL-78198] +- perf stat: Move metric list from config to evlist (Michael Petlan) [RHEL-78198] +- perf metricgroup: Factor out for-each function and move out printing (Michael Petlan) [RHEL-78198] +- perf pmu: Tolerate failure to read the type for wellknown PMUs (Michael Petlan) [RHEL-78198] +- perf spark: Fix includes and add SPDX (Michael Petlan) [RHEL-78198] +- perf parse-events: Minor tidy up of event_type helper (Michael Petlan) [RHEL-78198] +- perf hwmon_pmu: Avoid shortening hwmon PMU name (Michael Petlan) [RHEL-78198] +- kallsyms: fix build without execinfo (Michael Petlan) [RHEL-78198] +- perf/core: Fix WARN in perf_sigtrap() (Michael Petlan) [RHEL-78198] +- perf: Revert to requiring CAP_SYS_ADMIN for uprobes (Michael Petlan) [RHEL-78198] +- perf/core: Fix the WARN_ON_ONCE is out of lock protected region (Michael Petlan) [RHEL-78198] +- perf/aux: Fix pending disable flow when the AUX ring buffer overruns (Michael Petlan) [RHEL-78198] +- perf test: Directory file descriptor leak (Michael Petlan) [RHEL-78198] +- perf evsel: Missed close() when probing hybrid core PMUs (Michael Petlan) [RHEL-78198] +- perf mem: Document new output fields (op, cache, mem, dtlb, snoop) (Michael Petlan) [RHEL-78198] +- perf test: Restrict uniquifying test to machines with 'uncore_imc' (Michael Petlan) [RHEL-78198] +- perf: Fix the throttle error of some clock events (Michael Petlan) [RHEL-78198] +- perf symbols: Ignore mapping symbols on riscv (Michael Petlan) [RHEL-78198] +- perf: Add comment to enum perf_event_state (Michael Petlan) [RHEL-78198] +- perf/core: Fix WARN in perf_cgroup_switch() (Michael Petlan) [RHEL-78198] +- perf: Fix cgroup state vs ERROR (Michael Petlan) [RHEL-78198] +- perf: Fix sample vs do_exit() (Michael Petlan) [RHEL-78198] +- perf callchain: Always populate the addr_location map when adding IP (Michael Petlan) [RHEL-78198] +- perf lock contention: Reject more than 10ms delays for safety (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Fix incorrect MSR index calculations in intel_pmu_config_acr() (Michael Petlan) [RHEL-78198] +- perf trace: Set errpid to false for rseq and set_robust_list (Michael Petlan) [RHEL-78198] +- perf symbol: Move demangling code out of symbol-elf.c (Michael Petlan) [RHEL-78198] +- perf trace: Always print return value for syscalls returning a pid (Michael Petlan) [RHEL-78198] +- perf script: Print PERF_AUX_FLAG_COLLISION flag (Michael Petlan) [RHEL-78198] +- perf mem: Show absolute percent in mem_stat output (Michael Petlan) [RHEL-78198] +- perf mem: Display sort order only if it's available (Michael Petlan) [RHEL-78198] +- perf mem: Describe overhead calculation in brief (Michael Petlan) [RHEL-78198] +- perf record: Fix incorrect --user-regs comments (Michael Petlan) [RHEL-78198] +- perf test trace_summary: Skip --bpf-summary tests if no libbpf (Michael Petlan) [RHEL-78198] +- perf test intel-pt: Skip jitdump test if no libelf (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Avoid race when evlist is being deleted (Michael Petlan) [RHEL-78198] +- perf test demangle-java: Don't segv if demangling fails (Michael Petlan) [RHEL-78198] +- perf symbol: Fix use-after-free in filename__read_build_id (Michael Petlan) [RHEL-78198] +- perf pmu: Avoid segv for missing name/alias_name in wildcarding (Michael Petlan) [RHEL-78198] +- perf machine: Factor creating a "live" machine out of dwarf-unwind (Michael Petlan) [RHEL-78198] +- perf test: Add AMD IBS sw filter test (Michael Petlan) [RHEL-78198] +- perf mem: Count L2 HITM for c2c statistic (Michael Petlan) [RHEL-78198] +- perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12 (Michael Petlan) [RHEL-78198] +- perf/headers: Clean up a bit (Michael Petlan) [RHEL-78198] +- perf tests switch-tracking: Fix timestamp comparison (Michael Petlan) [RHEL-78198] +- perf pmu intel: Adjust cpumaks for sub-NUMA clusters on graniterapids (Michael Petlan) [RHEL-78198] +- perf tests trace_summary.sh: Run in exclusive mode (Michael Petlan) [RHEL-78198] +- perf test: Add cgroup summary test case for 'perf trace' (Michael Petlan) [RHEL-78198] +- perf python: Add counting.py as example for counting perf events (Michael Petlan) [RHEL-78198] +- perf python: Add evlist close support (Michael Petlan) [RHEL-78198] +- perf python: Add evsel read method (Michael Petlan) [RHEL-78198] +- perf python: Add support for 'struct perf_counts_values' to return counter data (Michael Petlan) [RHEL-78198] +- perf/uapi: Clean up a bit (Michael Petlan) [RHEL-78198] +- perf/uapi: Fix PERF_RECORD_SAMPLE comments in (Michael Petlan) [RHEL-78198] +- perf python: Add evsel cpus and threads functions (Michael Petlan) [RHEL-78198] +- libperf threadmap: Add perf_thread_map__idx() (Michael Petlan) [RHEL-78198] +- libperf threadmap: Don't segv for index 0 for the NULL 'struct perf_thread_map' pointer (Michael Petlan) [RHEL-78198] +- perf test amd: Skip amd-ibs-period test on kernel < v6.15 (Michael Petlan) [RHEL-78198] +- perf rwsem: Add clang's -Wthread-safety annotations (Michael Petlan) [RHEL-78198] +- perf dso: Minor refactor to allow clang's Wthread-safety analysis (Michael Petlan) [RHEL-78198] +- mips/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- xtensa/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- sparc/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- loongarch/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- csky/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- arc/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- alpha/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/apple_m1: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/arm: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- s390/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- powerpc/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/x86/zhaoxin: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/x86/amd: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf: Only dump the throttle log for the leader (Michael Petlan) [RHEL-78198] +- perf: Fix the throttle logic for a group (Michael Petlan) [RHEL-78198] +- perf ftrace: Use process/session specific trace settings (Michael Petlan) [RHEL-78198] +- tools headers compiler: Pick the const_true() define from the kernel sources (Michael Petlan) [RHEL-78198] +- perf test probe_vfs_getname: Add regex for searching probe line (Michael Petlan) [RHEL-78198] +- perf/core: Add the is_event_in_freq_mode() helper to simplify the code (Michael Petlan) [RHEL-78198] +- perf record: Fix a asan runtime error in util/maps.c (Michael Petlan) [RHEL-78198] +- perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2 (Michael Petlan) [RHEL-78198] +- perf/x86/intel/ds: Remove redundant assignments to sample.period (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Filter non-workload samples (Michael Petlan) [RHEL-78198] +- perf/aux: Allocate non-contiguous AUX pages by default (Michael Petlan) [RHEL-78198] +- perf test: Allow tolerance for leader sampling test (Michael Petlan) [RHEL-78198] +- perf test: Add stat uniquifying test (Michael Petlan) [RHEL-78198] +- perf parse-events: Use wildcard processing to set an event to merge into (Michael Petlan) [RHEL-78198] +- perf evlist: Make uniquifying counter names consistent (Michael Petlan) [RHEL-78198] +- perf report: Add 'tgid' sort key (Michael Petlan) [RHEL-78198] +- perf test: Update sysfs path for core PMU caps (Michael Petlan) [RHEL-78198] +- perf test: Fix LBR test by ignoring idle task (Michael Petlan) [RHEL-78198] +- perf test: Hybrid improvements for metric value validation test (Michael Petlan) [RHEL-78198] +- perf list: Display the PMU name associated with a perf metric in JSON (Michael Petlan) [RHEL-78198] +- perf metricgroup: Binary search when resolving referred to metrics (Michael Petlan) [RHEL-78198] +- perf pmu: Change aliases from list to hashmap (Michael Petlan) [RHEL-78198] +- perf fncache: Switch to using hashmap (Michael Petlan) [RHEL-78198] +- perf tests: Harden branch stack sampling test (Michael Petlan) [RHEL-78198] +- perf parse-events: Add "cpu" term to set the CPU an event is recorded on (Michael Petlan) [RHEL-78198] +- perf parse-events: Set is_pmu_core for legacy hardware events (Michael Petlan) [RHEL-78198] +- perf stat: Use counter cpumask to skip zero values (Michael Petlan) [RHEL-78198] +- libperf cpumap: Add ability to create CPU from a single CPU number (Michael Petlan) [RHEL-78198] +- perf tests metrics: Permission related fixes (Michael Petlan) [RHEL-78198] +- perf evsel: Add per-thread warning for EOPNOTSUPP open failues (Michael Petlan) [RHEL-78198] +- perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3 (Michael Petlan) [RHEL-78198] +- perf intel-pt: Do not default to recording all switch events (Michael Petlan) [RHEL-78198] +- perf intel-pt: Fix PEBS-via-PT data_src (Michael Petlan) [RHEL-78198] +- perf test demangle-ocaml: Switch to using dso__demangle_sym() (Michael Petlan) [RHEL-78198] +- perf test demangle-java: Switch to using dso__demangle_sym() (Michael Petlan) [RHEL-78198] +- perf test demangle-rust: Add Rust demangling test (Michael Petlan) [RHEL-78198] +- perf demangle-rust: Remove previous legacy rust decoder (Michael Petlan) [RHEL-78198] +- perf symbol-elf: Integrate rust-v0 demangling (Michael Petlan) [RHEL-78198] +- perf demangle-rust: Add rustc-demangle C demangler (Michael Petlan) [RHEL-78198] +- perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming" (Michael Petlan) [RHEL-78198] +- perf pmu: Use available core PMU for raw events (Michael Petlan) [RHEL-78198] +- perf lock contention: Add -J/--inject-delay option (Michael Petlan) [RHEL-78198] +- perf tests: Fix 'perf report' tests installation (Michael Petlan) [RHEL-78198] +- perf: Fix confusing aux iteration (Michael Petlan) [RHEL-78198] +- perf: Remove too early and redundant CPU hotplug handling (Michael Petlan) [RHEL-78198] +- perf: Fix irq work dereferencing garbage (Michael Petlan) [RHEL-78198] +- perf: Fix failing inherit_event() doing extra refcount decrement on parent (Michael Petlan) [RHEL-78198] +- perf parse-events: Add debug dump of evlist if reordered (Michael Petlan) [RHEL-78198] +- perf evlist: Make groups visible in evlist__format_evsels() output (Michael Petlan) [RHEL-78198] +- perf evlist: Refactor evlist__scnprintf_evsels() (Michael Petlan) [RHEL-78198] +- perf stat: Remove print_mixed_hw_group_error (Michael Petlan) [RHEL-78198] +- perf stat: Better hybrid support for the NMI watchdog warning (Michael Petlan) [RHEL-78198] +- tools/arch/x86: Move the header to (Michael Petlan) [RHEL-78198] +- perf test: Add direct off-cpu tests (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Add --off-cpu-thresh option (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Dump the remaining PERF_SAMPLE_ in sample_type from BPF's stack trace map (Michael Petlan) [RHEL-78198] +- perf script: Display off-cpu samples correctly (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Disable perf_event's callchain collection (Michael Petlan) [RHEL-78198] +- perf evsel: Assemble off-cpu samples (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Dump off-cpu samples in BPF (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Preparation of off-cpu BPF program (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Parse off-cpu event (Michael Petlan) [RHEL-78198] +- perf evsel: Expose evsel__is_offcpu_event() for future use (Michael Petlan) [RHEL-78198] +- perf symbol-minimal: Fix double free in filename__read_build_id (Michael Petlan) [RHEL-78198] +- perf mem: Add 'dtlb' output field (Michael Petlan) [RHEL-78198] +- perf mem: Add 'snoop' output field (Michael Petlan) [RHEL-78198] +- perf mem: Add 'cache' and 'memory' output fields (Michael Petlan) [RHEL-78198] +- perf hist: Hide unused mem stat columns (Michael Petlan) [RHEL-78198] +- perf mem: Add 'op' output field (Michael Petlan) [RHEL-78198] +- perf hist: Implement output fields for mem stats (Michael Petlan) [RHEL-78198] +- perf hist: Basic support for mem_stat accounting (Michael Petlan) [RHEL-78198] +- perf hist: Add struct he_mem_stat (Michael Petlan) [RHEL-78198] +- perf hist: Support multi-line header (Michael Petlan) [RHEL-78198] +- perf record: Add --sample-mem-info option (Michael Petlan) [RHEL-78198] +- perf hist: Remove output field from sort-list properly (Michael Petlan) [RHEL-78198] +- perf test perf-report-hierarchy: Add new test (Michael Petlan) [RHEL-78198] +- perf test amd ibs: Add sample period unit test (Michael Petlan) [RHEL-78198] +- perf mem/c2c amd: Add ldlat support (Michael Petlan) [RHEL-78198] +- perf amd ibs: Incorporate Zen5 DTLB and PageSize information (Michael Petlan) [RHEL-78198] +- perf amd ibs: Add Load Latency bits in raw dump (Michael Petlan) [RHEL-78198] +- perf symbols: Handle 'u' and 'l' symbols in /proc/kallsyms (Michael Petlan) [RHEL-78198] +- perf lock contention: Symbolize zone->lock using BTF (Michael Petlan) [RHEL-78198] +- perf vendor events arm64: Drop hip08 PublicDescription if same as BriefDescription (Michael Petlan) [RHEL-78198] +- perf vendor events arm64: Fill up Desc field for Hisi hip08 hha pmu (Michael Petlan) [RHEL-78198] +- perf bench evlist-open-close: Reduce scope of 2 variables (Michael Petlan) [RHEL-78198] +- perf tests record: Cleanup improvements (Michael Petlan) [RHEL-78198] +- perf tool_pmu: Fix aggregation on duration_time (Michael Petlan) [RHEL-78198] +- perf session: Skip unsupported new event types (Michael Petlan) [RHEL-78198] +- perf hist: Allow custom output fields in hierarchy mode (Michael Petlan) [RHEL-78198] +- perf hist: Set levels in output_field_add() (Michael Petlan) [RHEL-78198] +- perf hist: Remove formats in hierarchy when cancel latency (Michael Petlan) [RHEL-78198] +- perf hist: Remove formats in hierarchy when cancel children (Michael Petlan) [RHEL-78198] +- perf record: Retirement latency cleanup in evsel__config (Michael Petlan) [RHEL-78198] +- perf pmu-events: Add retirement latency to JSON events inside of perf (Michael Petlan) [RHEL-78198] +- perf stat: Add mean, min, max and last --tpebs-mode options (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Use stats for retirement latency statistics (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Don't close record on read (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Add mutex for tpebs_results (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Add support for updating counts in evsel__tpebs_read (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Refactor tpebs_results list (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Ensure events are opened, factor out finding (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Inline get_perf_record_args (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Reduce scope of the tpebs_events_size variable (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Move the cpumap_buf variable out of evsel__tpebs_open() (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Separate evsel__tpebs_prepare() out of evsel__tpebs_open() (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Rename tpebs_start to evsel__tpebs_open (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Simplify tpebs_cmd (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Cleanup header (Michael Petlan) [RHEL-78198] +- perf vendor events: Update westmereep-dp events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update westmereep-dp events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update westmereep-dp events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update tigerlake metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update snowridgex events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update skylakex events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update skylake metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update sierraforest events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update sapphirerapids events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update sandybridge metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update rocketlake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update nehalemex events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update nehalemep events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update meteorlake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update lunarlake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update jaketown metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update ivytown metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update ivybridge metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update icelakex events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update icelake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update haswellx metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update haswell metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Add graniterapids retirement latencies (Michael Petlan) [RHEL-78198] +- perf vendor events: Update grandridge events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update emeraldrapids events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update elkhartlake events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update clearwaterforest events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update cascadelakex events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update broadwellx metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update broadwellde metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update broadwell metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update bonnell events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update arrowlake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update AlderlakeN events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update alderlake events/metrics (Michael Petlan) [RHEL-78198] +- perf/x86: Optimize the is_x86_event (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Check the X86 leader for ACR group (Michael Petlan) [RHEL-78198] +- perf/core: Fix broken throttling when max_samples_per_tick=1 (Michael Petlan) [RHEL-78198] +- perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node' member (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Introduce pairs of PEBS static calls (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Rename x86_pmu.pebs to x86_pmu.ds_pebs (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Decouple BTS initialization from PEBS initialization (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Parse CPUID archPerfmonExt leaves for non-hybrid CPUs (Michael Petlan) [RHEL-78198] +- perf/core: Fix event timekeeping merge (Michael Petlan) [RHEL-78198] +- perf/core: Fix event->parent life-time issue (Michael Petlan) [RHEL-78198] +- perf/core: Fix put_ctx() ordering (Michael Petlan) [RHEL-78198] +- perf/core: Fix perf-stat / read() (Michael Petlan) [RHEL-78198] +- x86/platform/amd: Move the header to (Michael Petlan) [RHEL-78198] +- perf/x86/intel/bts: Replace offsetof() with struct_size() (Michael Petlan) [RHEL-78198] +- tools/nolibc/types.h: fix mismatched parenthesis in minor() (Michael Petlan) [RHEL-78198] +- perf ui browser hists: Set actions->thread before calling do_zoom_thread() (Michael Petlan) [RHEL-78198] +- perf ui browser hists: Simplify the routines that add entries to the popup menu (Michael Petlan) [RHEL-78198] +- perf ui browser: Accept the left arrow key as a Zoom out if done on the first column (Michael Petlan) [RHEL-78198] +- perf ui browser annotate: Don't show the source code view status initially (Michael Petlan) [RHEL-78198] +- perf ui browser annotate: Show in the title the source code view toggle (Michael Petlan) [RHEL-78198] +- perf ui browser map: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser hists: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser header: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser annotate: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser annotate-data: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser: Add a warn on unhandled hotkey helper (Michael Petlan) [RHEL-78198] +- perf ui browser: Add key_name() helper (Michael Petlan) [RHEL-78198] +- tools build: Don't show libbfd build status as it is opt-in (Michael Petlan) [RHEL-78198] +- perf check: Add tip about building with libbfd using BUILD_NONDISTRO=1 (Michael Petlan) [RHEL-78198] +- perf build: Warn when libdebuginfod devel files are not available (Michael Petlan) [RHEL-78198] +- tools build: Don't show libunwind build status as it is opt-in (Michael Petlan) [RHEL-78198] +- perf check: Allow showing a tip for opt-in features not built into perf (Michael Petlan) [RHEL-78198] +- perf check: Move the FEATURE_STATUS() macro to its only user source file (Michael Petlan) [RHEL-78198] +- perf check: Share the feature status printing routine with 'perf version' (Michael Petlan) [RHEL-78198] +- tools build: Don't set libunwind as available if test-all.c build succeeds (Michael Petlan) [RHEL-78198] +- perf/arch: Record sample last_period before updating on the x86 and PowerPC platforms (Michael Petlan) [RHEL-78198] +- perf/x86/intel/bts: Rename local bts_buffer variables for clarity (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Support auto counter reload (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Add CPUID enumeration for the auto counter reload (Michael Petlan) [RHEL-78198] +- perf: Extend the bit width of the arch-specific flag (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Track the num of events needs late setup (Michael Petlan) [RHEL-78198] +- perf/x86: Add dynamic constraint (Michael Petlan) [RHEL-78198] +- perf: Make perf_pmu_unregister() useable (Michael Petlan) [RHEL-78198] +- perf: Rename perf_event_exit_task(.child) (Michael Petlan) [RHEL-78198] +- perf: Unify perf_event_free_task() / perf_event_exit_task_context() (Michael Petlan) [RHEL-78198] +- perf: Simplify perf_event_release_kernel() (Michael Petlan) [RHEL-78198] +- perf: Simplify perf_event_free_task() wait (Michael Petlan) [RHEL-78198] +- perf: Simplify child event tear-down (Michael Petlan) [RHEL-78198] +- perf: Ensure bpf_perf_link path is properly serialized (Michael Petlan) [RHEL-78198] +- NFSv4.2: Protect copy offload and clone against 'eof page pollution' (Olga Kornievskaia) [RHEL-95596] +- NFS: Protect against 'eof page pollution' (Olga Kornievskaia) [RHEL-95596] +- uprobes: Fix race in uprobe_free_utask (Jerome Marchand) [RHEL-111387] +- ipv6: reject malicious packets in ipv6_gso_segment() (CKI Backport Bot) [RHEL-113251] {CVE-2025-38572} +- wifi: ath12k: Decrement TID on RX peer frag setup error handling (CKI Backport Bot) [RHEL-114710] {CVE-2025-39761} +- xfrm: interface: fix use-after-free after changing collect_md xfrm interface (CKI Backport Bot) [RHEL-109531] {CVE-2025-38500} +- net: add reserved fields to devlink_port_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_health_reporter_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_port_region_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_region_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_param (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_dpipe_table_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_linecard_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_port (Ivan Vecera) [RHEL-111907] +- ipv6: mcast: Delay put pmc->idev in mld_del_delrec() (Hangbin Liu) [RHEL-111156] {CVE-2025-38550} +- tcp: Correct signedness in skb remaining space calculation (Florian Westphal) [RHEL-107843] {CVE-2025-38463} +- ice: use fixed adapter index for E825C embedded devices (Michal Schmidt) [RHEL-111791] +Resolves: RHEL-69516, RHEL-78198, RHEL-109772, RHEL-111387, RHEL-95596, RHEL-107597 + * Wed Sep 24 2025 Scott Weaver [6.12.0-134.el10] - EDAC/amd64: Correct number of UMCs for family 19h models 70h-7fh (Joel Savitz) [RHEL-102253] - platform/x86/intel: power-domains: Use topology_logical_package_id() for package ID (Steve Best) [RHEL-115105] @@ -1254,6 +1731,24 @@ Resolves: RHEL-101827, RHEL-102692, RHEL-104142, RHEL-104442, RHEL-110366, RHEL- - redhat: bump RHEL_MINOR for 10.2 (Scott Weaver) Resolves: RHEL-102876, RHEL-104319, RHEL-104327, RHEL-105599, RHEL-105606, RHEL-95630 +* Thu Sep 25 2025 Jan Stancek [6.12.0-124.4.1.el10_1] +- ipv6: reject malicious packets in ipv6_gso_segment() (CKI Backport Bot) [RHEL-113251] {CVE-2025-38572} +- wifi: ath12k: Decrement TID on RX peer frag setup error handling (CKI Backport Bot) [RHEL-114710] {CVE-2025-39761} +- xfrm: interface: fix use-after-free after changing collect_md xfrm interface (CKI Backport Bot) [RHEL-109531] {CVE-2025-38500} +- net: add reserved fields to devlink_port_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_health_reporter_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_port_region_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_region_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_param (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_dpipe_table_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_linecard_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_port (Ivan Vecera) [RHEL-111907] +- ipv6: mcast: Delay put pmc->idev in mld_del_delrec() (Hangbin Liu) [RHEL-111156] {CVE-2025-38550} +- tcp: Correct signedness in skb remaining space calculation (Florian Westphal) [RHEL-107843] {CVE-2025-38463} +- ice: use fixed adapter index for E825C embedded devices (Michal Schmidt) [RHEL-111791] +Resolves: RHEL-107843, RHEL-109531, RHEL-111156, RHEL-111791, RHEL-111907, RHEL-113251, RHEL-114710 + * Mon Sep 22 2025 Jan Stancek [6.12.0-124.3.1.el10_1] - net: stmmac: fix TSO DMA API usage causing oops (Izabela Bakollari) [RHEL-84762] - octeon_ep: Fix host hang issue during device reboot (Kamal Heib) [RHEL-90058] diff --git a/kernel.spec b/kernel.spec index 3968971a9..9644f0287 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 134 +%define pkgrelease 135 %define kversion 6 -%define tarfile_release 6.12.0-134.el10 +%define tarfile_release 6.12.0-135.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 134%{?buildid}%{?dist} +%define specrelease 135%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-134.el10 +%define kabiversion 6.12.0-135.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4388,14 +4388,14 @@ fi\ # # %changelog -* Thu Sep 25 2025 Eduard Abdullin - 6.12.0-134 +* Sat Sep 27 2025 Eduard Abdullin - 6.12.0-135 - Debrand for AlmaLinux OS - Use AlmaLinux OS secure boot cert -* Thu Sep 25 2025 Neal Gompa - 6.12.0-134 +* Sat Sep 27 2025 Neal Gompa - 6.12.0-135 - Enable Btrfs support for all kernel variants -* Thu Sep 25 2025 Andrew Lukoshko - 6.12.0-134 +* Sat Sep 27 2025 Andrew Lukoshko - 6.12.0-135 - 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 @@ -4406,6 +4406,482 @@ fi\ - kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained +* Thu Sep 25 2025 Scott Weaver [6.12.0-135.el10] +- configs: enable Tegra264 SoC with serial and BPMP (Marcin Juszkiewicz) [RHEL-109772] +- arm64: defconfig: Enable Tegra HSP and BPMP (Marcin Juszkiewicz) [RHEL-109772] +- dmaengine: tegra210-adma: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- dmaengine: tegra210-adma: check for adma max page (Marcin Juszkiewicz) [RHEL-109772] +- dmaengine: tegra210-adma: Use div_u64 for 64 bit division (Marcin Juszkiewicz) [RHEL-109772] +- dmaengine: tegra210-adma: Support channel page (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Add support for CBB fabrics in Tegra264 (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Support HW lookup to get timed out target address (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Improve handling for per SoC fabric data (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Make error interrupt enable and status per SoC (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Change master/slave to initiator/target (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: Enable support for Tegra264 (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: pmc: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: Add Tegra264 APBMISC compatible string (Marcin Juszkiewicz) [RHEL-109772] +- soc/tegra: cbb: Clear ERR_FORCE register with ERR_STATUS (Marcin Juszkiewicz) [RHEL-109772] +- memory: tegra: Add Tegra264 MC and EMC support (Marcin Juszkiewicz) [RHEL-109772] +- dt-bindings: memory: tegra: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- firmware: tegra: bpmp: Add support on Tegra264 (Marcin Juszkiewicz) [RHEL-109772] +- firmware: tegra: bpmp: Fix build failure for tegra264-only config (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: CIF: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: ADMAIF: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: ASRC: Update ARAM address (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: Update PLL rate for Tegra264 (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: I2S: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: AMX: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: ADX: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: AHUB: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-109772] +- ASoC: tegra: Tegra264 support in isomgr_bw (Marcin Juszkiewicz) [RHEL-109772] +- serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC) (Marcin Juszkiewicz) [RHEL-109772] +- PCI: mvebu: Fix use of for_each_of_range() iterator (Myron Stowe) [RHEL-107597] +- agp/amd64: Check AGP Capability before binding to unsupported devices (Myron Stowe) [RHEL-107597] +- ata: pata_macio: Fix PCI region leak (Myron Stowe) [RHEL-107597] +- PCI: host-generic: Set driver_data before calling gen_pci_init() (Myron Stowe) [RHEL-107597] +- PCI: apple: Add tracking of probed root ports (Myron Stowe) [RHEL-107597] +- PCI/PTM: Build debugfs code only if CONFIG_DEBUG_FS is enabled (Myron Stowe) [RHEL-107597] +- PCI: pciehp: Ignore belated Presence Detect Changed caused by DPC (Myron Stowe) [RHEL-107597] +- MAINTAINERS: Update Manivannan Sadhasivam email address (Myron Stowe) [RHEL-107597] +- MAINTAINERS: Update Krzysztof Wilczyński email address (Myron Stowe) [RHEL-107597] +- PCI: Remove unnecessary linesplit in __pci_setup_bridge() (Myron Stowe) [RHEL-107597] +- PCI: WARN (not BUG()) when we fail to assign optional resources (Myron Stowe) [RHEL-107597] +- PCI: Remove unused pci_printk() (Myron Stowe) [RHEL-107597] +- PCI: Add CONFIG_MMU dependency (Myron Stowe) [RHEL-107597] +- x86/PCI: Drop 'pci' suffix from intel_mid_pci.c (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: microchip,pcie-host: Fix DMA coherency property (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Convert v3,v360epc-pci to DT schema (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Add MHI registers for IPQ9574 (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Remove obsolete .txt docs (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Convert marvell,armada8k-pcie to schema (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Convert Marvell EBU to schema (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: sifive,fu740-pcie: Fix include placement in DTS example (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: Correct indentation and style in DTS example (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: dwc: rockchip: Add rk3562 support (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: dw: rockchip: Add rk3576 support (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sc8180x: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Allow IPQ6018 to use 8 MSI and one 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Allow IPQ8074 to use 8 MSI and one 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Allow MSM8998 to use 8 MSI and one 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Add 'global' interrupt for SDM845 SoC (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sc7280: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sa8775p: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sm8350: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sm8250: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom,pcie-sm8150: Add 'global' interrupt (Myron Stowe) [RHEL-107597] +- PCI: qcom-ep: Mask PTM_UPDATING interrupt (Myron Stowe) [RHEL-107597] +- PCI: Add debugfs support for exposing PTM context (Myron Stowe) [RHEL-107597] +- PCI: tegra194: Create debugfs directory only when CONFIG_PCIEASPM is enabled (Myron Stowe) [RHEL-107597] +- PCI: rockchip-ep: Mark RK3399 as intx_capable (Myron Stowe) [RHEL-107597] +- PCI: rockchip: Fix order of rockchip_pci_core_rsts (Myron Stowe) [RHEL-107597] +- PCI: rcar-gen4: Document how to obtain platform firmware (Myron Stowe) [RHEL-107597] +- PCI: rcar-gen4: set ep BAR4 fixed size (Myron Stowe) [RHEL-107597] +- PCI: qcom: Add support for IPQ5018 (Myron Stowe) [RHEL-107597] +- dt-bindings: PCI: qcom: Add IPQ5018 SoC (Myron Stowe) [RHEL-107597] +- PCI: dwc: Add support for configuring lane equalization presets (Myron Stowe) [RHEL-107597] +- PCI: Add lane equalization register offsets (Myron Stowe) [RHEL-107597] +- PCI: dwc: Update pci->num_lanes to maximum supported link width (Myron Stowe) [RHEL-107597] +- PCI: of: Add of_pci_get_equalization_presets() API (Myron Stowe) [RHEL-107597] +- PCI: mvebu: Use for_each_of_range() iterator for parsing "ranges" (Myron Stowe) [RHEL-107597] +- PCI: ls-gen4: Use to_delayed_work() (Myron Stowe) [RHEL-107597] +- PCI: imx6: Save and restore the LUT setting during suspend/resume for i.MX95 SoC (Myron Stowe) [RHEL-107597] +- PCI: imx6: Add PLL lock check for i.MX95 SoC (Myron Stowe) [RHEL-107597] +- PCI: imx6: Add workaround for errata ERR051586 (Myron Stowe) [RHEL-107597] +- PCI: imx6: Add workaround for errata ERR051624 (Myron Stowe) [RHEL-107597] +- PCI: imx6: Toggle the core reset for i.MX95 PCIe (Myron Stowe) [RHEL-107597] +- PCI: imx6: Call dw_pcie_wait_for_link() from start_link() callback only when required (Myron Stowe) [RHEL-107597] +- PCI: imx6: Skip link up workaround for newer platforms (Myron Stowe) [RHEL-107597] +- PCI: dwc: Make link training more robust by setting PORT_LOGIC_LINK_WIDTH to one lane (Myron Stowe) [RHEL-107597] +- PCI: dwc: ep: Fix errno typo (Myron Stowe) [RHEL-107597] +- PCI: dwc: ep: Use FIELD_GET() where applicable (Myron Stowe) [RHEL-107597] +- PCI: qcom: Replace PERST# sleep time with proper macro (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Replace PERST# sleep time with proper macro (Myron Stowe) [RHEL-107597] +- PCI: host-common: Convert to library for host controller drivers (Myron Stowe) [RHEL-107597] +- PCI: cadence: Simplify J721e link status check (Myron Stowe) [RHEL-107597] +- PCI: mobiveil: Return bool from link up check (Myron Stowe) [RHEL-107597] +- PCI: dwc: Return bool from link up check (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Fix PHY function call sequence in rockchip_pcie_phy_deinit() (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Use rockchip_pcie_link_up() to check link up instead of open coding (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Reorganize register and bitfield definitions (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Remove unused PCIE_CLIENT_GENERAL_DEBUG definition (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Move rockchip_pcie_ep_hide_broken_ats_cap_rk3588() to dw_pcie_ep_ops::init() (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Enable ASPM L0s capability for both RC and EP modes (Myron Stowe) [RHEL-107597] +- PCI: dw-rockchip: Remove PCIE_L0S_ENTRY check from rockchip_pcie_link_up() (Myron Stowe) [RHEL-107597] +- PCI: j721e: Fix host/endpoint dependencies (Myron Stowe) [RHEL-107597] +- PCI: j721e: Add support to build as a loadable module (Myron Stowe) [RHEL-107597] +- PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper for cleanup (Myron Stowe) [RHEL-107597] +- PCI: cadence-host: Introduce cdns_pcie_host_disable() helper for cleanup (Myron Stowe) [RHEL-107597] +- PCI: cadence: Add support to build pcie-cadence library as a kernel module (Myron Stowe) [RHEL-107597] +- PCI: cadence: Remove duplicate message code definitions (Myron Stowe) [RHEL-107597] +- PCI: cadence: Fix runtime atomic count underflow (Myron Stowe) [RHEL-107597] +- PCI: apple: Add T602x PCIe support (Myron Stowe) [RHEL-107597] +- PCI: apple: Abstract register offsets via a SoC-specific structure (Myron Stowe) [RHEL-107597] +- PCI: apple: Use gpiod_set_value_cansleep in probe flow (Myron Stowe) [RHEL-107597] +- PCI: apple: Drop poll for CORE_RC_PHYIF_STAT_REFCLK (Myron Stowe) [RHEL-107597] +- PCI: apple: Move port PHY registers to their own reg items (Myron Stowe) [RHEL-107597] +- PCI: apple: Fix missing OF node reference in apple_pcie_setup_port (Myron Stowe) [RHEL-107597] +- PCI: apple: Move away from INTMSK{SET,CLR} for INTx and private interrupts (Myron Stowe) [RHEL-107597] +- PCI: apple: Dynamically allocate RID-to_SID bitmap (Myron Stowe) [RHEL-107597] +- PCI: apple: Move over to standalone probing (Myron Stowe) [RHEL-107597] +- PCI: host-generic: Extract an ECAM bridge creation helper from pci_host_common_probe() (Myron Stowe) [RHEL-107597] +- dt-bindings: pci: apple,pcie: Add t6020 compatible string (Myron Stowe) [RHEL-107597] +- PCI: apple: Set only available ports up (Myron Stowe) [RHEL-107597] +- PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs encoding (Myron Stowe) [RHEL-107597] +- PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encoding (Myron Stowe) [RHEL-107597] +- PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value encoding (Myron Stowe) [RHEL-107597] +- PCI: cadence-ep: Correct PBA offset in .set_msix() callback (Myron Stowe) [RHEL-107597] +- PCI: dwc: ep: Correct PBA offset in .set_msix() callback (Myron Stowe) [RHEL-107597] +- PCI: endpoint: pci-epf-vntb: Simplify ctrl/SPAD space allocation (Myron Stowe) [RHEL-107597] +- PCI: endpoint: Retain fixed-size BAR size as well as aligned size (Myron Stowe) [RHEL-107597] +- PCI: Add ACS quirk for Loongson PCIe (Myron Stowe) [RHEL-107597] +- PCI: Fix lock symmetry in pci_slot_unlock() (Myron Stowe) [RHEL-107597] +- PCI: Increment PM usage counter when probing reset methods (Myron Stowe) [RHEL-107597] +- PM: runtime: Define pm_runtime_put cleanup helper (Myron Stowe) [RHEL-107597] +- irqdomain: pci: Switch to of_fwnode_handle() (Myron Stowe) [RHEL-107597] +- PCI: hotplug: Drop superfluous #include directives (Myron Stowe) [RHEL-107597] +- PCI: pciehp: Ignore Link Down/Up caused by Secondary Bus Reset (Myron Stowe) [RHEL-107597] +- PCI: pciehp: Ignore Presence Detect Changed caused by DPC (Myron Stowe) [RHEL-107597] +- PCI: Limit visibility of match_driver flag to PCI core (Myron Stowe) [RHEL-107597] +- Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices" (Myron Stowe) [RHEL-107597] +- PCI: Print the actual delay time in pci_bridge_wait_for_secondary_bus() (Myron Stowe) [RHEL-107597] +- PCI: Use PCI_STD_NUM_BARS instead of 6 (Myron Stowe) [RHEL-107597] +- PCI: Remove pci_fixup_cardbus() (Myron Stowe) [RHEL-107597] +- PCI: Remove function pcim_intx() prototype from pci.h (Myron Stowe) [RHEL-107597] +- PCI: Remove hybrid-devres usage warnings from kernel-doc (Myron Stowe) [RHEL-107597] +- PCI: Remove redundant set of request functions (Myron Stowe) [RHEL-107597] +- PCI: Remove exclusive requests flags from _pcim_request_region() (Myron Stowe) [RHEL-107597] +- PCI: Remove pcim_request_region_exclusive() (Myron Stowe) [RHEL-107597] +- Documentation/driver-api: Update pcim_enable_device() (Myron Stowe) [RHEL-107597] +- PCI: Remove hybrid devres nature from request functions (Myron Stowe) [RHEL-107597] +- PCI: Remove pcim_iounmap_regions() (Myron Stowe) [RHEL-107597] +- mtip32xx: Remove unnecessary pcim_iounmap_regions() calls (Myron Stowe) [RHEL-107597] +- PCI: Update Link Speed after retraining (Myron Stowe) [RHEL-107597] +- PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flag (Myron Stowe) [RHEL-107597] +- PCI/ERR: Remove misleading TODO regarding kernel panic (Myron Stowe) [RHEL-107597] +- PCI/AER: Add sysfs attributes for log ratelimits (Myron Stowe) [RHEL-107597] +- PCI/AER: Add ratelimits to PCI AER Documentation (Myron Stowe) [RHEL-107597] +- PCI/AER: Ratelimit correctable and non-fatal error logging (Myron Stowe) [RHEL-107597] +- PCI/AER: Simplify add_error_device() (Myron Stowe) [RHEL-107597] +- PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to index (Myron Stowe) [RHEL-107597] +- PCI/AER: Rename struct aer_stats to aer_info (Myron Stowe) [RHEL-107597] +- PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNING (Myron Stowe) [RHEL-107597] +- PCI/ERR: Add printk level to pcie_print_tlp_log() (Myron Stowe) [RHEL-107597] +- PCI/AER: Check log level once and remember it (Myron Stowe) [RHEL-107597] +- PCI/AER: Trace error event before ratelimiting (Myron Stowe) [RHEL-107597] +- PCI/AER: Update statistics before ratelimiting (Myron Stowe) [RHEL-107597] +- PCI/AER: Simplify pci_print_aer() (Myron Stowe) [RHEL-107597] +- PCI/AER: Initialize aer_err_info before using it (Myron Stowe) [RHEL-107597] +- PCI/AER: Move aer_print_source() earlier in file (Myron Stowe) [RHEL-107597] +- PCI/AER: Rename aer_print_port_info() to aer_print_source() (Myron Stowe) [RHEL-107597] +- PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etc (Myron Stowe) [RHEL-107597] +- PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type() (Myron Stowe) [RHEL-107597] +- PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error() (Myron Stowe) [RHEL-107597] +- PCI/DPC: Log Error Source ID only when valid (Myron Stowe) [RHEL-107597] +- PCI/DPC: Initialize aer_err_info before using it (Myron Stowe) [RHEL-107597] +- stmmac: Replace deprecated PCI functions (Myron Stowe) [RHEL-107597] +- stmmac: Remove pcim_* functions for driver detach (Myron Stowe) [RHEL-107597] +- stmmac: loongson: Remove surplus loop (Myron Stowe) [RHEL-107597] +- stmmac: loongson: Pass correct arg to PCI function (Myron Stowe) [RHEL-107597] +- vdpa: solidrun: Replace deprecated PCI functions (Myron Stowe) [RHEL-107597] +- rcu/nocb: Add Safe checks for access offloaded rdp (Luis Claudio R. Goncalves) [RHEL-69516] +- perf symbol-minimal: Fix ehdr reading in filename__read_build_id (Michael Petlan) [RHEL-78198] +- perf: Fix the POLL_HUP delivery breakage (Michael Petlan) [RHEL-78198] +- perf: Avoid undefined behavior from stopping/starting inactive events (Michael Petlan) [RHEL-78198] +- perf ui scripts: Switch FILENAME_MAX to NAME_MAX (Michael Petlan) [RHEL-78198] +- perf pmu: Switch FILENAME_MAX to NAME_MAX (Michael Petlan) [RHEL-78198] +- tools subcmd: Tighten the filename size in check_if_command_finished (Michael Petlan) [RHEL-78198] +- perf python: Set index error for invalid thread/cpu map items (Michael Petlan) [RHEL-78198] +- perf python: Improve leader copying from evlist (Michael Petlan) [RHEL-78198] +- perf python: Correct pyrf_evsel__read for tool PMUs (Michael Petlan) [RHEL-78198] +- perf python: Fix thread check in pyrf_evsel__read (Michael Petlan) [RHEL-78198] +- perf python: In str(evsel) use the evsel__pmu_name helper (Michael Petlan) [RHEL-78198] +- perf jevents: If the long_desc and desc are identical then drop the long_desc (Michael Petlan) [RHEL-78198] +- perf expr: Accumulate rather than replace in the context counts (Michael Petlan) [RHEL-78198] +- perf stat: Move metric list from config to evlist (Michael Petlan) [RHEL-78198] +- perf metricgroup: Factor out for-each function and move out printing (Michael Petlan) [RHEL-78198] +- perf pmu: Tolerate failure to read the type for wellknown PMUs (Michael Petlan) [RHEL-78198] +- perf spark: Fix includes and add SPDX (Michael Petlan) [RHEL-78198] +- perf parse-events: Minor tidy up of event_type helper (Michael Petlan) [RHEL-78198] +- perf hwmon_pmu: Avoid shortening hwmon PMU name (Michael Petlan) [RHEL-78198] +- kallsyms: fix build without execinfo (Michael Petlan) [RHEL-78198] +- perf/core: Fix WARN in perf_sigtrap() (Michael Petlan) [RHEL-78198] +- perf: Revert to requiring CAP_SYS_ADMIN for uprobes (Michael Petlan) [RHEL-78198] +- perf/core: Fix the WARN_ON_ONCE is out of lock protected region (Michael Petlan) [RHEL-78198] +- perf/aux: Fix pending disable flow when the AUX ring buffer overruns (Michael Petlan) [RHEL-78198] +- perf test: Directory file descriptor leak (Michael Petlan) [RHEL-78198] +- perf evsel: Missed close() when probing hybrid core PMUs (Michael Petlan) [RHEL-78198] +- perf mem: Document new output fields (op, cache, mem, dtlb, snoop) (Michael Petlan) [RHEL-78198] +- perf test: Restrict uniquifying test to machines with 'uncore_imc' (Michael Petlan) [RHEL-78198] +- perf: Fix the throttle error of some clock events (Michael Petlan) [RHEL-78198] +- perf symbols: Ignore mapping symbols on riscv (Michael Petlan) [RHEL-78198] +- perf: Add comment to enum perf_event_state (Michael Petlan) [RHEL-78198] +- perf/core: Fix WARN in perf_cgroup_switch() (Michael Petlan) [RHEL-78198] +- perf: Fix cgroup state vs ERROR (Michael Petlan) [RHEL-78198] +- perf: Fix sample vs do_exit() (Michael Petlan) [RHEL-78198] +- perf callchain: Always populate the addr_location map when adding IP (Michael Petlan) [RHEL-78198] +- perf lock contention: Reject more than 10ms delays for safety (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Fix incorrect MSR index calculations in intel_pmu_config_acr() (Michael Petlan) [RHEL-78198] +- perf trace: Set errpid to false for rseq and set_robust_list (Michael Petlan) [RHEL-78198] +- perf symbol: Move demangling code out of symbol-elf.c (Michael Petlan) [RHEL-78198] +- perf trace: Always print return value for syscalls returning a pid (Michael Petlan) [RHEL-78198] +- perf script: Print PERF_AUX_FLAG_COLLISION flag (Michael Petlan) [RHEL-78198] +- perf mem: Show absolute percent in mem_stat output (Michael Petlan) [RHEL-78198] +- perf mem: Display sort order only if it's available (Michael Petlan) [RHEL-78198] +- perf mem: Describe overhead calculation in brief (Michael Petlan) [RHEL-78198] +- perf record: Fix incorrect --user-regs comments (Michael Petlan) [RHEL-78198] +- perf test trace_summary: Skip --bpf-summary tests if no libbpf (Michael Petlan) [RHEL-78198] +- perf test intel-pt: Skip jitdump test if no libelf (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Avoid race when evlist is being deleted (Michael Petlan) [RHEL-78198] +- perf test demangle-java: Don't segv if demangling fails (Michael Petlan) [RHEL-78198] +- perf symbol: Fix use-after-free in filename__read_build_id (Michael Petlan) [RHEL-78198] +- perf pmu: Avoid segv for missing name/alias_name in wildcarding (Michael Petlan) [RHEL-78198] +- perf machine: Factor creating a "live" machine out of dwarf-unwind (Michael Petlan) [RHEL-78198] +- perf test: Add AMD IBS sw filter test (Michael Petlan) [RHEL-78198] +- perf mem: Count L2 HITM for c2c statistic (Michael Petlan) [RHEL-78198] +- perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12 (Michael Petlan) [RHEL-78198] +- perf/headers: Clean up a bit (Michael Petlan) [RHEL-78198] +- perf tests switch-tracking: Fix timestamp comparison (Michael Petlan) [RHEL-78198] +- perf pmu intel: Adjust cpumaks for sub-NUMA clusters on graniterapids (Michael Petlan) [RHEL-78198] +- perf tests trace_summary.sh: Run in exclusive mode (Michael Petlan) [RHEL-78198] +- perf test: Add cgroup summary test case for 'perf trace' (Michael Petlan) [RHEL-78198] +- perf python: Add counting.py as example for counting perf events (Michael Petlan) [RHEL-78198] +- perf python: Add evlist close support (Michael Petlan) [RHEL-78198] +- perf python: Add evsel read method (Michael Petlan) [RHEL-78198] +- perf python: Add support for 'struct perf_counts_values' to return counter data (Michael Petlan) [RHEL-78198] +- perf/uapi: Clean up a bit (Michael Petlan) [RHEL-78198] +- perf/uapi: Fix PERF_RECORD_SAMPLE comments in (Michael Petlan) [RHEL-78198] +- perf python: Add evsel cpus and threads functions (Michael Petlan) [RHEL-78198] +- libperf threadmap: Add perf_thread_map__idx() (Michael Petlan) [RHEL-78198] +- libperf threadmap: Don't segv for index 0 for the NULL 'struct perf_thread_map' pointer (Michael Petlan) [RHEL-78198] +- perf test amd: Skip amd-ibs-period test on kernel < v6.15 (Michael Petlan) [RHEL-78198] +- perf rwsem: Add clang's -Wthread-safety annotations (Michael Petlan) [RHEL-78198] +- perf dso: Minor refactor to allow clang's Wthread-safety analysis (Michael Petlan) [RHEL-78198] +- mips/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- xtensa/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- sparc/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- loongarch/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- csky/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- arc/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- alpha/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/apple_m1: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/arm: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- s390/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- powerpc/perf: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/x86/zhaoxin: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/x86/amd: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Remove driver-specific throttle support (Michael Petlan) [RHEL-78198] +- perf: Only dump the throttle log for the leader (Michael Petlan) [RHEL-78198] +- perf: Fix the throttle logic for a group (Michael Petlan) [RHEL-78198] +- perf ftrace: Use process/session specific trace settings (Michael Petlan) [RHEL-78198] +- tools headers compiler: Pick the const_true() define from the kernel sources (Michael Petlan) [RHEL-78198] +- perf test probe_vfs_getname: Add regex for searching probe line (Michael Petlan) [RHEL-78198] +- perf/core: Add the is_event_in_freq_mode() helper to simplify the code (Michael Petlan) [RHEL-78198] +- perf record: Fix a asan runtime error in util/maps.c (Michael Petlan) [RHEL-78198] +- perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2 (Michael Petlan) [RHEL-78198] +- perf/x86/intel/ds: Remove redundant assignments to sample.period (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Filter non-workload samples (Michael Petlan) [RHEL-78198] +- perf/aux: Allocate non-contiguous AUX pages by default (Michael Petlan) [RHEL-78198] +- perf test: Allow tolerance for leader sampling test (Michael Petlan) [RHEL-78198] +- perf test: Add stat uniquifying test (Michael Petlan) [RHEL-78198] +- perf parse-events: Use wildcard processing to set an event to merge into (Michael Petlan) [RHEL-78198] +- perf evlist: Make uniquifying counter names consistent (Michael Petlan) [RHEL-78198] +- perf report: Add 'tgid' sort key (Michael Petlan) [RHEL-78198] +- perf test: Update sysfs path for core PMU caps (Michael Petlan) [RHEL-78198] +- perf test: Fix LBR test by ignoring idle task (Michael Petlan) [RHEL-78198] +- perf test: Hybrid improvements for metric value validation test (Michael Petlan) [RHEL-78198] +- perf list: Display the PMU name associated with a perf metric in JSON (Michael Petlan) [RHEL-78198] +- perf metricgroup: Binary search when resolving referred to metrics (Michael Petlan) [RHEL-78198] +- perf pmu: Change aliases from list to hashmap (Michael Petlan) [RHEL-78198] +- perf fncache: Switch to using hashmap (Michael Petlan) [RHEL-78198] +- perf tests: Harden branch stack sampling test (Michael Petlan) [RHEL-78198] +- perf parse-events: Add "cpu" term to set the CPU an event is recorded on (Michael Petlan) [RHEL-78198] +- perf parse-events: Set is_pmu_core for legacy hardware events (Michael Petlan) [RHEL-78198] +- perf stat: Use counter cpumask to skip zero values (Michael Petlan) [RHEL-78198] +- libperf cpumap: Add ability to create CPU from a single CPU number (Michael Petlan) [RHEL-78198] +- perf tests metrics: Permission related fixes (Michael Petlan) [RHEL-78198] +- perf evsel: Add per-thread warning for EOPNOTSUPP open failues (Michael Petlan) [RHEL-78198] +- perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3 (Michael Petlan) [RHEL-78198] +- perf intel-pt: Do not default to recording all switch events (Michael Petlan) [RHEL-78198] +- perf intel-pt: Fix PEBS-via-PT data_src (Michael Petlan) [RHEL-78198] +- perf test demangle-ocaml: Switch to using dso__demangle_sym() (Michael Petlan) [RHEL-78198] +- perf test demangle-java: Switch to using dso__demangle_sym() (Michael Petlan) [RHEL-78198] +- perf test demangle-rust: Add Rust demangling test (Michael Petlan) [RHEL-78198] +- perf demangle-rust: Remove previous legacy rust decoder (Michael Petlan) [RHEL-78198] +- perf symbol-elf: Integrate rust-v0 demangling (Michael Petlan) [RHEL-78198] +- perf demangle-rust: Add rustc-demangle C demangler (Michael Petlan) [RHEL-78198] +- perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming" (Michael Petlan) [RHEL-78198] +- perf pmu: Use available core PMU for raw events (Michael Petlan) [RHEL-78198] +- perf lock contention: Add -J/--inject-delay option (Michael Petlan) [RHEL-78198] +- perf tests: Fix 'perf report' tests installation (Michael Petlan) [RHEL-78198] +- perf: Fix confusing aux iteration (Michael Petlan) [RHEL-78198] +- perf: Remove too early and redundant CPU hotplug handling (Michael Petlan) [RHEL-78198] +- perf: Fix irq work dereferencing garbage (Michael Petlan) [RHEL-78198] +- perf: Fix failing inherit_event() doing extra refcount decrement on parent (Michael Petlan) [RHEL-78198] +- perf parse-events: Add debug dump of evlist if reordered (Michael Petlan) [RHEL-78198] +- perf evlist: Make groups visible in evlist__format_evsels() output (Michael Petlan) [RHEL-78198] +- perf evlist: Refactor evlist__scnprintf_evsels() (Michael Petlan) [RHEL-78198] +- perf stat: Remove print_mixed_hw_group_error (Michael Petlan) [RHEL-78198] +- perf stat: Better hybrid support for the NMI watchdog warning (Michael Petlan) [RHEL-78198] +- tools/arch/x86: Move the header to (Michael Petlan) [RHEL-78198] +- perf test: Add direct off-cpu tests (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Add --off-cpu-thresh option (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Dump the remaining PERF_SAMPLE_ in sample_type from BPF's stack trace map (Michael Petlan) [RHEL-78198] +- perf script: Display off-cpu samples correctly (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Disable perf_event's callchain collection (Michael Petlan) [RHEL-78198] +- perf evsel: Assemble off-cpu samples (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Dump off-cpu samples in BPF (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Preparation of off-cpu BPF program (Michael Petlan) [RHEL-78198] +- perf record --off-cpu: Parse off-cpu event (Michael Petlan) [RHEL-78198] +- perf evsel: Expose evsel__is_offcpu_event() for future use (Michael Petlan) [RHEL-78198] +- perf symbol-minimal: Fix double free in filename__read_build_id (Michael Petlan) [RHEL-78198] +- perf mem: Add 'dtlb' output field (Michael Petlan) [RHEL-78198] +- perf mem: Add 'snoop' output field (Michael Petlan) [RHEL-78198] +- perf mem: Add 'cache' and 'memory' output fields (Michael Petlan) [RHEL-78198] +- perf hist: Hide unused mem stat columns (Michael Petlan) [RHEL-78198] +- perf mem: Add 'op' output field (Michael Petlan) [RHEL-78198] +- perf hist: Implement output fields for mem stats (Michael Petlan) [RHEL-78198] +- perf hist: Basic support for mem_stat accounting (Michael Petlan) [RHEL-78198] +- perf hist: Add struct he_mem_stat (Michael Petlan) [RHEL-78198] +- perf hist: Support multi-line header (Michael Petlan) [RHEL-78198] +- perf record: Add --sample-mem-info option (Michael Petlan) [RHEL-78198] +- perf hist: Remove output field from sort-list properly (Michael Petlan) [RHEL-78198] +- perf test perf-report-hierarchy: Add new test (Michael Petlan) [RHEL-78198] +- perf test amd ibs: Add sample period unit test (Michael Petlan) [RHEL-78198] +- perf mem/c2c amd: Add ldlat support (Michael Petlan) [RHEL-78198] +- perf amd ibs: Incorporate Zen5 DTLB and PageSize information (Michael Petlan) [RHEL-78198] +- perf amd ibs: Add Load Latency bits in raw dump (Michael Petlan) [RHEL-78198] +- perf symbols: Handle 'u' and 'l' symbols in /proc/kallsyms (Michael Petlan) [RHEL-78198] +- perf lock contention: Symbolize zone->lock using BTF (Michael Petlan) [RHEL-78198] +- perf vendor events arm64: Drop hip08 PublicDescription if same as BriefDescription (Michael Petlan) [RHEL-78198] +- perf vendor events arm64: Fill up Desc field for Hisi hip08 hha pmu (Michael Petlan) [RHEL-78198] +- perf bench evlist-open-close: Reduce scope of 2 variables (Michael Petlan) [RHEL-78198] +- perf tests record: Cleanup improvements (Michael Petlan) [RHEL-78198] +- perf tool_pmu: Fix aggregation on duration_time (Michael Petlan) [RHEL-78198] +- perf session: Skip unsupported new event types (Michael Petlan) [RHEL-78198] +- perf hist: Allow custom output fields in hierarchy mode (Michael Petlan) [RHEL-78198] +- perf hist: Set levels in output_field_add() (Michael Petlan) [RHEL-78198] +- perf hist: Remove formats in hierarchy when cancel latency (Michael Petlan) [RHEL-78198] +- perf hist: Remove formats in hierarchy when cancel children (Michael Petlan) [RHEL-78198] +- perf record: Retirement latency cleanup in evsel__config (Michael Petlan) [RHEL-78198] +- perf pmu-events: Add retirement latency to JSON events inside of perf (Michael Petlan) [RHEL-78198] +- perf stat: Add mean, min, max and last --tpebs-mode options (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Use stats for retirement latency statistics (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Don't close record on read (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Add mutex for tpebs_results (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Add support for updating counts in evsel__tpebs_read (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Refactor tpebs_results list (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Ensure events are opened, factor out finding (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Inline get_perf_record_args (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Reduce scope of the tpebs_events_size variable (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Move the cpumap_buf variable out of evsel__tpebs_open() (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Separate evsel__tpebs_prepare() out of evsel__tpebs_open() (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Rename tpebs_start to evsel__tpebs_open (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Simplify tpebs_cmd (Michael Petlan) [RHEL-78198] +- perf intel-tpebs: Cleanup header (Michael Petlan) [RHEL-78198] +- perf vendor events: Update westmereep-dp events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update westmereep-dp events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update westmereep-dp events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update tigerlake metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update snowridgex events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update skylakex events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update skylake metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update sierraforest events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update sapphirerapids events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update sandybridge metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update rocketlake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update nehalemex events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update nehalemep events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update meteorlake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update lunarlake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update jaketown metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update ivytown metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update ivybridge metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update icelakex events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update icelake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update haswellx metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update haswell metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Add graniterapids retirement latencies (Michael Petlan) [RHEL-78198] +- perf vendor events: Update grandridge events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update emeraldrapids events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update elkhartlake events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update clearwaterforest events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update cascadelakex events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update broadwellx metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update broadwellde metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update broadwell metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update bonnell events (Michael Petlan) [RHEL-78198] +- perf vendor events: Update arrowlake events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update AlderlakeN events/metrics (Michael Petlan) [RHEL-78198] +- perf vendor events: Update alderlake events/metrics (Michael Petlan) [RHEL-78198] +- perf/x86: Optimize the is_x86_event (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Check the X86 leader for ACR group (Michael Petlan) [RHEL-78198] +- perf/core: Fix broken throttling when max_samples_per_tick=1 (Michael Petlan) [RHEL-78198] +- perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node' member (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Introduce pairs of PEBS static calls (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Rename x86_pmu.pebs to x86_pmu.ds_pebs (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Decouple BTS initialization from PEBS initialization (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Parse CPUID archPerfmonExt leaves for non-hybrid CPUs (Michael Petlan) [RHEL-78198] +- perf/core: Fix event timekeeping merge (Michael Petlan) [RHEL-78198] +- perf/core: Fix event->parent life-time issue (Michael Petlan) [RHEL-78198] +- perf/core: Fix put_ctx() ordering (Michael Petlan) [RHEL-78198] +- perf/core: Fix perf-stat / read() (Michael Petlan) [RHEL-78198] +- x86/platform/amd: Move the header to (Michael Petlan) [RHEL-78198] +- perf/x86/intel/bts: Replace offsetof() with struct_size() (Michael Petlan) [RHEL-78198] +- tools/nolibc/types.h: fix mismatched parenthesis in minor() (Michael Petlan) [RHEL-78198] +- perf ui browser hists: Set actions->thread before calling do_zoom_thread() (Michael Petlan) [RHEL-78198] +- perf ui browser hists: Simplify the routines that add entries to the popup menu (Michael Petlan) [RHEL-78198] +- perf ui browser: Accept the left arrow key as a Zoom out if done on the first column (Michael Petlan) [RHEL-78198] +- perf ui browser annotate: Don't show the source code view status initially (Michael Petlan) [RHEL-78198] +- perf ui browser annotate: Show in the title the source code view toggle (Michael Petlan) [RHEL-78198] +- perf ui browser map: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser hists: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser header: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser annotate: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser annotate-data: Provide feedback on unhandled hotkeys (Michael Petlan) [RHEL-78198] +- perf ui browser: Add a warn on unhandled hotkey helper (Michael Petlan) [RHEL-78198] +- perf ui browser: Add key_name() helper (Michael Petlan) [RHEL-78198] +- tools build: Don't show libbfd build status as it is opt-in (Michael Petlan) [RHEL-78198] +- perf check: Add tip about building with libbfd using BUILD_NONDISTRO=1 (Michael Petlan) [RHEL-78198] +- perf build: Warn when libdebuginfod devel files are not available (Michael Petlan) [RHEL-78198] +- tools build: Don't show libunwind build status as it is opt-in (Michael Petlan) [RHEL-78198] +- perf check: Allow showing a tip for opt-in features not built into perf (Michael Petlan) [RHEL-78198] +- perf check: Move the FEATURE_STATUS() macro to its only user source file (Michael Petlan) [RHEL-78198] +- perf check: Share the feature status printing routine with 'perf version' (Michael Petlan) [RHEL-78198] +- tools build: Don't set libunwind as available if test-all.c build succeeds (Michael Petlan) [RHEL-78198] +- perf/arch: Record sample last_period before updating on the x86 and PowerPC platforms (Michael Petlan) [RHEL-78198] +- perf/x86/intel/bts: Rename local bts_buffer variables for clarity (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Support auto counter reload (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Add CPUID enumeration for the auto counter reload (Michael Petlan) [RHEL-78198] +- perf: Extend the bit width of the arch-specific flag (Michael Petlan) [RHEL-78198] +- perf/x86/intel: Track the num of events needs late setup (Michael Petlan) [RHEL-78198] +- perf/x86: Add dynamic constraint (Michael Petlan) [RHEL-78198] +- perf: Make perf_pmu_unregister() useable (Michael Petlan) [RHEL-78198] +- perf: Rename perf_event_exit_task(.child) (Michael Petlan) [RHEL-78198] +- perf: Unify perf_event_free_task() / perf_event_exit_task_context() (Michael Petlan) [RHEL-78198] +- perf: Simplify perf_event_release_kernel() (Michael Petlan) [RHEL-78198] +- perf: Simplify perf_event_free_task() wait (Michael Petlan) [RHEL-78198] +- perf: Simplify child event tear-down (Michael Petlan) [RHEL-78198] +- perf: Ensure bpf_perf_link path is properly serialized (Michael Petlan) [RHEL-78198] +- NFSv4.2: Protect copy offload and clone against 'eof page pollution' (Olga Kornievskaia) [RHEL-95596] +- NFS: Protect against 'eof page pollution' (Olga Kornievskaia) [RHEL-95596] +- uprobes: Fix race in uprobe_free_utask (Jerome Marchand) [RHEL-111387] +- ipv6: reject malicious packets in ipv6_gso_segment() (CKI Backport Bot) [RHEL-113251] {CVE-2025-38572} +- wifi: ath12k: Decrement TID on RX peer frag setup error handling (CKI Backport Bot) [RHEL-114710] {CVE-2025-39761} +- xfrm: interface: fix use-after-free after changing collect_md xfrm interface (CKI Backport Bot) [RHEL-109531] {CVE-2025-38500} +- net: add reserved fields to devlink_port_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_health_reporter_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_port_region_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_region_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_param (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_dpipe_table_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_linecard_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_ops (Ivan Vecera) [RHEL-111907] +- net: add reserved fields to devlink_port (Ivan Vecera) [RHEL-111907] +- ipv6: mcast: Delay put pmc->idev in mld_del_delrec() (Hangbin Liu) [RHEL-111156] {CVE-2025-38550} +- tcp: Correct signedness in skb remaining space calculation (Florian Westphal) [RHEL-107843] {CVE-2025-38463} +- ice: use fixed adapter index for E825C embedded devices (Michal Schmidt) [RHEL-111791] + * Wed Sep 24 2025 Scott Weaver [6.12.0-134.el10] - EDAC/amd64: Correct number of UMCs for family 19h models 70h-7fh (Joel Savitz) [RHEL-102253] - platform/x86/intel: power-domains: Use topology_logical_package_id() for package ID (Steve Best) [RHEL-115105] diff --git a/sources b/sources index 3e2c41e78..179de4c12 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-134.el10.tar.xz) = f3da7feaa75329dbfe1f8b762bdf8a0b1818aee1567dcc850bf2b9c062958464d8d74138450b9565847ef2d02f871a88e57e30805bc9011d0840bd012405882b -SHA512 (kernel-abi-stablelists-6.12.0-134.el10.tar.xz) = 4d77620e30b159db85a566d0b3da74da3829d3ea9cc67ff8d2c9d2db830cac1fff74cb6ff373fb09b9b31b0303801c2320b1948ada9370a9058018720bafffee -SHA512 (kernel-kabi-dw-6.12.0-134.el10.tar.xz) = c636c256eadcae3e5367cc4534781d3bae6350c031878aa355fd62ab454f1f007eb6a698994c01d84711e9d26b739fed953171d9c7c017ea1c1c0a6aedc2f009 +SHA512 (linux-6.12.0-135.el10.tar.xz) = 72d818e0cee0e6712d338793d2d60e0504be7cb9af1af1e67c77fc4e662bc6bdab76ae7af1783fb4cbcd300bcca057c04f92add3000affbe2b7f2f075f4b8007 +SHA512 (kernel-abi-stablelists-6.12.0-135.el10.tar.xz) = b930f96f0ad0f9437c7e644d3a020c817d2f59ea5bf8caf8f2fb94ea2021114187f2a9f5e94fd232697bbd7fed4d3f9dfe95cc35d74247165f069056226dde2e +SHA512 (kernel-kabi-dw-6.12.0-135.el10.tar.xz) = 15de90a3c639618b13b4dac8d69ebef1cccb5273a88d5dd50122610f0c230a39fa2c94005d7e81216ac81b7023a19d9a86c607cb93b4156eb8d04dc8aeb9e7e8