kernel-6.12.0-53.el10
* Tue Feb 11 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-53.el10] - libperf cpumap: Grow array of read CPUs in smaller increments (Michael Petlan) [RHEL-73893] - libperf cpumap: Remove perf_cpu_map__read() (Michael Petlan) [RHEL-73893] - libperf cpumap: Remove use of perf_cpu_map__read() (Michael Petlan) [RHEL-73893] - perf pmu: Remove use of perf_cpu_map__read() (Michael Petlan) [RHEL-73893] - libperf cpumap: Be tolerant of newline at the end of a cpumask (Michael Petlan) [RHEL-73893] - libperf cpumap: Hide/reduce scope of MAX_NR_CPUS (Michael Petlan) [RHEL-73893] - perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS (Michael Petlan) [RHEL-73893] - perf: Increase MAX_NR_CPUS to 4096 (Michael Petlan) [RHEL-73893] - redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL (Davide Caratti) [RHEL-76804] - af_unix: Add a prompt to CONFIG_AF_UNIX_OOB (Davide Caratti) [RHEL-76804] - KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init (Maxim Levitsky) [RHEL-71725] - KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged (Maxim Levitsky) [RHEL-71725] - KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base() (Maxim Levitsky) [RHEL-71725] - KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c (Maxim Levitsky) [RHEL-71725] - KVM: x86: Rename APIC base setters to better capture their relationship (Maxim Levitsky) [RHEL-71725] - KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c) (Maxim Levitsky) [RHEL-71725] - KVM: x86: Inline kvm_get_apic_mode() in lapic.h (Maxim Levitsky) [RHEL-71725] - KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base() (Maxim Levitsky) [RHEL-71725] - KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC state (Maxim Levitsky) [RHEL-71725] - KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changing (Maxim Levitsky) [RHEL-71725] - KVM: x86: Use '0' for guest RIP if PMI encounters protected guest state (Maxim Levitsky) [RHEL-71725] - KVM: x86: Add lockdep-guarded asserts on register cache usage (Maxim Levitsky) [RHEL-71725] - KVM: x86: Bypass register cache when querying CPL from kvm_sched_out() (Maxim Levitsky) [RHEL-71725] - KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request() (Maxim Levitsky) [RHEL-71725] - KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer (Maxim Levitsky) [RHEL-71725] - KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error (Maxim Levitsky) [RHEL-71725] - perf/x86/intel: Add Arrow Lake U support (Michael Petlan) [RHEL-33308] - wifi: ath12k: fix crash when unbinding (Jose Ignacio Tornos Martinez) [RHEL-70414] - wifi: ath12k: fix warning when unbinding (Jose Ignacio Tornos Martinez) [RHEL-70414] - nvmet: Don't overflow subsysnqn (Maurizio Lombardi) [RHEL-74084] {CVE-2024-53681} - hugetlb: prioritize surplus allocation from current node (Aristeu Rozanski) [RHEL-74490] - mm/vmscan: accumulate nr_demoted for accurate demotion statistics (Herton R. Krzesinski) [RHEL-71335] - mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled. (Herton R. Krzesinski) [RHEL-71335] Resolves: RHEL-33308, RHEL-70414, RHEL-71335, RHEL-71725, RHEL-73893, RHEL-74084, RHEL-74490, RHEL-76804 Signed-off-by: Jan Stancek <jstancek@redhat.com>
This commit is contained in:
parent
f34baf91a3
commit
61b959e873
@ -12,7 +12,7 @@ RHEL_MINOR = 0
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 52
|
||||
RHEL_RELEASE = 53
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
@ -196,6 +196,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -196,6 +196,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -197,6 +197,7 @@ CONFIG_AF_RXRPC_IPV6=y
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
# CONFIG_AFS_FS is not set
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -197,6 +197,7 @@ CONFIG_AF_RXRPC_IPV6=y
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
# CONFIG_AFS_FS is not set
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -196,6 +196,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -196,6 +196,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -196,6 +196,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -196,6 +196,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -196,6 +196,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -196,6 +196,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -190,6 +190,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -190,6 +190,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_CEVA is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
|
@ -190,6 +190,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
CONFIG_AIO=y
|
||||
|
@ -190,6 +190,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
CONFIG_AIO=y
|
||||
|
@ -190,6 +190,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
CONFIG_AIO=y
|
||||
|
@ -208,6 +208,7 @@ CONFIG_AF_RXRPC_IPV6=y
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
# CONFIG_AFS_FS is not set
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
# CONFIG_AHCI_QORIQ is not set
|
||||
|
@ -208,6 +208,7 @@ CONFIG_AF_RXRPC_IPV6=y
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
# CONFIG_AFS_FS is not set
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
# CONFIG_AHCI_QORIQ is not set
|
||||
|
@ -207,6 +207,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
CONFIG_AIO=y
|
||||
|
@ -207,6 +207,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
CONFIG_AIO=y
|
||||
|
@ -207,6 +207,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
CONFIG_AIO=y
|
||||
|
@ -207,6 +207,7 @@ CONFIG_AF_RXRPC=m
|
||||
CONFIG_AFS_DEBUG=y
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
CONFIG_AFS_FS=m
|
||||
# CONFIG_AF_UNIX_OOB is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_AHCI_DWC is not set
|
||||
CONFIG_AIO=y
|
||||
|
@ -1,3 +1,39 @@
|
||||
* Tue Feb 11 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-53.el10]
|
||||
- libperf cpumap: Grow array of read CPUs in smaller increments (Michael Petlan) [RHEL-73893]
|
||||
- libperf cpumap: Remove perf_cpu_map__read() (Michael Petlan) [RHEL-73893]
|
||||
- libperf cpumap: Remove use of perf_cpu_map__read() (Michael Petlan) [RHEL-73893]
|
||||
- perf pmu: Remove use of perf_cpu_map__read() (Michael Petlan) [RHEL-73893]
|
||||
- libperf cpumap: Be tolerant of newline at the end of a cpumask (Michael Petlan) [RHEL-73893]
|
||||
- libperf cpumap: Hide/reduce scope of MAX_NR_CPUS (Michael Petlan) [RHEL-73893]
|
||||
- perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS (Michael Petlan) [RHEL-73893]
|
||||
- perf: Increase MAX_NR_CPUS to 4096 (Michael Petlan) [RHEL-73893]
|
||||
- redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL (Davide Caratti) [RHEL-76804]
|
||||
- af_unix: Add a prompt to CONFIG_AF_UNIX_OOB (Davide Caratti) [RHEL-76804]
|
||||
- KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base() (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Rename APIC base setters to better capture their relationship (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c) (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Inline kvm_get_apic_mode() in lapic.h (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base() (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC state (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changing (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Use '0' for guest RIP if PMI encounters protected guest state (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Add lockdep-guarded asserts on register cache usage (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Bypass register cache when querying CPL from kvm_sched_out() (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request() (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error (Maxim Levitsky) [RHEL-71725]
|
||||
- perf/x86/intel: Add Arrow Lake U support (Michael Petlan) [RHEL-33308]
|
||||
- wifi: ath12k: fix crash when unbinding (Jose Ignacio Tornos Martinez) [RHEL-70414]
|
||||
- wifi: ath12k: fix warning when unbinding (Jose Ignacio Tornos Martinez) [RHEL-70414]
|
||||
- nvmet: Don't overflow subsysnqn (Maurizio Lombardi) [RHEL-74084] {CVE-2024-53681}
|
||||
- hugetlb: prioritize surplus allocation from current node (Aristeu Rozanski) [RHEL-74490]
|
||||
- mm/vmscan: accumulate nr_demoted for accurate demotion statistics (Herton R. Krzesinski) [RHEL-71335]
|
||||
- mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled. (Herton R. Krzesinski) [RHEL-71335]
|
||||
Resolves: RHEL-33308, RHEL-70414, RHEL-71335, RHEL-71725, RHEL-73893, RHEL-74084, RHEL-74490, RHEL-76804
|
||||
|
||||
* Sun Feb 09 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-52.el10]
|
||||
- x86/tdx: Enable CPU topology enumeration (Vitaly Kuznetsov) [RHEL-29350]
|
||||
- x86/tdx: Dynamically disable SEPT violations from causing #VEs (Vitaly Kuznetsov) [RHEL-29350]
|
||||
|
43
kernel.spec
43
kernel.spec
@ -162,15 +162,15 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.12.0
|
||||
%define specversion 6.12.0
|
||||
%define patchversion 6.12
|
||||
%define pkgrelease 52
|
||||
%define pkgrelease 53
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-52.el10
|
||||
%define tarfile_release 6.12.0-53.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 52%{?buildid}%{?dist}
|
||||
%define specrelease 53%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-52.el10
|
||||
%define kabiversion 6.12.0-53.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4281,6 +4281,41 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Feb 11 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-53.el10]
|
||||
- libperf cpumap: Grow array of read CPUs in smaller increments (Michael Petlan) [RHEL-73893]
|
||||
- libperf cpumap: Remove perf_cpu_map__read() (Michael Petlan) [RHEL-73893]
|
||||
- libperf cpumap: Remove use of perf_cpu_map__read() (Michael Petlan) [RHEL-73893]
|
||||
- perf pmu: Remove use of perf_cpu_map__read() (Michael Petlan) [RHEL-73893]
|
||||
- libperf cpumap: Be tolerant of newline at the end of a cpumask (Michael Petlan) [RHEL-73893]
|
||||
- libperf cpumap: Hide/reduce scope of MAX_NR_CPUS (Michael Petlan) [RHEL-73893]
|
||||
- perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS (Michael Petlan) [RHEL-73893]
|
||||
- perf: Increase MAX_NR_CPUS to 4096 (Michael Petlan) [RHEL-73893]
|
||||
- redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL (Davide Caratti) [RHEL-76804]
|
||||
- af_unix: Add a prompt to CONFIG_AF_UNIX_OOB (Davide Caratti) [RHEL-76804]
|
||||
- KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base() (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Rename APIC base setters to better capture their relationship (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c) (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Inline kvm_get_apic_mode() in lapic.h (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base() (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC state (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changing (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Use '0' for guest RIP if PMI encounters protected guest state (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Add lockdep-guarded asserts on register cache usage (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Bypass register cache when querying CPL from kvm_sched_out() (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request() (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer (Maxim Levitsky) [RHEL-71725]
|
||||
- KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error (Maxim Levitsky) [RHEL-71725]
|
||||
- perf/x86/intel: Add Arrow Lake U support (Michael Petlan) [RHEL-33308]
|
||||
- wifi: ath12k: fix crash when unbinding (Jose Ignacio Tornos Martinez) [RHEL-70414]
|
||||
- wifi: ath12k: fix warning when unbinding (Jose Ignacio Tornos Martinez) [RHEL-70414]
|
||||
- nvmet: Don't overflow subsysnqn (Maurizio Lombardi) [RHEL-74084] {CVE-2024-53681}
|
||||
- hugetlb: prioritize surplus allocation from current node (Aristeu Rozanski) [RHEL-74490]
|
||||
- mm/vmscan: accumulate nr_demoted for accurate demotion statistics (Herton R. Krzesinski) [RHEL-71335]
|
||||
- mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled. (Herton R. Krzesinski) [RHEL-71335]
|
||||
|
||||
* Sun Feb 09 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-52.el10]
|
||||
- x86/tdx: Enable CPU topology enumeration (Vitaly Kuznetsov) [RHEL-29350]
|
||||
- x86/tdx: Dynamically disable SEPT violations from causing #VEs (Vitaly Kuznetsov) [RHEL-29350]
|
||||
|
6
sources
6
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
|
||||
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
|
||||
SHA512 (linux-6.12.0-52.el10.tar.xz) = 98a01a56d2ab5a8a5e5fc7e8ad29b765fb3a4e26b8ddb2273e642820d29d6eeb09dccf88526a182efa028aaa08c8e65fe2b712d97c80aca002c5c346fa16fa53
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-52.el10.tar.xz) = 7e7eb502d8e67856d6eea55b78dbf7bb9249a53190233a47f08664e44337d4c57444f95e1123309b1deedf68c4589e10aa9fcd22fa24956c9ae11dea31c428b4
|
||||
SHA512 (kernel-kabi-dw-6.12.0-52.el10.tar.xz) = 7550a1ab641ce3f1c086092ae10cce3d017b3fa20cdf40a00c643de3d62fcfda576931a81e872ddf35c01d2c60d8e92fe525621eb429c04aa0ff7cc83b71d763
|
||||
SHA512 (linux-6.12.0-53.el10.tar.xz) = f9cbf228ce7f96cf0372bdde3277397a8299aec297e7aecb0671bc2b02910b027fec6fd70a980d59d032342ce94d6d09c401e5d013d5b678c91559c8217f4da2
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-53.el10.tar.xz) = e81621b157fdbe034a07a6c1989bc972054a0dc23513e0fbf61e11dcaf2079ff4b2fcf0eacd26a7f0d9e89b2efb45dbfcb4291b609163412831de0707116e8d7
|
||||
SHA512 (kernel-kabi-dw-6.12.0-53.el10.tar.xz) = 7550a1ab641ce3f1c086092ae10cce3d017b3fa20cdf40a00c643de3d62fcfda576931a81e872ddf35c01d2c60d8e92fe525621eb429c04aa0ff7cc83b71d763
|
||||
|
Loading…
Reference in New Issue
Block a user