From 4f57265384d12af52765c0f13d17a449bbd56b4f Mon Sep 17 00:00:00 2001 From: CKI KWF Bot Date: Thu, 9 Oct 2025 15:57:16 +0000 Subject: [PATCH] kernel-5.14.0-624.el9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Thu Oct 09 2025 CKI KWF Bot [5.14.0-624.el9] - x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs (David Arcari) [RHEL-118965] - fs/resctrl: Eliminate false positive lockdep warning when reading SNC counters (David Arcari) [RHEL-118965] - resctrl: get rid of pointless debugfs_file_{get,put}() (David Arcari) [RHEL-118965] - x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl subsystem (David Arcari) [RHEL-118965] - fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_mutex (David Arcari) [RHEL-118965] - x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl (David Arcari) [RHEL-118965] - selftests/resctrl: Discover SNC kernel support and adjust messages (David Arcari) [RHEL-118965] - selftests/resctrl: Adjust effective L3 cache size with SNC enabled (David Arcari) [RHEL-118965] - selftests/resctrl: Replace magic constants used as array size (David Arcari) [RHEL-118965] - selftests/resctrl: Keep results from first test run (David Arcari) [RHEL-118965] - selftests/resctrl: Do not compare performance counters and resctrl at low bandwidth (David Arcari) [RHEL-118965] - selftests/resctrl: Use cache size to determine "fill_buf" buffer size (David Arcari) [RHEL-118965] - selftests/resctrl: Ensure measurements skip initialization of default benchmark (David Arcari) [RHEL-118965] - selftests/resctrl: Make benchmark parameter passing robust (David Arcari) [RHEL-118965] - selftests/resctrl: Remove unused measurement code (David Arcari) [RHEL-118965] - selftests/resctrl: Only support measured read operation (David Arcari) [RHEL-118965] - selftests/resctrl: Remove "once" parameter required to be false (David Arcari) [RHEL-118965] - selftests/resctrl: Make wraparound handling obvious (David Arcari) [RHEL-118965] - selftests/resctrl: Protect against array overflow when reading strings (David Arcari) [RHEL-118965] - selftests/resctrl: Protect against array overrun during iMC config parsing (David Arcari) [RHEL-118965] - selftests/resctrl: Fix memory overflow due to unhandled wraparound (David Arcari) [RHEL-118965] - selftests/resctrl: Print accurate buffer size as part of MBM results (David Arcari) [RHEL-118965] - selftests/resctrl: Make functions only used in same file static (David Arcari) [RHEL-118965] - x86/resctrl: Move pseudo lock prototypes to include/linux/resctrl.h (David Arcari) [RHEL-118965] - x86/resctrl: Move enum resctrl_event_id to resctrl.h (David Arcari) [RHEL-118965] - x86/resctrl: Always initialise rid field in rdt_resources_all[] (David Arcari) [RHEL-118965] - x86/resctrl: Relax some asm #includes (David Arcari) [RHEL-118965] - x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context() (David Arcari) [RHEL-118965] - x86/resctrl: Squelch whitespace anomalies in resctrl core code (David Arcari) [RHEL-118965] - x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl (David Arcari) [RHEL-118965] - fs/resctrl: Add boiler plate for external resctrl code (David Arcari) [RHEL-118965] - x86/resctrl: Split trace.h (David Arcari) [RHEL-118965] - x86/resctrl: Expand the width of domid by replacing mon_data_bits (David Arcari) [RHEL-118965] - x86/resctrl: Add end-marker to the resctrl_event_id enum (David Arcari) [RHEL-118965] - x86/resctrl: Move is_mba_sc() out of core.c (David Arcari) [RHEL-118965] - x86/resctrl: Drop __init/__exit on assorted symbols (David Arcari) [RHEL-118965] - x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount point (David Arcari) [RHEL-118965] - x86/resctrl: Check all domains are offline in resctrl_exit() (David Arcari) [RHEL-118965] - x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_" (David Arcari) [RHEL-118965] - x86/resctrl: Remove the limit on the number of CLOSID (David Arcari) [RHEL-118965] - x86/resctrl: Optimize cpumask_any_housekeeping() (David Arcari) [RHEL-118965] - cpumask: Relax cpumask_any_but() (David Arcari) [RHEL-118965] - cpumask: Add cpumask_{first,next}_andnot() API (David Arcari) [RHEL-118965] - find: Add find_first_andnot_bit() (David Arcari) [RHEL-118965] - x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name (David Arcari) [RHEL-118965] - x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers (David Arcari) [RHEL-118965] - x86/resctrl: Move get_config_index() to a header (David Arcari) [RHEL-118965] - x86/resctrl: Handle throttle_mode for SMBA resources (David Arcari) [RHEL-118965] - x86/resctrl: Move RFTYPE flags to be managed by resctrl (David Arcari) [RHEL-118965] - x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr (David Arcari) [RHEL-118965] - x86/resctrl: Make prefetch_disable_bits belong to the arch code (David Arcari) [RHEL-118965] - x86/resctrl: Allow an architecture to disable pseudo lock (David Arcari) [RHEL-118965] - x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions (David Arcari) [RHEL-118965] - x86/resctrl: Move mbm_cfg_mask to struct rdt_resource (David Arcari) [RHEL-118965] - x86/resctrl: Move mba_mbps_default_event init to filesystem code (David Arcari) [RHEL-118965] - x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers (David Arcari) [RHEL-118965] - x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC (David Arcari) [RHEL-118965] - x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h (David Arcari) [RHEL-118965] - x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers (David Arcari) [RHEL-118965] - x86/resctrl: Move monitor init work to a resctrl init call (David Arcari) [RHEL-118965] - x86/resctrl: Move monitor exit work to a resctrl exit call (David Arcari) [RHEL-118965] - x86/resctrl: Add an arch helper to reset one resource (David Arcari) [RHEL-118965] - x86/resctrl: Move resctrl types to a separate header (David Arcari) [RHEL-118965] - x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code (David Arcari) [RHEL-118965] - x86/resctrl: Expose resctrl fs's init function to the rest of the kernel (David Arcari) [RHEL-118965] - x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid() (David Arcari) [RHEL-118965] - x86/resctrl: Add helper for setting CPU default properties (David Arcari) [RHEL-118965] - x86/resctrl: Generate default_ctrl instead of sharing it (David Arcari) [RHEL-118965] - x86/resctrl: Add max_bw to struct resctrl_membw (David Arcari) [RHEL-118965] - x86/resctrl: Remove data_width and the tabular format (David Arcari) [RHEL-118965] - x86/resctrl: Use schema type to determine the schema format string (David Arcari) [RHEL-118965] - x86/resctrl: Use schema type to determine how to parse schema values (David Arcari) [RHEL-118965] - x86/resctrl: Remove fflags from struct rdt_resource (David Arcari) [RHEL-118965] - x86/resctrl: Add a helper to avoid reaching into the arch code resource list (David Arcari) [RHEL-118965] - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (David Arcari) [RHEL-118965] - kernfs: Move dput() outside of the RCU section. (David Arcari) [RHEL-118965] - kernfs: Drop kernfs_rwsem while invoking lookup_positive_unlocked(). (David Arcari) [RHEL-118965] - kernfs: Use RCU to access kernfs_node::name. (David Arcari) [RHEL-118965] - kernfs: Use RCU to access kernfs_node::parent. (David Arcari) [RHEL-118965] - kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir(). (David Arcari) [RHEL-118965] - kernfs: Acquire kernfs_rwsem in kernfs_node_dentry(). (David Arcari) [RHEL-118965] - kernfs: mount: Remove unnecessary ‘NULL’ values from knparent (David Arcari) [RHEL-118965] - kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry(). (David Arcari) [RHEL-118965] - kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn(). (David Arcari) [RHEL-118965] - kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id() (David Arcari) [RHEL-118965] - x86/resctrl: Document the new "mba_MBps_event" file (David Arcari) [RHEL-118965] - x86/resctrl: Add write option to "mba_MBps_event" file (David Arcari) [RHEL-118965] - x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directories (David Arcari) [RHEL-118965] - x86/resctrl: Make mba_sc use total bandwidth if local is not supported (David Arcari) [RHEL-118965] - x86/resctrl: Compute memory bandwidth for all supported events (David Arcari) [RHEL-118965] - x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event (David Arcari) [RHEL-118965] - x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control (David Arcari) [RHEL-118965] - x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags (David Arcari) [RHEL-118965] - x86/resctrl: Use kthread_run_on_cpu() (David Arcari) [RHEL-118965] - x86/resctrl: Support Sub-NUMA cluster mode SNC6 (David Arcari) [RHEL-118965] - x86/resctrl: Slightly clean-up mbm_config_show() (David Arcari) [RHEL-118965] - x86/resctrl: Annotate get_mem_config() functions as __init (David Arcari) [RHEL-118965] - finally take no_llseek out [partial] (David Arcari) [RHEL-118965] - x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS (David Arcari) [RHEL-118444] - x86/msr: Improve the comments of the DECLARE_ARGS()/EAX_EDX_VAL()/EAX_EDX_RET() facility (David Arcari) [RHEL-118444] - x86/msr: Standardize on u64 in (David Arcari) [RHEL-118444] - x86/mce: use is_copy_from_user() to determine copy-from-user context (David Arcari) [RHEL-118444] - x86/mce/threshold: Remove the redundant this_cpu_dec_return() (David Arcari) [RHEL-118444] - x86/mce/mcelog: Use xchg() to get and clear the flags (David Arcari) [RHEL-118444] - finally take no_llseek out [partial] (David Arcari) [RHEL-118444] - treewide: Fix wrong singular form of jiffies in comments [partial] (David Arcari) [RHEL-118444] - x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (David Arcari) [RHEL-118444] - x86/mce/amd: Fix threshold limit reset (David Arcari) [RHEL-118444] - x86/mce/amd: Add default names for MCA banks and blocks (David Arcari) [RHEL-118444] - x86/mce: Ensure user polling settings are honored when restarting timer (David Arcari) [RHEL-118444] - x86/mce: Don't remove sysfs if thresholding sysfs init fails (David Arcari) [RHEL-118444] - x86/mce/inject: Remove call to mce_notify_irq() (David Arcari) [RHEL-118444] - x86/mce/amd: Remove shared threshold bank plumbing (David Arcari) [RHEL-118444] - x86/mce: Remove the redundant mce_hygon_feature_init() (David Arcari) [RHEL-118444] - x86/mce: Convert family/model mixed checks to VFM-based checks (David Arcari) [RHEL-118444] - x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic IFM references (David Arcari) [RHEL-118444] - x86/mce: Break up __mcheck_cpu_apply_quirks() (David Arcari) [RHEL-118444] - x86/mce: Make four functions return bool (David Arcari) [RHEL-118444] - x86/mce: Make several functions return bool (David Arcari) [RHEL-118444] - x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff (David Arcari) [RHEL-118444] - x86/mce: Remove unused variable and return value in machine_check_poll() (David Arcari) [RHEL-118444] - x86/mce: Switch to new Intel CPU model defines (David Arcari) [RHEL-118444] - x86/mce: Make mce_subsys const (David Arcari) [RHEL-118444] - x86/mce: Handle Intel threshold interrupt storms (David Arcari) [RHEL-118444] - x86/mce: Add per-bank CMCI storm mitigation (David Arcari) [RHEL-118444] - x86/mce: Remove old CMCI storm mitigation code (David Arcari) [RHEL-118444] - netfilter: ipset: fix region locking in hash types (CKI Backport Bot) [RHEL-115637] - tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (Xin Long) [RHEL-115652] - tipc: use kfree_sensitive() for aead cleanup (Xin Long) [RHEL-115652] - tipc: fix NULL pointer dereference in tipc_mon_reinit_self() (Xin Long) [RHEL-115652] - tipc: fix memory leak in tipc_link_xmit (Xin Long) [RHEL-115652] - tipc: re-order conditions in tipc_crypto_key_rcv() (Xin Long) [RHEL-115652] - net: tipc: remove one synchronize_net() from tipc_nametbl_stop() (Xin Long) [RHEL-115652] - tcp: add tcp_rto_max_ms sysctl (Antoine Tenart) [RHEL-115191] - tcp: add the ability to control max RTO (Antoine Tenart) [RHEL-115191] - tcp: use tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191] - tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191] - tcp: remove tcp_reset_xmit_timer() @max_when argument (Antoine Tenart) [RHEL-115191] - book3s64/hash: Remove kfence support temporarily (Mamatha Inamdar) [RHEL-114396] - padata: Reset next CPU when reorder sequence wraps around (Herbert Xu) [RHEL-39495] - padata: Remove comment for reorder_work (Herbert Xu) [RHEL-39495] - padata: Fix pd UAF once and for all (Herbert Xu) [RHEL-39495] - padata: do not leak refcount in reorder_work (Herbert Xu) [RHEL-39495] Resolves: RHEL-114396, RHEL-115191, RHEL-115637, RHEL-115652, RHEL-118444, RHEL-118965, RHEL-39495 Signed-off-by: CKI KWF Bot --- Makefile.rhelver | 2 +- kernel.changelog | 146 ++++++++++++++++++++++++++++++++++++++++++++ kernel.spec | 153 +++++++++++++++++++++++++++++++++++++++++++++-- sources | 6 +- 4 files changed, 299 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 0b9d8a568..4f48a9b85 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 8 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 623 +RHEL_RELEASE = 624 # # ZSTREAM diff --git a/kernel.changelog b/kernel.changelog index 1749a15ad..e57e31975 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,149 @@ +* Thu Oct 09 2025 CKI KWF Bot [5.14.0-624.el9] +- x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs (David Arcari) [RHEL-118965] +- fs/resctrl: Eliminate false positive lockdep warning when reading SNC counters (David Arcari) [RHEL-118965] +- resctrl: get rid of pointless debugfs_file_{get,put}() (David Arcari) [RHEL-118965] +- x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl subsystem (David Arcari) [RHEL-118965] +- fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_mutex (David Arcari) [RHEL-118965] +- x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl (David Arcari) [RHEL-118965] +- selftests/resctrl: Discover SNC kernel support and adjust messages (David Arcari) [RHEL-118965] +- selftests/resctrl: Adjust effective L3 cache size with SNC enabled (David Arcari) [RHEL-118965] +- selftests/resctrl: Replace magic constants used as array size (David Arcari) [RHEL-118965] +- selftests/resctrl: Keep results from first test run (David Arcari) [RHEL-118965] +- selftests/resctrl: Do not compare performance counters and resctrl at low bandwidth (David Arcari) [RHEL-118965] +- selftests/resctrl: Use cache size to determine "fill_buf" buffer size (David Arcari) [RHEL-118965] +- selftests/resctrl: Ensure measurements skip initialization of default benchmark (David Arcari) [RHEL-118965] +- selftests/resctrl: Make benchmark parameter passing robust (David Arcari) [RHEL-118965] +- selftests/resctrl: Remove unused measurement code (David Arcari) [RHEL-118965] +- selftests/resctrl: Only support measured read operation (David Arcari) [RHEL-118965] +- selftests/resctrl: Remove "once" parameter required to be false (David Arcari) [RHEL-118965] +- selftests/resctrl: Make wraparound handling obvious (David Arcari) [RHEL-118965] +- selftests/resctrl: Protect against array overflow when reading strings (David Arcari) [RHEL-118965] +- selftests/resctrl: Protect against array overrun during iMC config parsing (David Arcari) [RHEL-118965] +- selftests/resctrl: Fix memory overflow due to unhandled wraparound (David Arcari) [RHEL-118965] +- selftests/resctrl: Print accurate buffer size as part of MBM results (David Arcari) [RHEL-118965] +- selftests/resctrl: Make functions only used in same file static (David Arcari) [RHEL-118965] +- x86/resctrl: Move pseudo lock prototypes to include/linux/resctrl.h (David Arcari) [RHEL-118965] +- x86/resctrl: Move enum resctrl_event_id to resctrl.h (David Arcari) [RHEL-118965] +- x86/resctrl: Always initialise rid field in rdt_resources_all[] (David Arcari) [RHEL-118965] +- x86/resctrl: Relax some asm #includes (David Arcari) [RHEL-118965] +- x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context() (David Arcari) [RHEL-118965] +- x86/resctrl: Squelch whitespace anomalies in resctrl core code (David Arcari) [RHEL-118965] +- x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl (David Arcari) [RHEL-118965] +- fs/resctrl: Add boiler plate for external resctrl code (David Arcari) [RHEL-118965] +- x86/resctrl: Split trace.h (David Arcari) [RHEL-118965] +- x86/resctrl: Expand the width of domid by replacing mon_data_bits (David Arcari) [RHEL-118965] +- x86/resctrl: Add end-marker to the resctrl_event_id enum (David Arcari) [RHEL-118965] +- x86/resctrl: Move is_mba_sc() out of core.c (David Arcari) [RHEL-118965] +- x86/resctrl: Drop __init/__exit on assorted symbols (David Arcari) [RHEL-118965] +- x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount point (David Arcari) [RHEL-118965] +- x86/resctrl: Check all domains are offline in resctrl_exit() (David Arcari) [RHEL-118965] +- x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_" (David Arcari) [RHEL-118965] +- x86/resctrl: Remove the limit on the number of CLOSID (David Arcari) [RHEL-118965] +- x86/resctrl: Optimize cpumask_any_housekeeping() (David Arcari) [RHEL-118965] +- cpumask: Relax cpumask_any_but() (David Arcari) [RHEL-118965] +- cpumask: Add cpumask_{first,next}_andnot() API (David Arcari) [RHEL-118965] +- find: Add find_first_andnot_bit() (David Arcari) [RHEL-118965] +- x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name (David Arcari) [RHEL-118965] +- x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers (David Arcari) [RHEL-118965] +- x86/resctrl: Move get_config_index() to a header (David Arcari) [RHEL-118965] +- x86/resctrl: Handle throttle_mode for SMBA resources (David Arcari) [RHEL-118965] +- x86/resctrl: Move RFTYPE flags to be managed by resctrl (David Arcari) [RHEL-118965] +- x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr (David Arcari) [RHEL-118965] +- x86/resctrl: Make prefetch_disable_bits belong to the arch code (David Arcari) [RHEL-118965] +- x86/resctrl: Allow an architecture to disable pseudo lock (David Arcari) [RHEL-118965] +- x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions (David Arcari) [RHEL-118965] +- x86/resctrl: Move mbm_cfg_mask to struct rdt_resource (David Arcari) [RHEL-118965] +- x86/resctrl: Move mba_mbps_default_event init to filesystem code (David Arcari) [RHEL-118965] +- x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers (David Arcari) [RHEL-118965] +- x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC (David Arcari) [RHEL-118965] +- x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h (David Arcari) [RHEL-118965] +- x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers (David Arcari) [RHEL-118965] +- x86/resctrl: Move monitor init work to a resctrl init call (David Arcari) [RHEL-118965] +- x86/resctrl: Move monitor exit work to a resctrl exit call (David Arcari) [RHEL-118965] +- x86/resctrl: Add an arch helper to reset one resource (David Arcari) [RHEL-118965] +- x86/resctrl: Move resctrl types to a separate header (David Arcari) [RHEL-118965] +- x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code (David Arcari) [RHEL-118965] +- x86/resctrl: Expose resctrl fs's init function to the rest of the kernel (David Arcari) [RHEL-118965] +- x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid() (David Arcari) [RHEL-118965] +- x86/resctrl: Add helper for setting CPU default properties (David Arcari) [RHEL-118965] +- x86/resctrl: Generate default_ctrl instead of sharing it (David Arcari) [RHEL-118965] +- x86/resctrl: Add max_bw to struct resctrl_membw (David Arcari) [RHEL-118965] +- x86/resctrl: Remove data_width and the tabular format (David Arcari) [RHEL-118965] +- x86/resctrl: Use schema type to determine the schema format string (David Arcari) [RHEL-118965] +- x86/resctrl: Use schema type to determine how to parse schema values (David Arcari) [RHEL-118965] +- x86/resctrl: Remove fflags from struct rdt_resource (David Arcari) [RHEL-118965] +- x86/resctrl: Add a helper to avoid reaching into the arch code resource list (David Arcari) [RHEL-118965] +- x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (David Arcari) [RHEL-118965] +- kernfs: Move dput() outside of the RCU section. (David Arcari) [RHEL-118965] +- kernfs: Drop kernfs_rwsem while invoking lookup_positive_unlocked(). (David Arcari) [RHEL-118965] +- kernfs: Use RCU to access kernfs_node::name. (David Arcari) [RHEL-118965] +- kernfs: Use RCU to access kernfs_node::parent. (David Arcari) [RHEL-118965] +- kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir(). (David Arcari) [RHEL-118965] +- kernfs: Acquire kernfs_rwsem in kernfs_node_dentry(). (David Arcari) [RHEL-118965] +- kernfs: mount: Remove unnecessary ‘NULL’ values from knparent (David Arcari) [RHEL-118965] +- kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry(). (David Arcari) [RHEL-118965] +- kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn(). (David Arcari) [RHEL-118965] +- kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id() (David Arcari) [RHEL-118965] +- x86/resctrl: Document the new "mba_MBps_event" file (David Arcari) [RHEL-118965] +- x86/resctrl: Add write option to "mba_MBps_event" file (David Arcari) [RHEL-118965] +- x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directories (David Arcari) [RHEL-118965] +- x86/resctrl: Make mba_sc use total bandwidth if local is not supported (David Arcari) [RHEL-118965] +- x86/resctrl: Compute memory bandwidth for all supported events (David Arcari) [RHEL-118965] +- x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event (David Arcari) [RHEL-118965] +- x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control (David Arcari) [RHEL-118965] +- x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags (David Arcari) [RHEL-118965] +- x86/resctrl: Use kthread_run_on_cpu() (David Arcari) [RHEL-118965] +- x86/resctrl: Support Sub-NUMA cluster mode SNC6 (David Arcari) [RHEL-118965] +- x86/resctrl: Slightly clean-up mbm_config_show() (David Arcari) [RHEL-118965] +- x86/resctrl: Annotate get_mem_config() functions as __init (David Arcari) [RHEL-118965] +- finally take no_llseek out [partial] (David Arcari) [RHEL-118965] +- x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS (David Arcari) [RHEL-118444] +- x86/msr: Improve the comments of the DECLARE_ARGS()/EAX_EDX_VAL()/EAX_EDX_RET() facility (David Arcari) [RHEL-118444] +- x86/msr: Standardize on u64 in (David Arcari) [RHEL-118444] +- x86/mce: use is_copy_from_user() to determine copy-from-user context (David Arcari) [RHEL-118444] +- x86/mce/threshold: Remove the redundant this_cpu_dec_return() (David Arcari) [RHEL-118444] +- x86/mce/mcelog: Use xchg() to get and clear the flags (David Arcari) [RHEL-118444] +- finally take no_llseek out [partial] (David Arcari) [RHEL-118444] +- treewide: Fix wrong singular form of jiffies in comments [partial] (David Arcari) [RHEL-118444] +- x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (David Arcari) [RHEL-118444] +- x86/mce/amd: Fix threshold limit reset (David Arcari) [RHEL-118444] +- x86/mce/amd: Add default names for MCA banks and blocks (David Arcari) [RHEL-118444] +- x86/mce: Ensure user polling settings are honored when restarting timer (David Arcari) [RHEL-118444] +- x86/mce: Don't remove sysfs if thresholding sysfs init fails (David Arcari) [RHEL-118444] +- x86/mce/inject: Remove call to mce_notify_irq() (David Arcari) [RHEL-118444] +- x86/mce/amd: Remove shared threshold bank plumbing (David Arcari) [RHEL-118444] +- x86/mce: Remove the redundant mce_hygon_feature_init() (David Arcari) [RHEL-118444] +- x86/mce: Convert family/model mixed checks to VFM-based checks (David Arcari) [RHEL-118444] +- x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic IFM references (David Arcari) [RHEL-118444] +- x86/mce: Break up __mcheck_cpu_apply_quirks() (David Arcari) [RHEL-118444] +- x86/mce: Make four functions return bool (David Arcari) [RHEL-118444] +- x86/mce: Make several functions return bool (David Arcari) [RHEL-118444] +- x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff (David Arcari) [RHEL-118444] +- x86/mce: Remove unused variable and return value in machine_check_poll() (David Arcari) [RHEL-118444] +- x86/mce: Switch to new Intel CPU model defines (David Arcari) [RHEL-118444] +- x86/mce: Make mce_subsys const (David Arcari) [RHEL-118444] +- x86/mce: Handle Intel threshold interrupt storms (David Arcari) [RHEL-118444] +- x86/mce: Add per-bank CMCI storm mitigation (David Arcari) [RHEL-118444] +- x86/mce: Remove old CMCI storm mitigation code (David Arcari) [RHEL-118444] +- netfilter: ipset: fix region locking in hash types (CKI Backport Bot) [RHEL-115637] +- tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (Xin Long) [RHEL-115652] +- tipc: use kfree_sensitive() for aead cleanup (Xin Long) [RHEL-115652] +- tipc: fix NULL pointer dereference in tipc_mon_reinit_self() (Xin Long) [RHEL-115652] +- tipc: fix memory leak in tipc_link_xmit (Xin Long) [RHEL-115652] +- tipc: re-order conditions in tipc_crypto_key_rcv() (Xin Long) [RHEL-115652] +- net: tipc: remove one synchronize_net() from tipc_nametbl_stop() (Xin Long) [RHEL-115652] +- tcp: add tcp_rto_max_ms sysctl (Antoine Tenart) [RHEL-115191] +- tcp: add the ability to control max RTO (Antoine Tenart) [RHEL-115191] +- tcp: use tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191] +- tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191] +- tcp: remove tcp_reset_xmit_timer() @max_when argument (Antoine Tenart) [RHEL-115191] +- book3s64/hash: Remove kfence support temporarily (Mamatha Inamdar) [RHEL-114396] +- padata: Reset next CPU when reorder sequence wraps around (Herbert Xu) [RHEL-39495] +- padata: Remove comment for reorder_work (Herbert Xu) [RHEL-39495] +- padata: Fix pd UAF once and for all (Herbert Xu) [RHEL-39495] +- padata: do not leak refcount in reorder_work (Herbert Xu) [RHEL-39495] +Resolves: RHEL-114396, RHEL-115191, RHEL-115637, RHEL-115652, RHEL-118444, RHEL-118965, RHEL-39495 + * Wed Oct 08 2025 CKI KWF Bot [5.14.0-623.el9] - crypto: seqiv - Handle EBUSY correctly (CKI Backport Bot) [RHEL-117236] {CVE-2023-53373} - ice: fix Rx page leak on multi-buffer frames (Petr Oros) [RHEL-116541] diff --git a/kernel.spec b/kernel.spec index 195629381..48ac07fcb 100755 --- a/kernel.spec +++ b/kernel.spec @@ -165,15 +165,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 623 +%define pkgrelease 624 %define kversion 5 -%define tarfile_release 5.14.0-623.el9 +%define tarfile_release 5.14.0-624.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 623%{?buildid}%{?dist} +%define specrelease 624%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-623.el9 +%define kabiversion 5.14.0-624.el9 # # End of genspec.sh variables @@ -3684,6 +3684,151 @@ fi # # %changelog +* Thu Oct 09 2025 CKI KWF Bot [5.14.0-624.el9] +- x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs (David Arcari) [RHEL-118965] +- fs/resctrl: Eliminate false positive lockdep warning when reading SNC counters (David Arcari) [RHEL-118965] +- resctrl: get rid of pointless debugfs_file_{get,put}() (David Arcari) [RHEL-118965] +- x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl subsystem (David Arcari) [RHEL-118965] +- fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_mutex (David Arcari) [RHEL-118965] +- x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl (David Arcari) [RHEL-118965] +- selftests/resctrl: Discover SNC kernel support and adjust messages (David Arcari) [RHEL-118965] +- selftests/resctrl: Adjust effective L3 cache size with SNC enabled (David Arcari) [RHEL-118965] +- selftests/resctrl: Replace magic constants used as array size (David Arcari) [RHEL-118965] +- selftests/resctrl: Keep results from first test run (David Arcari) [RHEL-118965] +- selftests/resctrl: Do not compare performance counters and resctrl at low bandwidth (David Arcari) [RHEL-118965] +- selftests/resctrl: Use cache size to determine "fill_buf" buffer size (David Arcari) [RHEL-118965] +- selftests/resctrl: Ensure measurements skip initialization of default benchmark (David Arcari) [RHEL-118965] +- selftests/resctrl: Make benchmark parameter passing robust (David Arcari) [RHEL-118965] +- selftests/resctrl: Remove unused measurement code (David Arcari) [RHEL-118965] +- selftests/resctrl: Only support measured read operation (David Arcari) [RHEL-118965] +- selftests/resctrl: Remove "once" parameter required to be false (David Arcari) [RHEL-118965] +- selftests/resctrl: Make wraparound handling obvious (David Arcari) [RHEL-118965] +- selftests/resctrl: Protect against array overflow when reading strings (David Arcari) [RHEL-118965] +- selftests/resctrl: Protect against array overrun during iMC config parsing (David Arcari) [RHEL-118965] +- selftests/resctrl: Fix memory overflow due to unhandled wraparound (David Arcari) [RHEL-118965] +- selftests/resctrl: Print accurate buffer size as part of MBM results (David Arcari) [RHEL-118965] +- selftests/resctrl: Make functions only used in same file static (David Arcari) [RHEL-118965] +- x86/resctrl: Move pseudo lock prototypes to include/linux/resctrl.h (David Arcari) [RHEL-118965] +- x86/resctrl: Move enum resctrl_event_id to resctrl.h (David Arcari) [RHEL-118965] +- x86/resctrl: Always initialise rid field in rdt_resources_all[] (David Arcari) [RHEL-118965] +- x86/resctrl: Relax some asm #includes (David Arcari) [RHEL-118965] +- x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context() (David Arcari) [RHEL-118965] +- x86/resctrl: Squelch whitespace anomalies in resctrl core code (David Arcari) [RHEL-118965] +- x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl (David Arcari) [RHEL-118965] +- fs/resctrl: Add boiler plate for external resctrl code (David Arcari) [RHEL-118965] +- x86/resctrl: Split trace.h (David Arcari) [RHEL-118965] +- x86/resctrl: Expand the width of domid by replacing mon_data_bits (David Arcari) [RHEL-118965] +- x86/resctrl: Add end-marker to the resctrl_event_id enum (David Arcari) [RHEL-118965] +- x86/resctrl: Move is_mba_sc() out of core.c (David Arcari) [RHEL-118965] +- x86/resctrl: Drop __init/__exit on assorted symbols (David Arcari) [RHEL-118965] +- x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount point (David Arcari) [RHEL-118965] +- x86/resctrl: Check all domains are offline in resctrl_exit() (David Arcari) [RHEL-118965] +- x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_" (David Arcari) [RHEL-118965] +- x86/resctrl: Remove the limit on the number of CLOSID (David Arcari) [RHEL-118965] +- x86/resctrl: Optimize cpumask_any_housekeeping() (David Arcari) [RHEL-118965] +- cpumask: Relax cpumask_any_but() (David Arcari) [RHEL-118965] +- cpumask: Add cpumask_{first,next}_andnot() API (David Arcari) [RHEL-118965] +- find: Add find_first_andnot_bit() (David Arcari) [RHEL-118965] +- x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name (David Arcari) [RHEL-118965] +- x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers (David Arcari) [RHEL-118965] +- x86/resctrl: Move get_config_index() to a header (David Arcari) [RHEL-118965] +- x86/resctrl: Handle throttle_mode for SMBA resources (David Arcari) [RHEL-118965] +- x86/resctrl: Move RFTYPE flags to be managed by resctrl (David Arcari) [RHEL-118965] +- x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr (David Arcari) [RHEL-118965] +- x86/resctrl: Make prefetch_disable_bits belong to the arch code (David Arcari) [RHEL-118965] +- x86/resctrl: Allow an architecture to disable pseudo lock (David Arcari) [RHEL-118965] +- x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions (David Arcari) [RHEL-118965] +- x86/resctrl: Move mbm_cfg_mask to struct rdt_resource (David Arcari) [RHEL-118965] +- x86/resctrl: Move mba_mbps_default_event init to filesystem code (David Arcari) [RHEL-118965] +- x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers (David Arcari) [RHEL-118965] +- x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC (David Arcari) [RHEL-118965] +- x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h (David Arcari) [RHEL-118965] +- x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers (David Arcari) [RHEL-118965] +- x86/resctrl: Move monitor init work to a resctrl init call (David Arcari) [RHEL-118965] +- x86/resctrl: Move monitor exit work to a resctrl exit call (David Arcari) [RHEL-118965] +- x86/resctrl: Add an arch helper to reset one resource (David Arcari) [RHEL-118965] +- x86/resctrl: Move resctrl types to a separate header (David Arcari) [RHEL-118965] +- x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code (David Arcari) [RHEL-118965] +- x86/resctrl: Expose resctrl fs's init function to the rest of the kernel (David Arcari) [RHEL-118965] +- x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid() (David Arcari) [RHEL-118965] +- x86/resctrl: Add helper for setting CPU default properties (David Arcari) [RHEL-118965] +- x86/resctrl: Generate default_ctrl instead of sharing it (David Arcari) [RHEL-118965] +- x86/resctrl: Add max_bw to struct resctrl_membw (David Arcari) [RHEL-118965] +- x86/resctrl: Remove data_width and the tabular format (David Arcari) [RHEL-118965] +- x86/resctrl: Use schema type to determine the schema format string (David Arcari) [RHEL-118965] +- x86/resctrl: Use schema type to determine how to parse schema values (David Arcari) [RHEL-118965] +- x86/resctrl: Remove fflags from struct rdt_resource (David Arcari) [RHEL-118965] +- x86/resctrl: Add a helper to avoid reaching into the arch code resource list (David Arcari) [RHEL-118965] +- x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (David Arcari) [RHEL-118965] +- kernfs: Move dput() outside of the RCU section. (David Arcari) [RHEL-118965] +- kernfs: Drop kernfs_rwsem while invoking lookup_positive_unlocked(). (David Arcari) [RHEL-118965] +- kernfs: Use RCU to access kernfs_node::name. (David Arcari) [RHEL-118965] +- kernfs: Use RCU to access kernfs_node::parent. (David Arcari) [RHEL-118965] +- kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir(). (David Arcari) [RHEL-118965] +- kernfs: Acquire kernfs_rwsem in kernfs_node_dentry(). (David Arcari) [RHEL-118965] +- kernfs: mount: Remove unnecessary ‘NULL’ values from knparent (David Arcari) [RHEL-118965] +- kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry(). (David Arcari) [RHEL-118965] +- kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn(). (David Arcari) [RHEL-118965] +- kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id() (David Arcari) [RHEL-118965] +- x86/resctrl: Document the new "mba_MBps_event" file (David Arcari) [RHEL-118965] +- x86/resctrl: Add write option to "mba_MBps_event" file (David Arcari) [RHEL-118965] +- x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directories (David Arcari) [RHEL-118965] +- x86/resctrl: Make mba_sc use total bandwidth if local is not supported (David Arcari) [RHEL-118965] +- x86/resctrl: Compute memory bandwidth for all supported events (David Arcari) [RHEL-118965] +- x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event (David Arcari) [RHEL-118965] +- x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control (David Arcari) [RHEL-118965] +- x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags (David Arcari) [RHEL-118965] +- x86/resctrl: Use kthread_run_on_cpu() (David Arcari) [RHEL-118965] +- x86/resctrl: Support Sub-NUMA cluster mode SNC6 (David Arcari) [RHEL-118965] +- x86/resctrl: Slightly clean-up mbm_config_show() (David Arcari) [RHEL-118965] +- x86/resctrl: Annotate get_mem_config() functions as __init (David Arcari) [RHEL-118965] +- finally take no_llseek out [partial] (David Arcari) [RHEL-118965] +- x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS (David Arcari) [RHEL-118444] +- x86/msr: Improve the comments of the DECLARE_ARGS()/EAX_EDX_VAL()/EAX_EDX_RET() facility (David Arcari) [RHEL-118444] +- x86/msr: Standardize on u64 in (David Arcari) [RHEL-118444] +- x86/mce: use is_copy_from_user() to determine copy-from-user context (David Arcari) [RHEL-118444] +- x86/mce/threshold: Remove the redundant this_cpu_dec_return() (David Arcari) [RHEL-118444] +- x86/mce/mcelog: Use xchg() to get and clear the flags (David Arcari) [RHEL-118444] +- finally take no_llseek out [partial] (David Arcari) [RHEL-118444] +- treewide: Fix wrong singular form of jiffies in comments [partial] (David Arcari) [RHEL-118444] +- x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (David Arcari) [RHEL-118444] +- x86/mce/amd: Fix threshold limit reset (David Arcari) [RHEL-118444] +- x86/mce/amd: Add default names for MCA banks and blocks (David Arcari) [RHEL-118444] +- x86/mce: Ensure user polling settings are honored when restarting timer (David Arcari) [RHEL-118444] +- x86/mce: Don't remove sysfs if thresholding sysfs init fails (David Arcari) [RHEL-118444] +- x86/mce/inject: Remove call to mce_notify_irq() (David Arcari) [RHEL-118444] +- x86/mce/amd: Remove shared threshold bank plumbing (David Arcari) [RHEL-118444] +- x86/mce: Remove the redundant mce_hygon_feature_init() (David Arcari) [RHEL-118444] +- x86/mce: Convert family/model mixed checks to VFM-based checks (David Arcari) [RHEL-118444] +- x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic IFM references (David Arcari) [RHEL-118444] +- x86/mce: Break up __mcheck_cpu_apply_quirks() (David Arcari) [RHEL-118444] +- x86/mce: Make four functions return bool (David Arcari) [RHEL-118444] +- x86/mce: Make several functions return bool (David Arcari) [RHEL-118444] +- x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff (David Arcari) [RHEL-118444] +- x86/mce: Remove unused variable and return value in machine_check_poll() (David Arcari) [RHEL-118444] +- x86/mce: Switch to new Intel CPU model defines (David Arcari) [RHEL-118444] +- x86/mce: Make mce_subsys const (David Arcari) [RHEL-118444] +- x86/mce: Handle Intel threshold interrupt storms (David Arcari) [RHEL-118444] +- x86/mce: Add per-bank CMCI storm mitigation (David Arcari) [RHEL-118444] +- x86/mce: Remove old CMCI storm mitigation code (David Arcari) [RHEL-118444] +- netfilter: ipset: fix region locking in hash types (CKI Backport Bot) [RHEL-115637] +- tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (Xin Long) [RHEL-115652] +- tipc: use kfree_sensitive() for aead cleanup (Xin Long) [RHEL-115652] +- tipc: fix NULL pointer dereference in tipc_mon_reinit_self() (Xin Long) [RHEL-115652] +- tipc: fix memory leak in tipc_link_xmit (Xin Long) [RHEL-115652] +- tipc: re-order conditions in tipc_crypto_key_rcv() (Xin Long) [RHEL-115652] +- net: tipc: remove one synchronize_net() from tipc_nametbl_stop() (Xin Long) [RHEL-115652] +- tcp: add tcp_rto_max_ms sysctl (Antoine Tenart) [RHEL-115191] +- tcp: add the ability to control max RTO (Antoine Tenart) [RHEL-115191] +- tcp: use tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191] +- tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191] +- tcp: remove tcp_reset_xmit_timer() @max_when argument (Antoine Tenart) [RHEL-115191] +- book3s64/hash: Remove kfence support temporarily (Mamatha Inamdar) [RHEL-114396] +- padata: Reset next CPU when reorder sequence wraps around (Herbert Xu) [RHEL-39495] +- padata: Remove comment for reorder_work (Herbert Xu) [RHEL-39495] +- padata: Fix pd UAF once and for all (Herbert Xu) [RHEL-39495] +- padata: do not leak refcount in reorder_work (Herbert Xu) [RHEL-39495] + * Wed Oct 08 2025 CKI KWF Bot [5.14.0-623.el9] - crypto: seqiv - Handle EBUSY correctly (CKI Backport Bot) [RHEL-117236] {CVE-2023-53373} - ice: fix Rx page leak on multi-buffer frames (Petr Oros) [RHEL-116541] diff --git a/sources b/sources index 97a361aad..8860ecb19 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-623.el9.tar.xz) = 6597cc22feac0889aab552a14352afa0183a636d9619094d656e86d7263c2ec054cad14e9b47d3d72335c06a7ad9f28ad7012a8d6153c26487a7e37e5b9cfd6e -SHA512 (kernel-abi-stablelists-5.14.0-623.el9.tar.bz2) = 347114c7af62880593a47c5b4e9dddcf09a14c54692b6695eff1168c9634373606c946457b15352fe4cafd27b2a2f3b4efcc4f088d3ec290c4ea05f62ab309db -SHA512 (kernel-kabi-dw-5.14.0-623.el9.tar.bz2) = c29376477c9a568d64c7dc0dba15e4e1d4714d837e05e521d1795243b64b349d610e46fc4a2414cb66c05fcb009d9f9907dacd8ac7fdd9e446ef4b2f1f63b991 +SHA512 (linux-5.14.0-624.el9.tar.xz) = 736e1657d02f98f0e5cc6558b4eec8548a1ee9ce6ae79371f2b50d04069cb36727a95de84aa34a43b50e9d1ada65d29b48a4b172a6a8ffc4852ea600e33e0493 +SHA512 (kernel-abi-stablelists-5.14.0-624.el9.tar.bz2) = 105ebe89cc893b030df5965f139d8db4b5b687a6893b141a729332415b8f99e13e1f7af5731edba5fd24121317cfb1e6a5d59c8f0ccdb65436d50a35905259bf +SHA512 (kernel-kabi-dw-5.14.0-624.el9.tar.bz2) = d480cb31d6bede5c60bc3168da964943de33b8610d3ce8b365bc5b2dead5a61859d2dfc83ea7fe8b7e8c9cacbc5e97fbe11438182a51a410e0f5e5a05c58abec