From 3872c504db324b47b191a0b9c2f007dcdc8a487b Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Thu, 23 Dec 2021 10:33:09 +0000 Subject: [PATCH] kernel-5.14.0-38.el9 * Thu Dec 23 2021 Herton R. Krzesinski [5.14.0-38.el9] - x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() (David Arcari) [2004190] - iommu/vt-d: Remove unused PASID_DISABLED (David Arcari) [2004190] - Add CONFIG_STRICT_SIGALTSTACK_SIZE (David Arcari) [2004190] - selftests/x86/amx: Add context switch test (David Arcari) [2004190] - selftests/x86/amx: Add test cases for AMX state management (David Arcari) [2004190] - x86/signal: Use fpu::__state_user_size for sigalt stack validation (David Arcari) [2004190] - x86/signal: Implement sigaltstack size validation (David Arcari) [2004190] - signal: Add an optional check for altstack size (David Arcari) [2004190] - tools arch x86: Sync the msr-index.h copy with the kernel sources (David Arcari) [2004190] - tools headers cpufeatures: Sync with the kernel sources (David Arcari) [2004190] - tools headers UAPI: Sync arch prctl headers with the kernel sources (David Arcari) [2004190] - x86/fpu: Optimize out sigframe xfeatures when in init state (David Arcari) [2004190] - Documentation/x86: Add documentation for using dynamic XSTATE features (David Arcari) [2004190] - x86/fpu: Include vmalloc.h for vzalloc() (David Arcari) [2004190] - x86/fpu/amx: Enable the AMX feature in 64-bit mode (David Arcari) [2004190] - x86/msr-index: Add MSRs for XFD (David Arcari) [2004190] - x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit (David Arcari) [2004190] - x86/fpu: Add XFD handling for dynamic states (David Arcari) [2004190] - x86/fpu: Calculate the default sizes independently (David Arcari) [2004190] - x86/fpu/amx: Define AMX state components and have it used for boot-time checks (David Arcari) [2004190] - x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbers (David Arcari) [2004190] - x86/fpu/xstate: Add fpstate_realloc()/free() (David Arcari) [2004190] - x86/fpu/xstate: Add XFD #NM handler (David Arcari) [2004190] - x86/fpu: Update XFD state where required (David Arcari) [2004190] - x86/fpu: Add sanity checks for XFD (David Arcari) [2004190] - x86/fpu: Add XFD state to fpstate (David Arcari) [2004190] - x86/fpu: Reset permission and fpstate on exec() (David Arcari) [2004190] - x86/fpu: Prepare fpu_clone() for dynamically enabled features (David Arcari) [2004190] - x86/process: Clone FPU in copy_thread() (David Arcari) [2004190] - x86/fpu/signal: Prepare for variable sigframe length (David Arcari) [2004190] - x86/fpu: Add basic helpers for dynamically enabled features (David Arcari) [2004190] - x86/arch_prctl: Add controls for dynamic XSTATE components (David Arcari) [2004190] - x86/fpu: Add fpu_state_config::legacy_features (David Arcari) [2004190] - x86/fpu: Add members to struct fpu to cache permission information (David Arcari) [2004190] - x86/fpu/xstate: Provide xstate_calculate_size() (David Arcari) [2004190] - x86/fpu: Remove old KVM FPU interface (David Arcari) [2004190] - x86/kvm: Convert FPU handling to a single swap buffer (David Arcari) [2004190] - x86/fpu: Provide infrastructure for KVM FPU cleanup (David Arcari) [2004190] - x86/fpu: Prepare for sanitizing KVM FPU code (David Arcari) [2004190] - x86/fpu/xstate: Move remaining xfeature helpers to core (David Arcari) [2004190] - x86/fpu: Rework restore_regs_from_fpstate() (David Arcari) [2004190] - x86/fpu: Mop up xfeatures_mask_uabi() (David Arcari) [2004190] - x86/fpu: Move xstate feature masks to fpu_*_cfg (David Arcari) [2004190] - x86/fpu: Move xstate size to fpu_*_cfg (David Arcari) [2004190] - x86/fpu/xstate: Cleanup size calculations (David Arcari) [2004190] - x86/fpu: Cleanup fpu__init_system_xstate_size_legacy() (David Arcari) [2004190] - x86/fpu: Provide struct fpu_config (David Arcari) [2004190] - x86/fpu/signal: Use fpstate for size and features (David Arcari) [2004190] - x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate() (David Arcari) [2004190] - x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf() (David Arcari) [2004190] - x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate() (David Arcari) [2004190] - x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe() (David Arcari) [2004190] - x86/fpu/xstate: Use fpstate for os_xsave() (David Arcari) [2004190] - x86/fpu: Use fpstate::size (David Arcari) [2004190] - x86/fpu: Add size and mask information to fpstate (David Arcari) [2004190] - x86/process: Move arch_thread_struct_whitelist() out of line (David Arcari) [2004190] - x86/fpu: Remove fpu::state (David Arcari) [2004190] - x86/KVM: Convert to fpstate (David Arcari) [2004190] - x86/math-emu: Convert to fpstate (David Arcari) [2004190] - x86/fpu/core: Convert to fpstate (David Arcari) [2004190] - x86/fpu/signal: Convert to fpstate (David Arcari) [2004190] - x86/fpu/regset: Convert to fpstate (David Arcari) [2004190] - x86/fpu: Convert tracing to fpstate (David Arcari) [2004190] - x86/fpu: Replace KVMs xstate component clearing (David Arcari) [2004190] - x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate (David Arcari) [2004190] - x86/fpu: Convert fpstate_init() to struct fpstate (David Arcari) [2004190] - x86/fpu: Provide struct fpstate (David Arcari) [2004190] - x86/fpu: Replace KVMs home brewed FPU copy to user (David Arcari) [2004190] - x86/fpu: Provide a proper function for ex_handler_fprestore() (David Arcari) [2004190] - x86/fpu: Replace the includes of fpu/internal.h (David Arcari) [2004190] - x86/fpu: Mop up the internal.h leftovers (David Arcari) [2004190] - x86/fpu: Remove internal.h dependency from fpu/signal.h (David Arcari) [2004190] - x86/fpu: Move fpstate functions to api.h (David Arcari) [2004190] - x86/fpu: Move mxcsr related code to core (David Arcari) [2004190] - x86/sev: Include fpu/xcr.h (David Arcari) [2004190] - x86/fpu: Move fpregs_restore_userregs() to core (David Arcari) [2004190] - x86/fpu: Make WARN_ON_FPU() private (David Arcari) [2004190] - x86/fpu: Move legacy ASM wrappers to core (David Arcari) [2004190] - x86/fpu: Move os_xsave() and os_xrstor() to core (David Arcari) [2004190] - x86/fpu: Make os_xrstor_booting() private (David Arcari) [2004190] - x86/fpu: Clean up CPU feature tests (David Arcari) [2004190] - x86/fpu: Move context switch and exit to user inlines into sched.h (David Arcari) [2004190] - x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init (David Arcari) [2004190] - x86/fpu: Rework copy_xstate_to_uabi_buf() (David Arcari) [2004190] - x86/fpu: Replace KVMs home brewed FPU copy from user (David Arcari) [2004190] - x86/fpu: Move KVMs FPU swapping to FPU core (David Arcari) [2004190] - x86/fpu/xstate: Mark all init only functions __init (David Arcari) [2004190] - x86/fpu/xstate: Provide and use for_each_xfeature() (David Arcari) [2004190] - x86/fpu: Cleanup xstate xcomp_bv initialization (David Arcari) [2004190] - x86/fpu: Do not inherit FPU context for kernel and IO worker threads (David Arcari) [2004190] - x86/fpu: Remove pointless memset in fpu_clone() (David Arcari) [2004190] - x86/fpu: Cleanup the on_boot_cpu clutter (David Arcari) [2004190] - x86/fpu: Restrict xsaves()/xrstors() to independent states (David Arcari) [2004190] - x86/fpu: Update stale comments (David Arcari) [2004190] - x86/fpu: Remove pointless argument from switch_fpu_finish() (David Arcari) [2004190] - iommu/vt-d: Clean up unused PASID updating functions (David Arcari) [2004190] - x86/fpu: Mask out the invalid MXCSR bits properly (David Arcari) [2004190] - x86/fpu: Restore the masking out of reserved MXCSR bits (David Arcari) [2004190] - x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstate_epilog() (David Arcari) [2004190] - x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean (David Arcari) [2004190] - x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean (David Arcari) [2004190] - x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean (David Arcari) [2004190] - x86/fpu/signal: Change return type of fpu__restore_sig() to boolean (David Arcari) [2004190] - x86/signal: Change return type of restore_sigcontext() to boolean (David Arcari) [2004190] - x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to boolean (David Arcari) [2004190] - x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean (David Arcari) [2004190] - x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe() (David Arcari) [2004190] - x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe() (David Arcari) [2004190] - x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user() (David Arcari) [2004190] - x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups (David Arcari) [2004190] - x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE (David Arcari) [2004190] - x86/extable: Rework the exception table mechanics (David Arcari) [2004190] - x86/mce: Deduplicate exception handling (David Arcari) [2004190] - x86/extable: Get rid of redundant macros (David Arcari) [2004190] - x86/extable: Tidy up redundant handler functions (David Arcari) [2004190] Resolves: rhbz#2004190 Signed-off-by: Herton R. Krzesinski --- Makefile.rhelver | 2 +- kernel-x86_64-debug-rhel.config | 1 + kernel-x86_64-rhel.config | 1 + kernel.spec | 129 ++++++++++++++++++++++++++++++-- sources | 6 +- 5 files changed, 129 insertions(+), 10 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 510a08f..f647aef 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 37 +RHEL_RELEASE = 38 # # Early y+1 numbering diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 1d28f9f..ea63526 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -5915,6 +5915,7 @@ CONFIG_STM_SOURCE_HEARTBEAT=m CONFIG_STRICT_DEVMEM=y CONFIG_STRICT_KERNEL_RWX=y CONFIG_STRICT_MODULE_RWX=y +# CONFIG_STRICT_SIGALTSTACK_SIZE is not set # CONFIG_STRING_SELFTEST is not set CONFIG_STRIP_ASM_SYMS=y # CONFIG_ST_UVIS25 is not set diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 7273b07..2e35547 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -5893,6 +5893,7 @@ CONFIG_STM_SOURCE_HEARTBEAT=m CONFIG_STRICT_DEVMEM=y CONFIG_STRICT_KERNEL_RWX=y CONFIG_STRICT_MODULE_RWX=y +# CONFIG_STRICT_SIGALTSTACK_SIZE is not set # CONFIG_STRING_SELFTEST is not set CONFIG_STRIP_ASM_SYMS=y # CONFIG_ST_UVIS25 is not set diff --git a/kernel.spec b/kernel.spec index f1e36b4..2718446 100755 --- a/kernel.spec +++ b/kernel.spec @@ -85,7 +85,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 37 +%global distro_build 38 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -129,13 +129,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 37.el9 +%define pkgrelease 38.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 37%{?buildid}%{?dist} +%define specrelease 38%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -677,7 +677,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-37.el9.tar.xz +Source0: linux-5.14.0-38.el9.tar.xz Source1: Makefile.rhelver @@ -1362,8 +1362,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-37.el9 -c -mv linux-5.14.0-37.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-38.el9 -c +mv linux-5.14.0-38.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2952,6 +2952,123 @@ fi # # %changelog +* Thu Dec 23 2021 Herton R. Krzesinski [5.14.0-38.el9] +- x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() (David Arcari) [2004190] +- iommu/vt-d: Remove unused PASID_DISABLED (David Arcari) [2004190] +- Add CONFIG_STRICT_SIGALTSTACK_SIZE (David Arcari) [2004190] +- selftests/x86/amx: Add context switch test (David Arcari) [2004190] +- selftests/x86/amx: Add test cases for AMX state management (David Arcari) [2004190] +- x86/signal: Use fpu::__state_user_size for sigalt stack validation (David Arcari) [2004190] +- x86/signal: Implement sigaltstack size validation (David Arcari) [2004190] +- signal: Add an optional check for altstack size (David Arcari) [2004190] +- tools arch x86: Sync the msr-index.h copy with the kernel sources (David Arcari) [2004190] +- tools headers cpufeatures: Sync with the kernel sources (David Arcari) [2004190] +- tools headers UAPI: Sync arch prctl headers with the kernel sources (David Arcari) [2004190] +- x86/fpu: Optimize out sigframe xfeatures when in init state (David Arcari) [2004190] +- Documentation/x86: Add documentation for using dynamic XSTATE features (David Arcari) [2004190] +- x86/fpu: Include vmalloc.h for vzalloc() (David Arcari) [2004190] +- x86/fpu/amx: Enable the AMX feature in 64-bit mode (David Arcari) [2004190] +- x86/msr-index: Add MSRs for XFD (David Arcari) [2004190] +- x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit (David Arcari) [2004190] +- x86/fpu: Add XFD handling for dynamic states (David Arcari) [2004190] +- x86/fpu: Calculate the default sizes independently (David Arcari) [2004190] +- x86/fpu/amx: Define AMX state components and have it used for boot-time checks (David Arcari) [2004190] +- x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbers (David Arcari) [2004190] +- x86/fpu/xstate: Add fpstate_realloc()/free() (David Arcari) [2004190] +- x86/fpu/xstate: Add XFD #NM handler (David Arcari) [2004190] +- x86/fpu: Update XFD state where required (David Arcari) [2004190] +- x86/fpu: Add sanity checks for XFD (David Arcari) [2004190] +- x86/fpu: Add XFD state to fpstate (David Arcari) [2004190] +- x86/fpu: Reset permission and fpstate on exec() (David Arcari) [2004190] +- x86/fpu: Prepare fpu_clone() for dynamically enabled features (David Arcari) [2004190] +- x86/process: Clone FPU in copy_thread() (David Arcari) [2004190] +- x86/fpu/signal: Prepare for variable sigframe length (David Arcari) [2004190] +- x86/fpu: Add basic helpers for dynamically enabled features (David Arcari) [2004190] +- x86/arch_prctl: Add controls for dynamic XSTATE components (David Arcari) [2004190] +- x86/fpu: Add fpu_state_config::legacy_features (David Arcari) [2004190] +- x86/fpu: Add members to struct fpu to cache permission information (David Arcari) [2004190] +- x86/fpu/xstate: Provide xstate_calculate_size() (David Arcari) [2004190] +- x86/fpu: Remove old KVM FPU interface (David Arcari) [2004190] +- x86/kvm: Convert FPU handling to a single swap buffer (David Arcari) [2004190] +- x86/fpu: Provide infrastructure for KVM FPU cleanup (David Arcari) [2004190] +- x86/fpu: Prepare for sanitizing KVM FPU code (David Arcari) [2004190] +- x86/fpu/xstate: Move remaining xfeature helpers to core (David Arcari) [2004190] +- x86/fpu: Rework restore_regs_from_fpstate() (David Arcari) [2004190] +- x86/fpu: Mop up xfeatures_mask_uabi() (David Arcari) [2004190] +- x86/fpu: Move xstate feature masks to fpu_*_cfg (David Arcari) [2004190] +- x86/fpu: Move xstate size to fpu_*_cfg (David Arcari) [2004190] +- x86/fpu/xstate: Cleanup size calculations (David Arcari) [2004190] +- x86/fpu: Cleanup fpu__init_system_xstate_size_legacy() (David Arcari) [2004190] +- x86/fpu: Provide struct fpu_config (David Arcari) [2004190] +- x86/fpu/signal: Use fpstate for size and features (David Arcari) [2004190] +- x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate() (David Arcari) [2004190] +- x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf() (David Arcari) [2004190] +- x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate() (David Arcari) [2004190] +- x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe() (David Arcari) [2004190] +- x86/fpu/xstate: Use fpstate for os_xsave() (David Arcari) [2004190] +- x86/fpu: Use fpstate::size (David Arcari) [2004190] +- x86/fpu: Add size and mask information to fpstate (David Arcari) [2004190] +- x86/process: Move arch_thread_struct_whitelist() out of line (David Arcari) [2004190] +- x86/fpu: Remove fpu::state (David Arcari) [2004190] +- x86/KVM: Convert to fpstate (David Arcari) [2004190] +- x86/math-emu: Convert to fpstate (David Arcari) [2004190] +- x86/fpu/core: Convert to fpstate (David Arcari) [2004190] +- x86/fpu/signal: Convert to fpstate (David Arcari) [2004190] +- x86/fpu/regset: Convert to fpstate (David Arcari) [2004190] +- x86/fpu: Convert tracing to fpstate (David Arcari) [2004190] +- x86/fpu: Replace KVMs xstate component clearing (David Arcari) [2004190] +- x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate (David Arcari) [2004190] +- x86/fpu: Convert fpstate_init() to struct fpstate (David Arcari) [2004190] +- x86/fpu: Provide struct fpstate (David Arcari) [2004190] +- x86/fpu: Replace KVMs home brewed FPU copy to user (David Arcari) [2004190] +- x86/fpu: Provide a proper function for ex_handler_fprestore() (David Arcari) [2004190] +- x86/fpu: Replace the includes of fpu/internal.h (David Arcari) [2004190] +- x86/fpu: Mop up the internal.h leftovers (David Arcari) [2004190] +- x86/fpu: Remove internal.h dependency from fpu/signal.h (David Arcari) [2004190] +- x86/fpu: Move fpstate functions to api.h (David Arcari) [2004190] +- x86/fpu: Move mxcsr related code to core (David Arcari) [2004190] +- x86/sev: Include fpu/xcr.h (David Arcari) [2004190] +- x86/fpu: Move fpregs_restore_userregs() to core (David Arcari) [2004190] +- x86/fpu: Make WARN_ON_FPU() private (David Arcari) [2004190] +- x86/fpu: Move legacy ASM wrappers to core (David Arcari) [2004190] +- x86/fpu: Move os_xsave() and os_xrstor() to core (David Arcari) [2004190] +- x86/fpu: Make os_xrstor_booting() private (David Arcari) [2004190] +- x86/fpu: Clean up CPU feature tests (David Arcari) [2004190] +- x86/fpu: Move context switch and exit to user inlines into sched.h (David Arcari) [2004190] +- x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init (David Arcari) [2004190] +- x86/fpu: Rework copy_xstate_to_uabi_buf() (David Arcari) [2004190] +- x86/fpu: Replace KVMs home brewed FPU copy from user (David Arcari) [2004190] +- x86/fpu: Move KVMs FPU swapping to FPU core (David Arcari) [2004190] +- x86/fpu/xstate: Mark all init only functions __init (David Arcari) [2004190] +- x86/fpu/xstate: Provide and use for_each_xfeature() (David Arcari) [2004190] +- x86/fpu: Cleanup xstate xcomp_bv initialization (David Arcari) [2004190] +- x86/fpu: Do not inherit FPU context for kernel and IO worker threads (David Arcari) [2004190] +- x86/fpu: Remove pointless memset in fpu_clone() (David Arcari) [2004190] +- x86/fpu: Cleanup the on_boot_cpu clutter (David Arcari) [2004190] +- x86/fpu: Restrict xsaves()/xrstors() to independent states (David Arcari) [2004190] +- x86/fpu: Update stale comments (David Arcari) [2004190] +- x86/fpu: Remove pointless argument from switch_fpu_finish() (David Arcari) [2004190] +- iommu/vt-d: Clean up unused PASID updating functions (David Arcari) [2004190] +- x86/fpu: Mask out the invalid MXCSR bits properly (David Arcari) [2004190] +- x86/fpu: Restore the masking out of reserved MXCSR bits (David Arcari) [2004190] +- x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstate_epilog() (David Arcari) [2004190] +- x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean (David Arcari) [2004190] +- x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean (David Arcari) [2004190] +- x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean (David Arcari) [2004190] +- x86/fpu/signal: Change return type of fpu__restore_sig() to boolean (David Arcari) [2004190] +- x86/signal: Change return type of restore_sigcontext() to boolean (David Arcari) [2004190] +- x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to boolean (David Arcari) [2004190] +- x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean (David Arcari) [2004190] +- x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe() (David Arcari) [2004190] +- x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe() (David Arcari) [2004190] +- x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user() (David Arcari) [2004190] +- x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups (David Arcari) [2004190] +- x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE (David Arcari) [2004190] +- x86/extable: Rework the exception table mechanics (David Arcari) [2004190] +- x86/mce: Deduplicate exception handling (David Arcari) [2004190] +- x86/extable: Get rid of redundant macros (David Arcari) [2004190] +- x86/extable: Tidy up redundant handler functions (David Arcari) [2004190] + * Wed Dec 22 2021 Herton R. Krzesinski [5.14.0-37.el9] - sched,x86: Don't use cluster topology for x86 hybrid CPUs (Phil Auld) [2020279] - sched/uclamp: Fix rq->uclamp_max not set on first enqueue (Phil Auld) [2020279] diff --git a/sources b/sources index d6e8185..4826968 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-37.el9.tar.xz) = 11c4d4bdf6933357ff63fafc7161d719aa9eed736e0b9d19e8e1c484e014b042478699275ecd977ac14aeb930b4700ec61e802ec12530160d41a06a0bd9d1691 -SHA512 (kernel-abi-stablelists-5.14.0-37.tar.bz2) = e883e3fd4ae92d367f1bd833a58589fcb490585ca0594733953a0fe5bcd3a1bbcf85baa0f0f563614327e24118e37f95e438f1da73fef865302c5bbf77c125a5 -SHA512 (kernel-kabi-dw-5.14.0-37.tar.bz2) = e8772be058ab3289436c4d17dcf8437c882d41794fa715699497a241414e443736b2b69fb93e76762cf4759f076da86a97c1ff871008970b35d8704d0bbb1148 +SHA512 (linux-5.14.0-38.el9.tar.xz) = 69adb66fe245545a2c949e3f0ec8d68eab4ff08543b53c8f86aa36749c8ae2a91f9404410c28e2806e16887f4602675eb1bdc69478a8c85592f85f4270eaac29 +SHA512 (kernel-abi-stablelists-5.14.0-38.tar.bz2) = 7d6b844c6057738697fd2fda142960cd442d86c5c2966e6c201e4e3b1bb3a706548fdceadf096768fe2afd4f24a29074f79881476385c78ee413f937b1052d54 +SHA512 (kernel-kabi-dw-5.14.0-38.tar.bz2) = 7d6180b201584041a09cf12ee7f44fa9424729b00ea811b3f257dc7fc3c73fcd8aaaac7783116d4016273a12d11693a9f750a3c28a0f41489a60f4ee23c5f3de