From df08afc0a4e395e9dcad3230cf98cd670a0f4c8c Mon Sep 17 00:00:00 2001 From: Jan Stancek Date: Mon, 4 May 2026 07:59:46 +0200 Subject: [PATCH] kernel-6.12.0-225.6.el10nv * Mon May 04 2026 Jan Stancek [6.12.0-225.6.el10nv] - Merge tag 'kernel-6.12.0-225.el10' into main-aie-nv (Jan Stancek) [VOYAGER-551] - soc/tegra: Use Arm SMCCC to get chip ID, revision, and platform info (Steve Dunnagan) [VOYAGER-74] Resolves: VOYAGER-551, VOYAGER-74 Signed-off-by: Jan Stancek --- Makefile.rhelver | 4 +- kernel-aarch64-64k-debug-rhel.config | 12 +- kernel-aarch64-64k-rhel.config | 9 +- kernel-aarch64-debug-rhel.config | 12 +- kernel-aarch64-rhel.config | 9 +- kernel-aarch64-rt-64k-debug-rhel.config | 12 +- kernel-aarch64-rt-64k-rhel.config | 9 +- kernel-aarch64-rt-debug-rhel.config | 12 +- kernel-aarch64-rt-rhel.config | 9 +- kernel-ppc64le-debug-rhel.config | 12 +- kernel-ppc64le-rhel.config | 9 +- kernel-riscv64-debug-rhel.config | 13 +- kernel-riscv64-rhel.config | 12 +- kernel-s390x-debug-rhel.config | 12 +- kernel-s390x-rhel.config | 9 +- kernel-s390x-zfcpdump-rhel.config | 9 +- kernel-x86_64-debug-rhel.config | 15 +- kernel-x86_64-rhel.config | 12 +- kernel-x86_64-rt-debug-rhel.config | 15 +- kernel-x86_64-rt-rhel.config | 12 +- kernel.changelog | 391 ++++++++++++++++++++ kernel.spec | 450 +++++++++++++++++++++++- rpminspect.yaml | 1 + sources | 6 +- 24 files changed, 1000 insertions(+), 66 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index dd8d2cc1b..e29a76c2c 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 3 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 223 +RHEL_RELEASE = 225 # # RHEL_REBASE_NUM @@ -41,4 +41,4 @@ AUTOMOTIVE_MINOR = 1 # --------------------------- # # Set DERIVATIVE_STREAM to "yes" to enable derivative kernel versioning. -DERIVATIVE_BUILD = 5 +DERIVATIVE_BUILD = 6 diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index 51b06e1d1..0c19bb452 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -5889,10 +5889,16 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +# CONFIG_RV_MON_NRP is not set +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index b318ccd21..87c401b05 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -5866,10 +5866,15 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set +# CONFIG_RV_MON_NRP is not set # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 51b06e1d1..0c19bb452 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -5889,10 +5889,16 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +# CONFIG_RV_MON_NRP is not set +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index b318ccd21..87c401b05 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -5866,10 +5866,15 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set +# CONFIG_RV_MON_NRP is not set # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rt-64k-debug-rhel.config b/kernel-aarch64-rt-64k-debug-rhel.config index 484409463..b2569f36d 100644 --- a/kernel-aarch64-rt-64k-debug-rhel.config +++ b/kernel-aarch64-rt-64k-debug-rhel.config @@ -5936,10 +5936,16 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +# CONFIG_RV_MON_NRP is not set +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rt-64k-rhel.config b/kernel-aarch64-rt-64k-rhel.config index ab9fe4259..43ec8d291 100644 --- a/kernel-aarch64-rt-64k-rhel.config +++ b/kernel-aarch64-rt-64k-rhel.config @@ -5913,10 +5913,15 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set +# CONFIG_RV_MON_NRP is not set # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 8013e27e3..30d608cc4 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -5932,10 +5932,16 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +# CONFIG_RV_MON_NRP is not set +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index 4f21b2ebb..52fb80374 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -5909,10 +5909,15 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set +# CONFIG_RV_MON_NRP is not set # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 0e07e9cf3..75e4fe04f 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -5381,10 +5381,16 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 09e3d7812..a284e8644 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -5360,10 +5360,15 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set +CONFIG_RV_MON_NRP=y # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-riscv64-debug-rhel.config b/kernel-riscv64-debug-rhel.config index 051138cac..3f6f3fff9 100644 --- a/kernel-riscv64-debug-rhel.config +++ b/kernel-riscv64-debug-rhel.config @@ -5398,10 +5398,17 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-riscv64-rhel.config b/kernel-riscv64-rhel.config index f79ce8673..c0daf0f71 100644 --- a/kernel-riscv64-rhel.config +++ b/kernel-riscv64-rhel.config @@ -5377,10 +5377,16 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 666e697b5..d9f4e3cfc 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -5318,10 +5318,16 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 3bc9aff3d..559a8e967 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -5297,10 +5297,15 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set +CONFIG_RV_MON_NRP=y # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 77586021d..189c8f4ab 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -5310,10 +5310,15 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set +CONFIG_RV_MON_NRP=y # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 87519144e..3982c814f 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -242,7 +242,7 @@ CONFIG_AMD_HFI=y CONFIG_AMD_HSMP_ACPI=m CONFIG_AMD_HSMP=m CONFIG_AMD_HSMP_PLAT=m -# CONFIG_AMD_IOMMU_DEBUGFS is not set +CONFIG_AMD_IOMMU_DEBUGFS=y CONFIG_AMD_IOMMU_IOMMUFD=y CONFIG_AMD_IOMMU=y CONFIG_AMD_ISP_PLATFORM=m @@ -5672,10 +5672,17 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 4302271f2..0b9643a49 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -5650,10 +5650,16 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index 3f2feec35..b5315a3a0 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -242,7 +242,7 @@ CONFIG_AMD_HFI=y CONFIG_AMD_HSMP_ACPI=m CONFIG_AMD_HSMP=m CONFIG_AMD_HSMP_PLAT=m -# CONFIG_AMD_IOMMU_DEBUGFS is not set +CONFIG_AMD_IOMMU_DEBUGFS=y CONFIG_AMD_IOMMU_IOMMUFD=y CONFIG_AMD_IOMMU=y CONFIG_AMD_ISP_PLATFORM=m @@ -5719,10 +5719,17 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index 9678c835d..267c06ca8 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -5697,10 +5697,16 @@ CONFIG_RUNTIME_TESTING_MENU=y # CONFIG_RUST is not set # CONFIG_RUST_OVERFLOW_CHECKS is not set # CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel.changelog b/kernel.changelog index 073c27bfd..dc785e851 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,8 @@ +* Mon May 04 2026 Jan Stancek [6.12.0-225.6.el10nv] +- Merge tag 'kernel-6.12.0-225.el10' into main-aie-nv (Jan Stancek) [VOYAGER-551] +- soc/tegra: Use Arm SMCCC to get chip ID, revision, and platform info (Steve Dunnagan) [VOYAGER-74] +Resolves: VOYAGER-551, VOYAGER-74 + * Thu Apr 30 2026 Jan Stancek [6.12.0-223.5.el10nv] - i2c: tegra: Add support for Tegra410 (Mark Salter) [VOYAGER-82] - i2c: tegra: Add logic to support different register offsets (Mark Salter) [VOYAGER-82] @@ -108,6 +113,392 @@ Resolves: VOYAGER-551 - redhat: set up initial Makefile.variables (Jan Stancek) Resolves: VOYAGER-10, VOYAGER-286, VOYAGER-488, VOYAGER-494, VOYAGER-551, VOYAGER-75 +* Tue Apr 28 2026 CKI KWF Bot [6.12.0-225.el10] +- firmware: qcom_scm: Use TASK_IDLE state in wait_for_wq_completion() (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom_scm: Support multiple waitq contexts (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom_scm: Add API to get waitqueue IRQ info (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: allow QSEECOM on Surface Pro 11 (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: tzmem: export shm_bridge create/delete (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: add support for object invocation (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: Allow QSEECOM on Dell Inspiron 7441 / Latitude 7455 (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: Allow QSEECOM on Lenovo Thinkbook 16 (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: Allow QSEECOM on HAMOA-IOT-EVK (Mattijs Korpershoek) [RHEL-170163] +- crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id (CKI Backport Bot) [RHEL-169566] {CVE-2025-68724} +- PCI: hv: Fix double ida_free in hv_pci_probe error path (Myron Stowe) [RHEL-139975] +- PCI: endpoint: pci-epf-vntb: Fix MSI doorbell IRQ unwind (Myron Stowe) [RHEL-139975] +- PCI: s32g: Skip Root Port removal during success (Myron Stowe) [RHEL-139975] +- PCI: Provide pci_free_irq_vectors() stub (Myron Stowe) [RHEL-139975] +- PCI: meson: Report that link is up while in ASPM L0s and L1 states (Myron Stowe) [RHEL-139975] +- PCI: qcom: Remove ASPM L0s support for MSM8996 SoC (Myron Stowe) [RHEL-139975] +- MAINTAINERS: Add Manivannan Sadhasivam as PCI/pwrctrl maintainer (Myron Stowe) [RHEL-139975] +- PCI: Use max() instead of max_t() to ease static analysis (Myron Stowe) [RHEL-139975] +- PCI: qcom: Implement .assert_perst() (Myron Stowe) [RHEL-139975] +- PCI: dwc: Implement .assert_perst() for dwc glue drivers (Myron Stowe) [RHEL-139975] +- PCI: Add .assert_perst() to control PCIe PERST# (Myron Stowe) [RHEL-139975] +- MAINTAINERS: Add NXP S32G PCIe controller driver maintainer (Myron Stowe) [RHEL-139975] +- PCI: s32g: Add NXP S32G PCIe controller driver (RC) (Myron Stowe) [RHEL-139975] +- PCI: dwc: Add register and bitfield definitions (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: s32g: Add NXP S32G PCIe controller (Myron Stowe) [RHEL-139975] +- PCI: rcar-gen2: Drop ARM dependency from PCI_RCAR_GEN2 (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: amlogic: Fix the register name of the DBI region (Myron Stowe) [RHEL-139975] +- PCI: mediatek: Add support for Airoha AN7583 SoC (Myron Stowe) [RHEL-139975] +- PCI: mediatek: Use generic MACRO for TPVPERL delay (Myron Stowe) [RHEL-139975] +- PCI: mediatek: Convert bool to single quirks entry and bitmap (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: mediatek: Add support for Airoha AN7583 (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: mediatek: Convert to YAML schema (Myron Stowe) [RHEL-139975] +- PCI: keystone: Add support to build as a loadable module (Myron Stowe) [RHEL-139975] +- PCI: dwc: Export dw_pcie_allocate_domains() and dw_pcie_ep_raise_msix_irq() (Myron Stowe) [RHEL-139975] +- PCI: Export pci_get_host_bridge_device() for use by pci-keystone (Myron Stowe) [RHEL-139975] +- PCI: keystone: Exit ks_pcie_probe() for invalid mode (Myron Stowe) [RHEL-139975] +- PCI: j721e: Use 'pcie->reset_gpio' directly and drop the local variable (Myron Stowe) [RHEL-139975] +- PCI: j721e: Use devm_clk_get_optional_enabled() to get and enable the clock (Myron Stowe) [RHEL-139975] +- PCI: ixp4xx: Guard ARM32-specific hook_fault_code() (Myron Stowe) [RHEL-139975] +- PCI: dw-rockchip: Simplify regulator setup with devm_regulator_get_enable_optional() (Myron Stowe) [RHEL-139975] +- PCI: dw-rockchip: Configure L1SS support (Myron Stowe) [RHEL-139975] +- PCI: tegra194: Remove unnecessary L1SS disable code (Myron Stowe) [RHEL-139975] +- PCI: dwc: Advertise L1 PM Substates only if driver requests it (Myron Stowe) [RHEL-139975] +- PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition (Myron Stowe) [RHEL-139975] +- PCI: brcmstb: Add panic/die handler to driver (Myron Stowe) [RHEL-139975] +- PCI: brcmstb: Add a way to indicate if PCIe bridge is active (Myron Stowe) [RHEL-139975] +- PCI: brcmstb: Fix disabling L0s capability (Myron Stowe) [RHEL-139975] +- PCI: host-generic: Move bridge allocation outside of pci_host_common_init() (Myron Stowe) [RHEL-139975] +- PCI: endpoint: pci-epf-vntb: Add MSI doorbell support (Myron Stowe) [RHEL-139975] +- PCI: endpoint: Add pci_epf_assign_bar_space() API (Myron Stowe) [RHEL-139975] +- PCI: endpoint: Add pci_epf_get_required_bar_size() helper (Myron Stowe) [RHEL-139975] +- PCI: endpoint: Rename 'epf_bar::aligned_size' to 'epf_bar:mem_size' (Myron Stowe) [RHEL-139975] +- PCI: endpoint: pci-epf-test: Fix sleeping function being called from atomic context (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-x1e80100: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8550: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8450: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8350: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8250: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8150: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sc8280xp: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sc7280: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sa8775p: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: Update the email address for Manivannan Sadhasivam (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: amlogic,axg-pcie: Fix select schema (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8550: Add Kaanapali compatible (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: dwc: rockchip: Add RK3528 variant (Myron Stowe) [RHEL-139975] +- PCI: Fix Resizable BAR restore order (Myron Stowe) [RHEL-139975] +- PCI: Fix BAR resize rollback path overwriting ret (Myron Stowe) [RHEL-139975] +- PCI: Validate pci_rebar_size_supported() input (Myron Stowe) [RHEL-139975] +- PCI: Convert BAR sizes bitmasks to u64 (Myron Stowe) [RHEL-139975] +- drm/amdgpu: Use pci_rebar_get_max_size() (Myron Stowe) [RHEL-139975] +- drm/xe/vram: Use pci_rebar_get_max_size() (Myron Stowe) [RHEL-139975] +- PCI: Add pci_rebar_get_max_size() (Myron Stowe) [RHEL-139975] +- drm/xe/vram: Use PCI rebar helpers in resize_vram_bar() (Myron Stowe) [RHEL-139975] +- drm/i915/gt: Use pci_rebar_size_supported() (Myron Stowe) [RHEL-139975] +- PCI: Add pci_rebar_size_supported() helper (Myron Stowe) [RHEL-139975] +- PCI: Improve Resizable BAR functions kernel doc (Myron Stowe) [RHEL-139975] +- PCI: Move pci_rebar_size_to_bytes() and export it (Myron Stowe) [RHEL-139975] +- PCI: Move pci_rebar_bytes_to_size() and clean it up (Myron Stowe) [RHEL-139975] +- PCI: Move Resizable BAR code to rebar.c (Myron Stowe) [RHEL-139975] +- PCI: Prevent restoring assigned resources (Myron Stowe) [RHEL-139975] +- drm/amdgpu: Remove driver side BAR release before resize (Myron Stowe) [RHEL-139975] +- drm/i915: Remove driver side BAR release before resize (Myron Stowe) [RHEL-139975] +- PCI: Add kerneldoc for pci_resize_resource() (Myron Stowe) [RHEL-139975] +- PCI: Fix restoring BARs on BAR resize rollback path (Myron Stowe) [RHEL-139975] +- PCI: Free saved list without holding pci_bus_sem (Myron Stowe) [RHEL-139975] +- PCI: Try BAR resize even when no window was released (Myron Stowe) [RHEL-139975] +- PCI: Change pci_dev variable from 'bridge' to 'dev' (Myron Stowe) [RHEL-139975] +- PCI/IOV: Adjust ->barsz[] when changing BAR size (Myron Stowe) [RHEL-139975] +- PCI: Prevent resource tree corruption when BAR resize fails (Myron Stowe) [RHEL-139975] +- PCI/PTM: Enable only if device advertises relevant role (Myron Stowe) [RHEL-139975] +- Documentation: PCI: Amend error recovery doc with pci_save_state() rules (Myron Stowe) [RHEL-139975] +- treewide: Drop pci_save_state() after pci_restore_state() (Myron Stowe) [RHEL-139975] +- PCI/ERR: Ensure error recoverability at all times (Myron Stowe) [RHEL-139975] +- PCI/PM: Stop needlessly clearing state_saved on enumeration and thaw (Myron Stowe) [RHEL-139975] +- PCI/PM: Reinstate clearing state_saved in legacy and !PM codepaths (Myron Stowe) [RHEL-139975] +- PCI: vmd: Switch to pci_bus_find_emul_domain_nr() (Myron Stowe) [RHEL-139975] +- PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platforms (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Fix device leak at device stop (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Fix device and OF node leak at bus scan (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Fix device leak at registration (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failure (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Add optional slot clock for PCI slots (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Create pwrctrl devices only when CONFIG_PCI_PWRCTRL is enabled (Myron Stowe) [RHEL-139975] +- arm64: Kconfig: switch to HAVE_PWRCTRL (Myron Stowe) [RHEL-139975] +- wifi: ath12k: switch to PCI_PWRCTRL_PWRSEQ (Myron Stowe) [RHEL-139975] +- wifi: ath11k: switch to PCI_PWRCTRL_PWRSEQ (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Rename pwrctrl Kconfig symbols and slot module (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Add pwrctrl driver for PCI slots (Myron Stowe) [RHEL-139975] +- dt-bindings: vendor-prefixes: Document the 'pciclass' prefix (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is created (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Move pci_pwrctrl_unregister() to pci_destroy_dev() (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device() (Myron Stowe) [RHEL-139975] +- Bluetooth: mgmt: Add idle_timeout to configurable system parameters (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTU (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: Fix UAF in le_read_features_complete (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once fails (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if exists (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Add support for setting BT_PHY (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix regressions caused by reusing ident (David Marlin) [RHEL-157827] +- Bluetooth: btusb: clamp SCO altsetting table indices (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loop (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del() (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix not tracking outstanding TX ident (David Marlin) [RHEL-157827] +- Bluetooth: btintel: serialize btintel_hw_error() with hci_req_sync_lock (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix send LE flow credits in ACL link (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb (David Marlin) [RHEL-157827] +- Bluetooth: hci_ll: Fix firmware leak on error path (David Marlin) [RHEL-157827] +- Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_complete (David Marlin) [RHEL-157827] +- Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_hold (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecred_data_rcv() (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_req (David Marlin) [RHEL-157827] +- Bluetooth: qca: fix ROM version reading on WCN3998 chips (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user (David Marlin) [RHEL-157827] +- Bluetooth: HIDP: Fix possible UAF (David Marlin) [RHEL-157827] +- Bluetooth: MGMT: Fix list corruption and UAF in command complete handlers (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: Fix hci_le_create_conn_sync (David Marlin) [RHEL-157827] +- Bluetooth: ISO: Fix defer tests being unstable (David Marlin) [RHEL-157827] +- Bluetooth: SMP: make SM/PER/KDU/BI-04-C happy (David Marlin) [RHEL-157827] +- Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDU (David Marlin) [RHEL-157827] +- Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTU (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before access (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp() (David Marlin) [RHEL-157827] +- Bluetooth: Fix CIS host feature condition (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structures (David Marlin) [RHEL-157827] +- Bluetooth: purge error queues in socket destructors (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQ (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CONN_REQ (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ (David Marlin) [RHEL-157827] +- Bluetooth: hci_qca: Cleanup on all setup failures (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add device ID for Realtek RTL8761BU (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID for RTL8852CE (David Marlin) [RHEL-157827] +- Bluetooth: hci_conn: use mod_delayed_work for active mode timeout (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add USB ID 0489:e112 for Realtek 8851BE (David Marlin) [RHEL-157827] +- Bluetooth: hci_conn: Set link_policy on incoming ACL connections (David Marlin) [RHEL-157827] +- Bluetooth: hci_qca: Fix SSR (SubSystem Restart) fail when BT_EN is pulled up by hw (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add support for MediaTek7920 0489:e158 (David Marlin) [RHEL-157827] +- Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYs (David Marlin) [RHEL-157827] +- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary handler (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXB (David Marlin) [RHEL-157827] +- Bluetooth: MGMT: report BIS capability flags in supported settings (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE (David Marlin) [RHEL-157827] +- Bluetooth: HCI: Add support for LL Extended Feature Set (David Marlin) [RHEL-157827] +- drivers/bluetooth: btbcm: Use kmalloc_array() to prevent overflow (David Marlin) [RHEL-157827] +- Bluetooth: btintel_pcie: Introduce HCI Driver protocol (David Marlin) [RHEL-157827] +- Bluetooth: btusb: add new custom firmwares (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 0x13d3/0x3619 for RTL8852BE-VT (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 0x13d3/0x3618 for RTL8852BE-VT (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 0x0489/0xE12F for RTL8852BE-VT (David Marlin) [RHEL-157827] +- Bluetooth: iso: fix socket matching ambiguity between BIS and CIS (David Marlin) [RHEL-157827] +- Bluetooth: btrtl: Add the support for RTL8761CUV (David Marlin) [RHEL-157827] +- Bluetooth: Remove redundant pm_runtime_mark_last_busy() calls (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Reclassify Qualcomm WCN6855 debug packets (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV (David Marlin) [RHEL-157827] +- Bluetooth: btintel_pcie: Suspend/Resume: Controller doorbell interrupt handling (David Marlin) [RHEL-157827] +- Bluetooth: btintel_pcie: Support for S4 (Hibernate) (David Marlin) [RHEL-157827] +- Bluetooth: btusb: MT7922: Add VID/PID 0489/e170 (David Marlin) [RHEL-157827] +- Bluetooth: btusb: MT7920: Add VID/PID 0489/e135 (David Marlin) [RHEL-157827] +- Bluetooth: ISO: Fix not updating BIS sender source address (David Marlin) [RHEL-157827] +- Bluetooth: MGMT: Allow use of Set Device Flags without Add Device (David Marlin) [RHEL-157827] +- Bluetooth: ISO: Attempt to resolve broadcast address (David Marlin) [RHEL-157827] +- Bluetooth: HCI: Always use the identity address when initializing a connection (David Marlin) [RHEL-157827] +- Bluetooth: ISO: Add support to bind to trigger PAST (David Marlin) [RHEL-157827] +- Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST (David Marlin) [RHEL-157827] +- Bluetooth: HCI: Add initial support for PAST (David Marlin) [RHEL-157827] +- Bluetooth: hci_h5: implement CRC data integrity (David Marlin) [RHEL-157827] +- Bluetooth: hci_h5: avoid sending two SYNC messages (David Marlin) [RHEL-157827] +- Bluetooth: mediatek: add gpio pin to reset bt (David Marlin) [RHEL-157827] +- sfc: add transmit timestamping support (Izabela Bakollari) [RHEL-165819] +- cpufreq: intel_pstate: Fix crash during turbo disable (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Rearrange variable declaration involving __free() (Steve Best) [RHEL-133082] +- cpufreq: Pass policy pointer to ->update_limits() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Enable asym capacity only when CPU SMT is not possible (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Eliminate some code duplication (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Use mutex guard for driver locking (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Add Diamond Rapids OOB mode support (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Improve printing of debug messages (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: hybrid: Adjust energy model rules (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Add and use hybrid_has_l3() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Add and use hybrid_get_cpu_type() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Use likely() optimization in intel_pstate_sample() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Enable HWP without EPP if DEC is enabled (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Adjust frequency percentage computations (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Rearrange freq QoS updates using __free() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Remove EPB-related code (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Rearrange variable declaration involving __free() (Steve Best) [RHEL-133082] +- dpll: zl3073x: Remove redundant cleanup in devm_dpll_init() (CKI Backport Bot) [RHEL-164429] +- dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDs (CKI Backport Bot) [RHEL-164429] +- dpll: zl3073x: Fix ref frequency setting (CKI Backport Bot) [RHEL-164429] +- dpll: zl3073x: Include current frequency in supported frequencies list (CKI Backport Bot) [RHEL-164429] +- dpll: zl3073x: Add output pin frequency helper (CKI Backport Bot) [RHEL-164429] +- x86/resctrl: Fix memory bandwidth counter width for Hygon (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add missing resctrl initialization for Hygon (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Update documentation for telemetry events (Gavin Shan) [RHEL-163514] +- x86/resctrl: Enable RDT_RESOURCE_PERF_PKG (Gavin Shan) [RHEL-163514] +- fs/resctrl: Move RMID initialization to first mount (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Compute number of RMIDs as minimum across resources (Gavin Shan) [RHEL-163514] +- fs/resctrl: Move allocation/free of closid_num_dirty_rmid[] (Gavin Shan) [RHEL-163514] +- x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKG (Gavin Shan) [RHEL-163514] +- selftests/resctrl: Fix non-contiguous CBM check for Hygon (Gavin Shan) [RHEL-163514] +- selftests/resctrl: Add CPU vendor detection for Hygon (Gavin Shan) [RHEL-163514] +- selftests/resctrl: Define CPU vendor IDs as bits to match usage (Gavin Shan) [RHEL-163514] +- selftests/resctrl: Fix a division by zero error on Hygon (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add energy/perf choices to rdt boot option (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKG (Gavin Shan) [RHEL-163514] +- fs/resctrl: Refactor rmdir_mondata_subdir_allrdtgrp() (Gavin Shan) [RHEL-163514] +- fs/resctrl: Refactor mkdir_mondata_subdir() (Gavin Shan) [RHEL-163514] +- x86/resctrl: Read telemetry events (Gavin Shan) [RHEL-163514] +- x86/resctrl: Find and enable usable telemetry events (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Add architectural event pointer (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Fill in details of events for performance and energy GUIDs (Gavin Shan) [RHEL-163514] +- x86/resctrl: Discover hardware telemetry events (Gavin Shan) [RHEL-163514] +- fs/resctrl: Emphasize that L3 monitoring resource is required for summing domains (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Add and initialize a resource for package scope monitoring (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Add an architectural hook called for first mount (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Support binary fixed point event counters (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Handle events that can be read from any CPU (Gavin Shan) [RHEL-163514] +- fs/resctrl: Make event details accessible to functions when reading events (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Rename some L3 specific functions (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Use struct rdt_domain_hdr when reading counters (Gavin Shan) [RHEL-163514] +- fs/resctrl: Split L3 dependent parts out of __mon_event_count() (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdr (Gavin Shan) [RHEL-163514] +- x86/resctrl: Clean up domain_remove_cpu_ctrl() (Gavin Shan) [RHEL-163514] +- x86/resctrl: Refactor domain_remove_cpu_mon() ready for new domain types (Gavin Shan) [RHEL-163514] +- x86/resctrl: Move L3 initialization into new helper function (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Improve domain type checking (Gavin Shan) [RHEL-163514] +- fs/resctrl: Update bit_usage to reflect io_alloc (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce interface to modify io_alloc capacity bitmasks (Gavin Shan) [RHEL-163514] +- fs/resctrl: Modify struct rdt_parse_data to pass mode and CLOSID (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce interface to display io_alloc CBMs (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add user interface to enable/disable io_alloc feature (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce interface to display "io_alloc" support (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Implement "io_alloc" enable/disable handlers (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Detect io_alloc feature (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add SDCIAE feature in the command line options (Gavin Shan) [RHEL-163514] +- x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement (Gavin Shan) [RHEL-163514] +- fs/resctrl: Consider sparse masks when initializing new group's allocation (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mbm_event mode (Gavin Shan) [RHEL-163514] +- x86/resctrl: Support Sub-NUMA Cluster (SNC) mode on Clearwater Forest (Gavin Shan) [RHEL-163514] +- fs/resctrl: Fix counter auto-assignment on mkdir with mbm_event enabled (Gavin Shan) [RHEL-163514] +- MAINTAINERS: resctrl: Add myself as reviewer (Gavin Shan) [RHEL-163514] +- x86/resctrl: Configure mbm_event mode if supported (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce the interface to switch between monitor modes (Gavin Shan) [RHEL-163514] +- fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce the interface to modify assignments in a group (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce mbm_L3_assignments to list assignments in a group (Gavin Shan) [RHEL-163514] +- fs/resctrl: Auto assign counters on mkdir and clean up on group removal (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir (Gavin Shan) [RHEL-163514] +- fs/resctrl: Provide interface to update the event configurations (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add event configuration directory under info/L3_MON/ (Gavin Shan) [RHEL-163514] +- fs/resctrl: Support counter read/reset with mbm_event assignment mode (Gavin Shan) [RHEL-163514] +- fs/resctrl: Pass struct rdtgroup instead of individual members (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add the functionality to unassign MBM events (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add the functionality to assign MBM events (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce event configuration field in struct mon_evt (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add data structures and definitions for ABMC assignment (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce interface to display number of free MBM counters (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add resctrl file to display number of assignable counters (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce the interface to display monitoring modes (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add support to enable/disable AMD ABMC feature (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Consolidate monitoring related data from rdt_resource (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add ABMC feature in the command line options (Gavin Shan) [RHEL-163514] +- x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC) (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Prepare for more monitor events (Gavin Shan) [RHEL-163514] +- x86/resctrl: Remove the rdt_mon_features global variable (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Replace architecture event enabled checks (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Consolidate monitor event descriptions (Gavin Shan) [RHEL-163514] +- fs/resctrl: Optimize code in rdt_get_tree() (Gavin Shan) [RHEL-163514] +- Documentation: Fix filesystems typos (Gavin Shan) [RHEL-163514] +- ACPI: CPPC: add APIs and sysfs interface for perf_limited (Mark Langsdorf) [RHEL-143330] +- cpufreq: cppc: Update MIN_PERF/MAX_PERF in target callbacks (Mark Langsdorf) [RHEL-143330] +- cpufreq: CPPC: Update cached perf_ctrls on sysfs write (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Extend cppc_set_epp_perf() for FFH/SystemMemory (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Warn on missing mandatory DESIRED_PERF register (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Add cppc_get_perf() API to read performance controls (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Rename EPP constants for clarity (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Clean up cppc_perf_caps and cppc_perf_ctrls structs (Mark Langsdorf) [RHEL-143330] +- cpufreq: CPPC: Add generic helpers for sysfs show/store (Mark Langsdorf) [RHEL-143330] +- intel_idle: Add C-states validation (Steve Best) [RHEL-129779] +- intel_idle: Add cmdline option to adjust C-states table (Steve Best) [RHEL-129779] +- intel_idle: Initialize sysfs after cpuidle driver initialization (Steve Best) [RHEL-129779] +- intel_idle: Remove the 'preferred_cstates' parameter (Steve Best) [RHEL-129779] +- intel_idle: Remove unused driver version constant (Steve Best) [RHEL-129779] +- intel_idle: Remove unnecessary address-of operators (Steve Best) [RHEL-129779] +- rv: Fix handle_task_newtask prototype (Gabriele Monaco) [RHEL-116706] +- redhat/configs: Enable additional RV monitors on debug kernels (Gabriele Monaco) [RHEL-116706] +- redhat/configs: Enable sched and rtapp RV monitors (Gabriele Monaco) [RHEL-116706] +- ACPI: CPPC: Fix remaining for_each_possible_cpu() to use online CPUs (Mark Langsdorf) [RHEL-151651] +- ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs (Mark Langsdorf) [RHEL-151651] +- ACPI: CPPC: Perform fast check switch only for online CPUs (Mark Langsdorf) [RHEL-151651] +- ACPI: CPPC: Check _CPC validity for only the online CPUs (Mark Langsdorf) [RHEL-151651] +- ACPI: CPPC: Detect preferred core availability on online CPUs (Mark Langsdorf) [RHEL-151651] +- redhat/configs: automotive: enable SPI_OMAP24XX as a module (Jared Kangas) [RHEL-118418] +Resolves: RHEL-116706, RHEL-118418, RHEL-129779, RHEL-133082, RHEL-139975, RHEL-143330, RHEL-151651, RHEL-157827, RHEL-163514, RHEL-164429, RHEL-165819, RHEL-169566, RHEL-170163 + +* Tue Apr 21 2026 CKI KWF Bot [6.12.0-224.el10] +- tools/power turbostat: Allow execution to continue after perf_l2_init() failure (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix delimiter bug in print functions (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix --show/--hide for individual cpuidle counters (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix incorrect format variable (Steve Best) [RHEL-129778] +- tools/power turbostat: Consistently use print_float_value() (Steve Best) [RHEL-129778] +- tools/power/turbostat: Fix microcode patch level output for AMD/Hygon (Steve Best) [RHEL-129778] +- tools/power turbostat: Eliminate unnecessary data structure allocation (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix swidle header vs data display (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix illegal memory access when SMT is present and disabled (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix AMD RAPL regression (Steve Best) [RHEL-129778] +- tools/power turbostat: version 2026.02.14 (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix and document --header_iterations (Steve Best) [RHEL-129778] +- tools/power turbostat: Use strtoul() for iteration parsing (Steve Best) [RHEL-129778] +- tools/power turbostat: Favor cpu# over core# (Steve Best) [RHEL-129778] +- tools/power turbostat: Expunge logical_cpu_id (Steve Best) [RHEL-129778] +- tools/power turbostat: Enhance HT enumeration (Steve Best) [RHEL-129778] +- tools/power turbostat: Simplify global core_id calculation (Steve Best) [RHEL-129778] +- tools/power turbostat: Unify even/odd/average counter referencing (Steve Best) [RHEL-129778] +- tools/power turbostat: Allocate average counters dynamically (Steve Best) [RHEL-129778] +- tools/power turbostat: Delete core_data.core_id (Steve Best) [RHEL-129778] +- tools/power turbostat: Rename physical_core_id to core_id (Steve Best) [RHEL-129778] +- tools/power turbostat: Cleanup package_id (Steve Best) [RHEL-129778] +- tools/power turbostat: Cleanup internal use of "base_cpu" (Steve Best) [RHEL-129778] +- tools/power turbostat: Add L2 cache statistics (Steve Best) [RHEL-129778] +- tools/power turbostat: Remove redundant newlines from err(3) strings (Steve Best) [RHEL-129778] +- tools/power turbostat: Allow more use of is_hybrid flag (Steve Best) [RHEL-129778] +- tools/power turbostat: Rename "LLCkRPS" column to "LLCMRPS" (Steve Best) [RHEL-129778] +- tools/power turbostat.8: Document the "--force" option (Steve Best) [RHEL-129778] +- tools/power turbostat.8: Document Totl%%C0, Any%%C0, GFX%%C0, CPUGFX%% columns (Steve Best) [RHEL-129778] +- tools/power turbostat: Harden against unexpected values (Steve Best) [RHEL-129778] +- tools/power turbostat: Dump hypervisor name (Steve Best) [RHEL-129778] +- tools/power turbostat: Dump CPUID.1.ECX[31] (Hypervisor) (Steve Best) [RHEL-129778] +- tools/power turbostat: Dump CPUID(1) consistently with CPUID(6) (Steve Best) [RHEL-129778] +- tools/power turbostat: AMD: msr offset 0x611 read failed: Input/output error (Steve Best) [RHEL-129778] +- tools/power turbostat: version 2025.12.02 (Steve Best) [RHEL-129778] +- tools/power turbostat: Print wide names only for RAW 64-bit columns (Steve Best) [RHEL-129778] +- tools/power turbostat: Print percentages in 8-columns (Steve Best) [RHEL-129778] +- tools/power turbostat: Print "nan" for out of range percentages (Steve Best) [RHEL-129778] +- tools/power turbostat: Validate APERF access for VMWARE (Steve Best) [RHEL-129778] +- tools/power turbostat: Enhance perf probe (Steve Best) [RHEL-129778] +- tools/power turbostat: Validate RAPL MSRs for AWS Nitro Hypervisor (Steve Best) [RHEL-129778] +- tools/power turbostat: Add run-time MSR driver probe (Steve Best) [RHEL-129778] +- tools/power turbostat: Set per_cpu_msr_sum to NULL after free (Steve Best) [RHEL-129778] +- tools/power turbostat: Add LLC stats (Steve Best) [RHEL-129778] +- tools/power turbostat.8: fix typo: idle_pct should be pct_idle (Steve Best) [RHEL-129778] +- tools/power turbostat: Remove dead code (Steve Best) [RHEL-129778] +- tools/power turbostat: Refactor floating point printout code (Steve Best) [RHEL-129778] +- tools/power turbostat.8: Update example (Steve Best) [RHEL-129778] +- tools/power turbostat: Refactor added-counter value printing code (Steve Best) [RHEL-129778] +- tools/power turbostat: Refactor added column header printing (Steve Best) [RHEL-129778] +- tools/power turbostat: Add Wildcat Lake and Nova Lake support (Steve Best) [RHEL-129778] +- tools/power turbostat: Regression fix Uncore MHz printed in hex (Steve Best) [RHEL-129778] +- net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks (CKI Backport Bot) [RHEL-164343] {CVE-2026-23270} +- Prevent stripping of rtla and rv binaries during install (John Kacur) [RHEL-85865 RHEL-85868] +- Fix rtla and rv debuginfo package definitions (John Kacur) [RHEL-85865 RHEL-85868] +- Add debuginfo package for rtla tool (John Kacur) [RHEL-85865 RHEL-85868] +- Add debuginfo package for rv tool (John Kacur) [RHEL-85865 RHEL-85868] +- iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show (Jerry Snitselaar) [RHEL-140474] +- redhat/configs: Enable AMD IOMMU DebugFS support (Jerry Snitselaar) [RHEL-140474] +Resolves: RHEL-129778, RHEL-140474, RHEL-145204, RHEL-164343, RHEL-85865, RHEL-85868 + * Fri Apr 17 2026 CKI KWF Bot [6.12.0-223.el10] - nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (CKI Backport Bot) [RHEL-168570] {CVE-2026-31402} - mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function (Desnes Nunes) [RHEL-147795] diff --git a/kernel.spec b/kernel.spec index f8d5df99c..9e753076a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -6,7 +6,10 @@ # Disable frame pointers %undefine _include_frame_pointers -# Disable LTO in userspace packages. +# Save default LTO flags before disabling (for use with kernel tools). +%global _default_lto_cflags %{_lto_cflags} + +# Disable LTO in userspace packages (disabled for perf). %global _lto_cflags %{nil} # Option to enable compiling with clang instead of gcc. @@ -176,15 +179,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 223.5 +%define pkgrelease 225.6 %define kversion 6 -%define tarfile_release 6.12.0-223.5.el10nv +%define tarfile_release 6.12.0-225.6.el10nv # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 223.5%{?buildid}%{?dist} +%define specrelease 225.6%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-223.5.el10nv +%define kabiversion 6.12.0-225.6.el10nv # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -1378,6 +1381,24 @@ the real-time properties of Linux. Instead of testing Linux as a black box, rtla leverages kernel tracing capabilities to provide precise information about the properties and root causes of unexpected results. +%if %{with_debuginfo} +%package -n rtla-debuginfo +%if 0%{gemini} +Epoch: %{gemini} +%endif +Summary: Debug information for package rtla +Requires: %{name}-debuginfo-common-%{_target_cpu} = %{version}-%{release} +AutoReqProv: no +%description -n rtla-debuginfo +This package provides debug information for the rtla package. + +# Note that this pattern only works right to match the .build-id +# symlinks because of the trailing nonmatching alternation and +# the leading .*, because of find-debuginfo.sh's buggy handling +# of matching the pattern against the symlinks file. +%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/rtla(\.debug)?|.*%%{_bindir}/hwnoise(\.debug)?|.*%%{_bindir}/osnoise(\.debug)?|.*%%{_bindir}/timerlat(\.debug)?|XXX' -o rtla-debuginfo.list} +%endif + %package -n rv Summary: RV: Runtime Verification %description -n rv @@ -1386,7 +1407,22 @@ complements classical exhaustive verification techniques (such as model checking and theorem proving) with a more practical approach for complex systems. The rv tool is the interface for a collection of monitors that aim -analysing the logical and timing behavior of Linux. +to analyze the logical and timing behavior of Linux. + +%if %{with_debuginfo} +%package -n rv-debuginfo +Summary: Debug information for package rv +Requires: %{name}-debuginfo-common-%{_target_cpu} = %{version}-%{release} +AutoReqProv: no +%description -n rv-debuginfo +This package provides debug information for the rv package. + +# Note that this pattern only works right to match the .build-id +# symlinks because of the trailing nonmatching alternation and +# the leading .*, because of find-debuginfo.sh's buggy handling +# of matching the pattern against the symlinks file. +%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/rv(\.debug)?|XXX' -o rv-debuginfo.list} +%endif # with_tools %endif @@ -3137,7 +3173,7 @@ chmod +x tools/perf/check-headers.sh %endif %global tools_make \ - CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" EXTRA_CFLAGS="${RPM_OPT_FLAGS}" %{make} %{?make_opts} + CFLAGS="${RPM_OPT_FLAGS} %{_default_lto_cflags}" LDFLAGS="%{__global_ldflags}" EXTRA_CFLAGS="${RPM_OPT_FLAGS} %{_default_lto_cflags}" %{make} %{?make_opts} %ifarch %{cpupowerarchs} # link against in-tree libcpupower for idle state support @@ -3576,10 +3612,10 @@ install -m755 slabinfo %{buildroot}%{_bindir}/slabinfo install -m755 page_owner_sort %{buildroot}%{_bindir}/page_owner_sort popd pushd tools/verification/rv/ -%{tools_make} DESTDIR=%{buildroot} install +%{tools_make} DESTDIR=%{buildroot} STRIP=/bin/true install popd pushd tools/tracing/rtla/ -%{tools_make} DESTDIR=%{buildroot} install +%{tools_make} DESTDIR=%{buildroot} STRIP=/bin/true install rm -f %{buildroot}%{_bindir}/hwnoise rm -f %{buildroot}%{_bindir}/osnoise rm -f %{buildroot}%{_bindir}/timerlat @@ -4311,6 +4347,10 @@ fi\ %{_mandir}/man1/rtla-timerlat.1.gz %{_mandir}/man1/rtla.1.gz +%if %{with_debuginfo} +%files -f rtla-debuginfo.list -n rtla-debuginfo +%endif + %files -n rv %{_bindir}/rv %{_mandir}/man1/rv-list.1.gz @@ -4320,6 +4360,10 @@ fi\ %{_mandir}/man1/rv-mon-sched.1.gz %{_mandir}/man1/rv.1.gz +%if %{with_debuginfo} +%files -f rv-debuginfo.list -n rv-debuginfo +%endif + # with_tools %endif @@ -4499,6 +4543,10 @@ fi\ # # %changelog +* Mon May 04 2026 Jan Stancek [6.12.0-225.6.el10nv] +- Merge tag 'kernel-6.12.0-225.el10' into main-aie-nv (Jan Stancek) [VOYAGER-551] +- soc/tegra: Use Arm SMCCC to get chip ID, revision, and platform info (Steve Dunnagan) [VOYAGER-74] + * Thu Apr 30 2026 Jan Stancek [6.12.0-223.5.el10nv] - i2c: tegra: Add support for Tegra410 (Mark Salter) [VOYAGER-82] - i2c: tegra: Add logic to support different register offsets (Mark Salter) [VOYAGER-82] @@ -4604,6 +4652,390 @@ fi\ - redhat: build only for aarch64 64k and x86_64 variants (Jan Stancek) - redhat: set up initial Makefile.variables (Jan Stancek) +* Tue Apr 28 2026 CKI KWF Bot [6.12.0-225.el10] +- firmware: qcom_scm: Use TASK_IDLE state in wait_for_wq_completion() (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom_scm: Support multiple waitq contexts (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom_scm: Add API to get waitqueue IRQ info (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: allow QSEECOM on Surface Pro 11 (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: tzmem: export shm_bridge create/delete (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: add support for object invocation (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: Allow QSEECOM on Dell Inspiron 7441 / Latitude 7455 (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: Allow QSEECOM on Lenovo Thinkbook 16 (Mattijs Korpershoek) [RHEL-170163] +- firmware: qcom: scm: Allow QSEECOM on HAMOA-IOT-EVK (Mattijs Korpershoek) [RHEL-170163] +- crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id (CKI Backport Bot) [RHEL-169566] {CVE-2025-68724} +- PCI: hv: Fix double ida_free in hv_pci_probe error path (Myron Stowe) [RHEL-139975] +- PCI: endpoint: pci-epf-vntb: Fix MSI doorbell IRQ unwind (Myron Stowe) [RHEL-139975] +- PCI: s32g: Skip Root Port removal during success (Myron Stowe) [RHEL-139975] +- PCI: Provide pci_free_irq_vectors() stub (Myron Stowe) [RHEL-139975] +- PCI: meson: Report that link is up while in ASPM L0s and L1 states (Myron Stowe) [RHEL-139975] +- PCI: qcom: Remove ASPM L0s support for MSM8996 SoC (Myron Stowe) [RHEL-139975] +- MAINTAINERS: Add Manivannan Sadhasivam as PCI/pwrctrl maintainer (Myron Stowe) [RHEL-139975] +- PCI: Use max() instead of max_t() to ease static analysis (Myron Stowe) [RHEL-139975] +- PCI: qcom: Implement .assert_perst() (Myron Stowe) [RHEL-139975] +- PCI: dwc: Implement .assert_perst() for dwc glue drivers (Myron Stowe) [RHEL-139975] +- PCI: Add .assert_perst() to control PCIe PERST# (Myron Stowe) [RHEL-139975] +- MAINTAINERS: Add NXP S32G PCIe controller driver maintainer (Myron Stowe) [RHEL-139975] +- PCI: s32g: Add NXP S32G PCIe controller driver (RC) (Myron Stowe) [RHEL-139975] +- PCI: dwc: Add register and bitfield definitions (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: s32g: Add NXP S32G PCIe controller (Myron Stowe) [RHEL-139975] +- PCI: rcar-gen2: Drop ARM dependency from PCI_RCAR_GEN2 (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: amlogic: Fix the register name of the DBI region (Myron Stowe) [RHEL-139975] +- PCI: mediatek: Add support for Airoha AN7583 SoC (Myron Stowe) [RHEL-139975] +- PCI: mediatek: Use generic MACRO for TPVPERL delay (Myron Stowe) [RHEL-139975] +- PCI: mediatek: Convert bool to single quirks entry and bitmap (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: mediatek: Add support for Airoha AN7583 (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: mediatek: Convert to YAML schema (Myron Stowe) [RHEL-139975] +- PCI: keystone: Add support to build as a loadable module (Myron Stowe) [RHEL-139975] +- PCI: dwc: Export dw_pcie_allocate_domains() and dw_pcie_ep_raise_msix_irq() (Myron Stowe) [RHEL-139975] +- PCI: Export pci_get_host_bridge_device() for use by pci-keystone (Myron Stowe) [RHEL-139975] +- PCI: keystone: Exit ks_pcie_probe() for invalid mode (Myron Stowe) [RHEL-139975] +- PCI: j721e: Use 'pcie->reset_gpio' directly and drop the local variable (Myron Stowe) [RHEL-139975] +- PCI: j721e: Use devm_clk_get_optional_enabled() to get and enable the clock (Myron Stowe) [RHEL-139975] +- PCI: ixp4xx: Guard ARM32-specific hook_fault_code() (Myron Stowe) [RHEL-139975] +- PCI: dw-rockchip: Simplify regulator setup with devm_regulator_get_enable_optional() (Myron Stowe) [RHEL-139975] +- PCI: dw-rockchip: Configure L1SS support (Myron Stowe) [RHEL-139975] +- PCI: tegra194: Remove unnecessary L1SS disable code (Myron Stowe) [RHEL-139975] +- PCI: dwc: Advertise L1 PM Substates only if driver requests it (Myron Stowe) [RHEL-139975] +- PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition (Myron Stowe) [RHEL-139975] +- PCI: brcmstb: Add panic/die handler to driver (Myron Stowe) [RHEL-139975] +- PCI: brcmstb: Add a way to indicate if PCIe bridge is active (Myron Stowe) [RHEL-139975] +- PCI: brcmstb: Fix disabling L0s capability (Myron Stowe) [RHEL-139975] +- PCI: host-generic: Move bridge allocation outside of pci_host_common_init() (Myron Stowe) [RHEL-139975] +- PCI: endpoint: pci-epf-vntb: Add MSI doorbell support (Myron Stowe) [RHEL-139975] +- PCI: endpoint: Add pci_epf_assign_bar_space() API (Myron Stowe) [RHEL-139975] +- PCI: endpoint: Add pci_epf_get_required_bar_size() helper (Myron Stowe) [RHEL-139975] +- PCI: endpoint: Rename 'epf_bar::aligned_size' to 'epf_bar:mem_size' (Myron Stowe) [RHEL-139975] +- PCI: endpoint: pci-epf-test: Fix sleeping function being called from atomic context (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-x1e80100: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8550: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8450: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8350: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8250: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8150: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sc8280xp: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sc7280: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sa8775p: Add missing required power-domains and resets (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: Update the email address for Manivannan Sadhasivam (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: amlogic,axg-pcie: Fix select schema (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: qcom,pcie-sm8550: Add Kaanapali compatible (Myron Stowe) [RHEL-139975] +- dt-bindings: PCI: dwc: rockchip: Add RK3528 variant (Myron Stowe) [RHEL-139975] +- PCI: Fix Resizable BAR restore order (Myron Stowe) [RHEL-139975] +- PCI: Fix BAR resize rollback path overwriting ret (Myron Stowe) [RHEL-139975] +- PCI: Validate pci_rebar_size_supported() input (Myron Stowe) [RHEL-139975] +- PCI: Convert BAR sizes bitmasks to u64 (Myron Stowe) [RHEL-139975] +- drm/amdgpu: Use pci_rebar_get_max_size() (Myron Stowe) [RHEL-139975] +- drm/xe/vram: Use pci_rebar_get_max_size() (Myron Stowe) [RHEL-139975] +- PCI: Add pci_rebar_get_max_size() (Myron Stowe) [RHEL-139975] +- drm/xe/vram: Use PCI rebar helpers in resize_vram_bar() (Myron Stowe) [RHEL-139975] +- drm/i915/gt: Use pci_rebar_size_supported() (Myron Stowe) [RHEL-139975] +- PCI: Add pci_rebar_size_supported() helper (Myron Stowe) [RHEL-139975] +- PCI: Improve Resizable BAR functions kernel doc (Myron Stowe) [RHEL-139975] +- PCI: Move pci_rebar_size_to_bytes() and export it (Myron Stowe) [RHEL-139975] +- PCI: Move pci_rebar_bytes_to_size() and clean it up (Myron Stowe) [RHEL-139975] +- PCI: Move Resizable BAR code to rebar.c (Myron Stowe) [RHEL-139975] +- PCI: Prevent restoring assigned resources (Myron Stowe) [RHEL-139975] +- drm/amdgpu: Remove driver side BAR release before resize (Myron Stowe) [RHEL-139975] +- drm/i915: Remove driver side BAR release before resize (Myron Stowe) [RHEL-139975] +- PCI: Add kerneldoc for pci_resize_resource() (Myron Stowe) [RHEL-139975] +- PCI: Fix restoring BARs on BAR resize rollback path (Myron Stowe) [RHEL-139975] +- PCI: Free saved list without holding pci_bus_sem (Myron Stowe) [RHEL-139975] +- PCI: Try BAR resize even when no window was released (Myron Stowe) [RHEL-139975] +- PCI: Change pci_dev variable from 'bridge' to 'dev' (Myron Stowe) [RHEL-139975] +- PCI/IOV: Adjust ->barsz[] when changing BAR size (Myron Stowe) [RHEL-139975] +- PCI: Prevent resource tree corruption when BAR resize fails (Myron Stowe) [RHEL-139975] +- PCI/PTM: Enable only if device advertises relevant role (Myron Stowe) [RHEL-139975] +- Documentation: PCI: Amend error recovery doc with pci_save_state() rules (Myron Stowe) [RHEL-139975] +- treewide: Drop pci_save_state() after pci_restore_state() (Myron Stowe) [RHEL-139975] +- PCI/ERR: Ensure error recoverability at all times (Myron Stowe) [RHEL-139975] +- PCI/PM: Stop needlessly clearing state_saved on enumeration and thaw (Myron Stowe) [RHEL-139975] +- PCI/PM: Reinstate clearing state_saved in legacy and !PM codepaths (Myron Stowe) [RHEL-139975] +- PCI: vmd: Switch to pci_bus_find_emul_domain_nr() (Myron Stowe) [RHEL-139975] +- PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platforms (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Fix device leak at device stop (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Fix device and OF node leak at bus scan (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Fix device leak at registration (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failure (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Add optional slot clock for PCI slots (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Create pwrctrl devices only when CONFIG_PCI_PWRCTRL is enabled (Myron Stowe) [RHEL-139975] +- arm64: Kconfig: switch to HAVE_PWRCTRL (Myron Stowe) [RHEL-139975] +- wifi: ath12k: switch to PCI_PWRCTRL_PWRSEQ (Myron Stowe) [RHEL-139975] +- wifi: ath11k: switch to PCI_PWRCTRL_PWRSEQ (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Rename pwrctrl Kconfig symbols and slot module (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Add pwrctrl driver for PCI slots (Myron Stowe) [RHEL-139975] +- dt-bindings: vendor-prefixes: Document the 'pciclass' prefix (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is created (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Move pci_pwrctrl_unregister() to pci_destroy_dev() (Myron Stowe) [RHEL-139975] +- PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device() (Myron Stowe) [RHEL-139975] +- Bluetooth: mgmt: Add idle_timeout to configurable system parameters (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTU (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: Fix UAF in le_read_features_complete (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once fails (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if exists (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Add support for setting BT_PHY (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix regressions caused by reusing ident (David Marlin) [RHEL-157827] +- Bluetooth: btusb: clamp SCO altsetting table indices (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loop (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del() (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix not tracking outstanding TX ident (David Marlin) [RHEL-157827] +- Bluetooth: btintel: serialize btintel_hw_error() with hci_req_sync_lock (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix send LE flow credits in ACL link (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb (David Marlin) [RHEL-157827] +- Bluetooth: hci_ll: Fix firmware leak on error path (David Marlin) [RHEL-157827] +- Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_complete (David Marlin) [RHEL-157827] +- Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_hold (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecred_data_rcv() (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_req (David Marlin) [RHEL-157827] +- Bluetooth: qca: fix ROM version reading on WCN3998 chips (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user (David Marlin) [RHEL-157827] +- Bluetooth: HIDP: Fix possible UAF (David Marlin) [RHEL-157827] +- Bluetooth: MGMT: Fix list corruption and UAF in command complete handlers (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: Fix hci_le_create_conn_sync (David Marlin) [RHEL-157827] +- Bluetooth: ISO: Fix defer tests being unstable (David Marlin) [RHEL-157827] +- Bluetooth: SMP: make SM/PER/KDU/BI-04-C happy (David Marlin) [RHEL-157827] +- Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDU (David Marlin) [RHEL-157827] +- Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTU (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before access (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp() (David Marlin) [RHEL-157827] +- Bluetooth: Fix CIS host feature condition (David Marlin) [RHEL-157827] +- Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structures (David Marlin) [RHEL-157827] +- Bluetooth: purge error queues in socket destructors (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQ (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CONN_REQ (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ (David Marlin) [RHEL-157827] +- Bluetooth: hci_qca: Cleanup on all setup failures (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short (David Marlin) [RHEL-157827] +- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add device ID for Realtek RTL8761BU (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID for RTL8852CE (David Marlin) [RHEL-157827] +- Bluetooth: hci_conn: use mod_delayed_work for active mode timeout (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add USB ID 0489:e112 for Realtek 8851BE (David Marlin) [RHEL-157827] +- Bluetooth: hci_conn: Set link_policy on incoming ACL connections (David Marlin) [RHEL-157827] +- Bluetooth: hci_qca: Fix SSR (SubSystem Restart) fail when BT_EN is pulled up by hw (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add support for MediaTek7920 0489:e158 (David Marlin) [RHEL-157827] +- Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYs (David Marlin) [RHEL-157827] +- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary handler (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXB (David Marlin) [RHEL-157827] +- Bluetooth: MGMT: report BIS capability flags in supported settings (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE (David Marlin) [RHEL-157827] +- Bluetooth: HCI: Add support for LL Extended Feature Set (David Marlin) [RHEL-157827] +- drivers/bluetooth: btbcm: Use kmalloc_array() to prevent overflow (David Marlin) [RHEL-157827] +- Bluetooth: btintel_pcie: Introduce HCI Driver protocol (David Marlin) [RHEL-157827] +- Bluetooth: btusb: add new custom firmwares (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 0x13d3/0x3619 for RTL8852BE-VT (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 0x13d3/0x3618 for RTL8852BE-VT (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 0x0489/0xE12F for RTL8852BE-VT (David Marlin) [RHEL-157827] +- Bluetooth: iso: fix socket matching ambiguity between BIS and CIS (David Marlin) [RHEL-157827] +- Bluetooth: btrtl: Add the support for RTL8761CUV (David Marlin) [RHEL-157827] +- Bluetooth: Remove redundant pm_runtime_mark_last_busy() calls (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Reclassify Qualcomm WCN6855 debug packets (David Marlin) [RHEL-157827] +- Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV (David Marlin) [RHEL-157827] +- Bluetooth: btintel_pcie: Suspend/Resume: Controller doorbell interrupt handling (David Marlin) [RHEL-157827] +- Bluetooth: btintel_pcie: Support for S4 (Hibernate) (David Marlin) [RHEL-157827] +- Bluetooth: btusb: MT7922: Add VID/PID 0489/e170 (David Marlin) [RHEL-157827] +- Bluetooth: btusb: MT7920: Add VID/PID 0489/e135 (David Marlin) [RHEL-157827] +- Bluetooth: ISO: Fix not updating BIS sender source address (David Marlin) [RHEL-157827] +- Bluetooth: MGMT: Allow use of Set Device Flags without Add Device (David Marlin) [RHEL-157827] +- Bluetooth: ISO: Attempt to resolve broadcast address (David Marlin) [RHEL-157827] +- Bluetooth: HCI: Always use the identity address when initializing a connection (David Marlin) [RHEL-157827] +- Bluetooth: ISO: Add support to bind to trigger PAST (David Marlin) [RHEL-157827] +- Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST (David Marlin) [RHEL-157827] +- Bluetooth: HCI: Add initial support for PAST (David Marlin) [RHEL-157827] +- Bluetooth: hci_h5: implement CRC data integrity (David Marlin) [RHEL-157827] +- Bluetooth: hci_h5: avoid sending two SYNC messages (David Marlin) [RHEL-157827] +- Bluetooth: mediatek: add gpio pin to reset bt (David Marlin) [RHEL-157827] +- sfc: add transmit timestamping support (Izabela Bakollari) [RHEL-165819] +- cpufreq: intel_pstate: Fix crash during turbo disable (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Rearrange variable declaration involving __free() (Steve Best) [RHEL-133082] +- cpufreq: Pass policy pointer to ->update_limits() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Enable asym capacity only when CPU SMT is not possible (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Eliminate some code duplication (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Use mutex guard for driver locking (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Add Diamond Rapids OOB mode support (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Improve printing of debug messages (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: hybrid: Adjust energy model rules (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Add and use hybrid_has_l3() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Add and use hybrid_get_cpu_type() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Use likely() optimization in intel_pstate_sample() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Enable HWP without EPP if DEC is enabled (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Adjust frequency percentage computations (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Rearrange freq QoS updates using __free() (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Remove EPB-related code (Steve Best) [RHEL-133082] +- cpufreq: intel_pstate: Rearrange variable declaration involving __free() (Steve Best) [RHEL-133082] +- dpll: zl3073x: Remove redundant cleanup in devm_dpll_init() (CKI Backport Bot) [RHEL-164429] +- dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDs (CKI Backport Bot) [RHEL-164429] +- dpll: zl3073x: Fix ref frequency setting (CKI Backport Bot) [RHEL-164429] +- dpll: zl3073x: Include current frequency in supported frequencies list (CKI Backport Bot) [RHEL-164429] +- dpll: zl3073x: Add output pin frequency helper (CKI Backport Bot) [RHEL-164429] +- x86/resctrl: Fix memory bandwidth counter width for Hygon (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add missing resctrl initialization for Hygon (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Update documentation for telemetry events (Gavin Shan) [RHEL-163514] +- x86/resctrl: Enable RDT_RESOURCE_PERF_PKG (Gavin Shan) [RHEL-163514] +- fs/resctrl: Move RMID initialization to first mount (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Compute number of RMIDs as minimum across resources (Gavin Shan) [RHEL-163514] +- fs/resctrl: Move allocation/free of closid_num_dirty_rmid[] (Gavin Shan) [RHEL-163514] +- x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKG (Gavin Shan) [RHEL-163514] +- selftests/resctrl: Fix non-contiguous CBM check for Hygon (Gavin Shan) [RHEL-163514] +- selftests/resctrl: Add CPU vendor detection for Hygon (Gavin Shan) [RHEL-163514] +- selftests/resctrl: Define CPU vendor IDs as bits to match usage (Gavin Shan) [RHEL-163514] +- selftests/resctrl: Fix a division by zero error on Hygon (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add energy/perf choices to rdt boot option (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKG (Gavin Shan) [RHEL-163514] +- fs/resctrl: Refactor rmdir_mondata_subdir_allrdtgrp() (Gavin Shan) [RHEL-163514] +- fs/resctrl: Refactor mkdir_mondata_subdir() (Gavin Shan) [RHEL-163514] +- x86/resctrl: Read telemetry events (Gavin Shan) [RHEL-163514] +- x86/resctrl: Find and enable usable telemetry events (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Add architectural event pointer (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Fill in details of events for performance and energy GUIDs (Gavin Shan) [RHEL-163514] +- x86/resctrl: Discover hardware telemetry events (Gavin Shan) [RHEL-163514] +- fs/resctrl: Emphasize that L3 monitoring resource is required for summing domains (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Add and initialize a resource for package scope monitoring (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Add an architectural hook called for first mount (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Support binary fixed point event counters (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Handle events that can be read from any CPU (Gavin Shan) [RHEL-163514] +- fs/resctrl: Make event details accessible to functions when reading events (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Rename some L3 specific functions (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Use struct rdt_domain_hdr when reading counters (Gavin Shan) [RHEL-163514] +- fs/resctrl: Split L3 dependent parts out of __mon_event_count() (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdr (Gavin Shan) [RHEL-163514] +- x86/resctrl: Clean up domain_remove_cpu_ctrl() (Gavin Shan) [RHEL-163514] +- x86/resctrl: Refactor domain_remove_cpu_mon() ready for new domain types (Gavin Shan) [RHEL-163514] +- x86/resctrl: Move L3 initialization into new helper function (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Improve domain type checking (Gavin Shan) [RHEL-163514] +- fs/resctrl: Update bit_usage to reflect io_alloc (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce interface to modify io_alloc capacity bitmasks (Gavin Shan) [RHEL-163514] +- fs/resctrl: Modify struct rdt_parse_data to pass mode and CLOSID (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce interface to display io_alloc CBMs (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add user interface to enable/disable io_alloc feature (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce interface to display "io_alloc" support (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Implement "io_alloc" enable/disable handlers (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Detect io_alloc feature (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add SDCIAE feature in the command line options (Gavin Shan) [RHEL-163514] +- x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement (Gavin Shan) [RHEL-163514] +- fs/resctrl: Consider sparse masks when initializing new group's allocation (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mbm_event mode (Gavin Shan) [RHEL-163514] +- x86/resctrl: Support Sub-NUMA Cluster (SNC) mode on Clearwater Forest (Gavin Shan) [RHEL-163514] +- fs/resctrl: Fix counter auto-assignment on mkdir with mbm_event enabled (Gavin Shan) [RHEL-163514] +- MAINTAINERS: resctrl: Add myself as reviewer (Gavin Shan) [RHEL-163514] +- x86/resctrl: Configure mbm_event mode if supported (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce the interface to switch between monitor modes (Gavin Shan) [RHEL-163514] +- fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce the interface to modify assignments in a group (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce mbm_L3_assignments to list assignments in a group (Gavin Shan) [RHEL-163514] +- fs/resctrl: Auto assign counters on mkdir and clean up on group removal (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir (Gavin Shan) [RHEL-163514] +- fs/resctrl: Provide interface to update the event configurations (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add event configuration directory under info/L3_MON/ (Gavin Shan) [RHEL-163514] +- fs/resctrl: Support counter read/reset with mbm_event assignment mode (Gavin Shan) [RHEL-163514] +- fs/resctrl: Pass struct rdtgroup instead of individual members (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add the functionality to unassign MBM events (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add the functionality to assign MBM events (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce event configuration field in struct mon_evt (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add data structures and definitions for ABMC assignment (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce interface to display number of free MBM counters (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain (Gavin Shan) [RHEL-163514] +- fs/resctrl: Add resctrl file to display number of assignable counters (Gavin Shan) [RHEL-163514] +- fs/resctrl: Introduce the interface to display monitoring modes (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add support to enable/disable AMD ABMC feature (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Consolidate monitoring related data from rdt_resource (Gavin Shan) [RHEL-163514] +- x86/resctrl: Add ABMC feature in the command line options (Gavin Shan) [RHEL-163514] +- x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC) (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Prepare for more monitor events (Gavin Shan) [RHEL-163514] +- x86/resctrl: Remove the rdt_mon_features global variable (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Replace architecture event enabled checks (Gavin Shan) [RHEL-163514] +- x86,fs/resctrl: Consolidate monitor event descriptions (Gavin Shan) [RHEL-163514] +- fs/resctrl: Optimize code in rdt_get_tree() (Gavin Shan) [RHEL-163514] +- Documentation: Fix filesystems typos (Gavin Shan) [RHEL-163514] +- ACPI: CPPC: add APIs and sysfs interface for perf_limited (Mark Langsdorf) [RHEL-143330] +- cpufreq: cppc: Update MIN_PERF/MAX_PERF in target callbacks (Mark Langsdorf) [RHEL-143330] +- cpufreq: CPPC: Update cached perf_ctrls on sysfs write (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Extend cppc_set_epp_perf() for FFH/SystemMemory (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Warn on missing mandatory DESIRED_PERF register (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Add cppc_get_perf() API to read performance controls (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Rename EPP constants for clarity (Mark Langsdorf) [RHEL-143330] +- ACPI: CPPC: Clean up cppc_perf_caps and cppc_perf_ctrls structs (Mark Langsdorf) [RHEL-143330] +- cpufreq: CPPC: Add generic helpers for sysfs show/store (Mark Langsdorf) [RHEL-143330] +- intel_idle: Add C-states validation (Steve Best) [RHEL-129779] +- intel_idle: Add cmdline option to adjust C-states table (Steve Best) [RHEL-129779] +- intel_idle: Initialize sysfs after cpuidle driver initialization (Steve Best) [RHEL-129779] +- intel_idle: Remove the 'preferred_cstates' parameter (Steve Best) [RHEL-129779] +- intel_idle: Remove unused driver version constant (Steve Best) [RHEL-129779] +- intel_idle: Remove unnecessary address-of operators (Steve Best) [RHEL-129779] +- rv: Fix handle_task_newtask prototype (Gabriele Monaco) [RHEL-116706] +- redhat/configs: Enable additional RV monitors on debug kernels (Gabriele Monaco) [RHEL-116706] +- redhat/configs: Enable sched and rtapp RV monitors (Gabriele Monaco) [RHEL-116706] +- ACPI: CPPC: Fix remaining for_each_possible_cpu() to use online CPUs (Mark Langsdorf) [RHEL-151651] +- ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs (Mark Langsdorf) [RHEL-151651] +- ACPI: CPPC: Perform fast check switch only for online CPUs (Mark Langsdorf) [RHEL-151651] +- ACPI: CPPC: Check _CPC validity for only the online CPUs (Mark Langsdorf) [RHEL-151651] +- ACPI: CPPC: Detect preferred core availability on online CPUs (Mark Langsdorf) [RHEL-151651] +- redhat/configs: automotive: enable SPI_OMAP24XX as a module (Jared Kangas) [RHEL-118418] + +* Tue Apr 21 2026 CKI KWF Bot [6.12.0-224.el10] +- tools/power turbostat: Allow execution to continue after perf_l2_init() failure (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix delimiter bug in print functions (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix --show/--hide for individual cpuidle counters (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix incorrect format variable (Steve Best) [RHEL-129778] +- tools/power turbostat: Consistently use print_float_value() (Steve Best) [RHEL-129778] +- tools/power/turbostat: Fix microcode patch level output for AMD/Hygon (Steve Best) [RHEL-129778] +- tools/power turbostat: Eliminate unnecessary data structure allocation (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix swidle header vs data display (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix illegal memory access when SMT is present and disabled (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix AMD RAPL regression (Steve Best) [RHEL-129778] +- tools/power turbostat: version 2026.02.14 (Steve Best) [RHEL-129778] +- tools/power turbostat: Fix and document --header_iterations (Steve Best) [RHEL-129778] +- tools/power turbostat: Use strtoul() for iteration parsing (Steve Best) [RHEL-129778] +- tools/power turbostat: Favor cpu# over core# (Steve Best) [RHEL-129778] +- tools/power turbostat: Expunge logical_cpu_id (Steve Best) [RHEL-129778] +- tools/power turbostat: Enhance HT enumeration (Steve Best) [RHEL-129778] +- tools/power turbostat: Simplify global core_id calculation (Steve Best) [RHEL-129778] +- tools/power turbostat: Unify even/odd/average counter referencing (Steve Best) [RHEL-129778] +- tools/power turbostat: Allocate average counters dynamically (Steve Best) [RHEL-129778] +- tools/power turbostat: Delete core_data.core_id (Steve Best) [RHEL-129778] +- tools/power turbostat: Rename physical_core_id to core_id (Steve Best) [RHEL-129778] +- tools/power turbostat: Cleanup package_id (Steve Best) [RHEL-129778] +- tools/power turbostat: Cleanup internal use of "base_cpu" (Steve Best) [RHEL-129778] +- tools/power turbostat: Add L2 cache statistics (Steve Best) [RHEL-129778] +- tools/power turbostat: Remove redundant newlines from err(3) strings (Steve Best) [RHEL-129778] +- tools/power turbostat: Allow more use of is_hybrid flag (Steve Best) [RHEL-129778] +- tools/power turbostat: Rename "LLCkRPS" column to "LLCMRPS" (Steve Best) [RHEL-129778] +- tools/power turbostat.8: Document the "--force" option (Steve Best) [RHEL-129778] +- tools/power turbostat.8: Document Totl%%C0, Any%%C0, GFX%%C0, CPUGFX%% columns (Steve Best) [RHEL-129778] +- tools/power turbostat: Harden against unexpected values (Steve Best) [RHEL-129778] +- tools/power turbostat: Dump hypervisor name (Steve Best) [RHEL-129778] +- tools/power turbostat: Dump CPUID.1.ECX[31] (Hypervisor) (Steve Best) [RHEL-129778] +- tools/power turbostat: Dump CPUID(1) consistently with CPUID(6) (Steve Best) [RHEL-129778] +- tools/power turbostat: AMD: msr offset 0x611 read failed: Input/output error (Steve Best) [RHEL-129778] +- tools/power turbostat: version 2025.12.02 (Steve Best) [RHEL-129778] +- tools/power turbostat: Print wide names only for RAW 64-bit columns (Steve Best) [RHEL-129778] +- tools/power turbostat: Print percentages in 8-columns (Steve Best) [RHEL-129778] +- tools/power turbostat: Print "nan" for out of range percentages (Steve Best) [RHEL-129778] +- tools/power turbostat: Validate APERF access for VMWARE (Steve Best) [RHEL-129778] +- tools/power turbostat: Enhance perf probe (Steve Best) [RHEL-129778] +- tools/power turbostat: Validate RAPL MSRs for AWS Nitro Hypervisor (Steve Best) [RHEL-129778] +- tools/power turbostat: Add run-time MSR driver probe (Steve Best) [RHEL-129778] +- tools/power turbostat: Set per_cpu_msr_sum to NULL after free (Steve Best) [RHEL-129778] +- tools/power turbostat: Add LLC stats (Steve Best) [RHEL-129778] +- tools/power turbostat.8: fix typo: idle_pct should be pct_idle (Steve Best) [RHEL-129778] +- tools/power turbostat: Remove dead code (Steve Best) [RHEL-129778] +- tools/power turbostat: Refactor floating point printout code (Steve Best) [RHEL-129778] +- tools/power turbostat.8: Update example (Steve Best) [RHEL-129778] +- tools/power turbostat: Refactor added-counter value printing code (Steve Best) [RHEL-129778] +- tools/power turbostat: Refactor added column header printing (Steve Best) [RHEL-129778] +- tools/power turbostat: Add Wildcat Lake and Nova Lake support (Steve Best) [RHEL-129778] +- tools/power turbostat: Regression fix Uncore MHz printed in hex (Steve Best) [RHEL-129778] +- net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks (CKI Backport Bot) [RHEL-164343] {CVE-2026-23270} +- Prevent stripping of rtla and rv binaries during install (John Kacur) [RHEL-85865 RHEL-85868] +- Fix rtla and rv debuginfo package definitions (John Kacur) [RHEL-85865 RHEL-85868] +- Add debuginfo package for rtla tool (John Kacur) [RHEL-85865 RHEL-85868] +- Add debuginfo package for rv tool (John Kacur) [RHEL-85865 RHEL-85868] +- iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show (Jerry Snitselaar) [RHEL-140474] +- redhat/configs: Enable AMD IOMMU DebugFS support (Jerry Snitselaar) [RHEL-140474] + * Fri Apr 17 2026 CKI KWF Bot [6.12.0-223.el10] - nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (CKI Backport Bot) [RHEL-168570] {CVE-2026-31402} - mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function (Desnes Nunes) [RHEL-147795] diff --git a/rpminspect.yaml b/rpminspect.yaml index 2226655f7..8275123a8 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -73,3 +73,4 @@ annocheck: - /lib/modules/*/vmlinuz - /lib/modules/*/vdso/* - /usr/libexec/ksamples/* + - /usr/sbin/intel_sdsi diff --git a/sources b/sources index 757ed7915..4cfc6bf4c 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-6.12.0-223.5.el10nv.tar.xz) = f478c31635d3544e180bd324ac723ad8bef2aa361b467c64b4e66c5a934338301535bb933a3de14fb7fa7ffa1f8cb7c24107ae0a47bb58a49c5bbcaf49361e4b -SHA512 (kernel-abi-stablelists-6.12.0-223.5.el10nv.tar.xz) = 7c31cb6f68546b3640623ebe5c268aa7ccb075d0095a16fe90a3d88fd29928c08ab16e43b5257c1da93652dd14bbe39cdf5168e876526322bff495464a6bad66 -SHA512 (kernel-kabi-dw-6.12.0-223.5.el10nv.tar.xz) = 3cb7344806ba5b89defa21e74812a5b72e9a7e11ef9ec8b118c10c2ee071d275d0d5bd8671deccf5e694e2f23dcfee49d11f08b266523c4fc49a2263799fd37a +SHA512 (linux-6.12.0-225.6.el10nv.tar.xz) = 18a4d2f60d8c25a4eeb3df5431a6ddcdd5ca6be11d1e66c6726f8246a534a22b00026fb8ca11b7bfbd771848fe195e6032f11621bdfd5f0825936eea137a9e3a +SHA512 (kernel-abi-stablelists-6.12.0-225.6.el10nv.tar.xz) = fef3d2705619b28fc3d075c32324ac2624f5f3f014ce3b4343678762c3dfad7fd6ae6ec96fb4e9c3784f66204cf28a7472c63c6af2c8ed7ea2e11ac8d8996393 +SHA512 (kernel-kabi-dw-6.12.0-225.6.el10nv.tar.xz) = 75c668f7991f65fbd83a1cc68431330ef4eb8d3ec5ca4ec826ba9479d99837572cca779c5d964d6ff40c3ec2a2911d673f8562ecbee1bc01cbe38c4a5b76de40