Skip to content

Commit 0c5d542

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-5.14.0-624.el9
Signed-off-by: CKI KWF Bot <[email protected]>
1 parent 08f0fbd commit 0c5d542

File tree

2 files changed

+147
-1
lines changed

2 files changed

+147
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 8
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 623
15+
RHEL_RELEASE = 624
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.8

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,149 @@
1+
* Thu Oct 09 2025 CKI KWF Bot <[email protected]> [5.14.0-624.el9]
2+
- x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs (David Arcari) [RHEL-118965]
3+
- fs/resctrl: Eliminate false positive lockdep warning when reading SNC counters (David Arcari) [RHEL-118965]
4+
- resctrl: get rid of pointless debugfs_file_{get,put}() (David Arcari) [RHEL-118965]
5+
- x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl subsystem (David Arcari) [RHEL-118965]
6+
- fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_mutex (David Arcari) [RHEL-118965]
7+
- x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl (David Arcari) [RHEL-118965]
8+
- selftests/resctrl: Discover SNC kernel support and adjust messages (David Arcari) [RHEL-118965]
9+
- selftests/resctrl: Adjust effective L3 cache size with SNC enabled (David Arcari) [RHEL-118965]
10+
- selftests/resctrl: Replace magic constants used as array size (David Arcari) [RHEL-118965]
11+
- selftests/resctrl: Keep results from first test run (David Arcari) [RHEL-118965]
12+
- selftests/resctrl: Do not compare performance counters and resctrl at low bandwidth (David Arcari) [RHEL-118965]
13+
- selftests/resctrl: Use cache size to determine "fill_buf" buffer size (David Arcari) [RHEL-118965]
14+
- selftests/resctrl: Ensure measurements skip initialization of default benchmark (David Arcari) [RHEL-118965]
15+
- selftests/resctrl: Make benchmark parameter passing robust (David Arcari) [RHEL-118965]
16+
- selftests/resctrl: Remove unused measurement code (David Arcari) [RHEL-118965]
17+
- selftests/resctrl: Only support measured read operation (David Arcari) [RHEL-118965]
18+
- selftests/resctrl: Remove "once" parameter required to be false (David Arcari) [RHEL-118965]
19+
- selftests/resctrl: Make wraparound handling obvious (David Arcari) [RHEL-118965]
20+
- selftests/resctrl: Protect against array overflow when reading strings (David Arcari) [RHEL-118965]
21+
- selftests/resctrl: Protect against array overrun during iMC config parsing (David Arcari) [RHEL-118965]
22+
- selftests/resctrl: Fix memory overflow due to unhandled wraparound (David Arcari) [RHEL-118965]
23+
- selftests/resctrl: Print accurate buffer size as part of MBM results (David Arcari) [RHEL-118965]
24+
- selftests/resctrl: Make functions only used in same file static (David Arcari) [RHEL-118965]
25+
- x86/resctrl: Move pseudo lock prototypes to include/linux/resctrl.h (David Arcari) [RHEL-118965]
26+
- x86/resctrl: Move enum resctrl_event_id to resctrl.h (David Arcari) [RHEL-118965]
27+
- x86/resctrl: Always initialise rid field in rdt_resources_all[] (David Arcari) [RHEL-118965]
28+
- x86/resctrl: Relax some asm #includes (David Arcari) [RHEL-118965]
29+
- x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context() (David Arcari) [RHEL-118965]
30+
- x86/resctrl: Squelch whitespace anomalies in resctrl core code (David Arcari) [RHEL-118965]
31+
- x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl (David Arcari) [RHEL-118965]
32+
- fs/resctrl: Add boiler plate for external resctrl code (David Arcari) [RHEL-118965]
33+
- x86/resctrl: Split trace.h (David Arcari) [RHEL-118965]
34+
- x86/resctrl: Expand the width of domid by replacing mon_data_bits (David Arcari) [RHEL-118965]
35+
- x86/resctrl: Add end-marker to the resctrl_event_id enum (David Arcari) [RHEL-118965]
36+
- x86/resctrl: Move is_mba_sc() out of core.c (David Arcari) [RHEL-118965]
37+
- x86/resctrl: Drop __init/__exit on assorted symbols (David Arcari) [RHEL-118965]
38+
- x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount point (David Arcari) [RHEL-118965]
39+
- x86/resctrl: Check all domains are offline in resctrl_exit() (David Arcari) [RHEL-118965]
40+
- x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_" (David Arcari) [RHEL-118965]
41+
- x86/resctrl: Remove the limit on the number of CLOSID (David Arcari) [RHEL-118965]
42+
- x86/resctrl: Optimize cpumask_any_housekeeping() (David Arcari) [RHEL-118965]
43+
- cpumask: Relax cpumask_any_but() (David Arcari) [RHEL-118965]
44+
- cpumask: Add cpumask_{first,next}_andnot() API (David Arcari) [RHEL-118965]
45+
- find: Add find_first_andnot_bit() (David Arcari) [RHEL-118965]
46+
- x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name (David Arcari) [RHEL-118965]
47+
- x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers (David Arcari) [RHEL-118965]
48+
- x86/resctrl: Move get_config_index() to a header (David Arcari) [RHEL-118965]
49+
- x86/resctrl: Handle throttle_mode for SMBA resources (David Arcari) [RHEL-118965]
50+
- x86/resctrl: Move RFTYPE flags to be managed by resctrl (David Arcari) [RHEL-118965]
51+
- x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr (David Arcari) [RHEL-118965]
52+
- x86/resctrl: Make prefetch_disable_bits belong to the arch code (David Arcari) [RHEL-118965]
53+
- x86/resctrl: Allow an architecture to disable pseudo lock (David Arcari) [RHEL-118965]
54+
- x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions (David Arcari) [RHEL-118965]
55+
- x86/resctrl: Move mbm_cfg_mask to struct rdt_resource (David Arcari) [RHEL-118965]
56+
- x86/resctrl: Move mba_mbps_default_event init to filesystem code (David Arcari) [RHEL-118965]
57+
- x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers (David Arcari) [RHEL-118965]
58+
- x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC (David Arcari) [RHEL-118965]
59+
- x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h (David Arcari) [RHEL-118965]
60+
- x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers (David Arcari) [RHEL-118965]
61+
- x86/resctrl: Move monitor init work to a resctrl init call (David Arcari) [RHEL-118965]
62+
- x86/resctrl: Move monitor exit work to a resctrl exit call (David Arcari) [RHEL-118965]
63+
- x86/resctrl: Add an arch helper to reset one resource (David Arcari) [RHEL-118965]
64+
- x86/resctrl: Move resctrl types to a separate header (David Arcari) [RHEL-118965]
65+
- x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code (David Arcari) [RHEL-118965]
66+
- x86/resctrl: Expose resctrl fs's init function to the rest of the kernel (David Arcari) [RHEL-118965]
67+
- x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid() (David Arcari) [RHEL-118965]
68+
- x86/resctrl: Add helper for setting CPU default properties (David Arcari) [RHEL-118965]
69+
- x86/resctrl: Generate default_ctrl instead of sharing it (David Arcari) [RHEL-118965]
70+
- x86/resctrl: Add max_bw to struct resctrl_membw (David Arcari) [RHEL-118965]
71+
- x86/resctrl: Remove data_width and the tabular format (David Arcari) [RHEL-118965]
72+
- x86/resctrl: Use schema type to determine the schema format string (David Arcari) [RHEL-118965]
73+
- x86/resctrl: Use schema type to determine how to parse schema values (David Arcari) [RHEL-118965]
74+
- x86/resctrl: Remove fflags from struct rdt_resource (David Arcari) [RHEL-118965]
75+
- x86/resctrl: Add a helper to avoid reaching into the arch code resource list (David Arcari) [RHEL-118965]
76+
- x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (David Arcari) [RHEL-118965]
77+
- kernfs: Move dput() outside of the RCU section. (David Arcari) [RHEL-118965]
78+
- kernfs: Drop kernfs_rwsem while invoking lookup_positive_unlocked(). (David Arcari) [RHEL-118965]
79+
- kernfs: Use RCU to access kernfs_node::name. (David Arcari) [RHEL-118965]
80+
- kernfs: Use RCU to access kernfs_node::parent. (David Arcari) [RHEL-118965]
81+
- kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir(). (David Arcari) [RHEL-118965]
82+
- kernfs: Acquire kernfs_rwsem in kernfs_node_dentry(). (David Arcari) [RHEL-118965]
83+
- kernfs: mount: Remove unnecessary ‘NULL’ values from knparent (David Arcari) [RHEL-118965]
84+
- kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry(). (David Arcari) [RHEL-118965]
85+
- kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn(). (David Arcari) [RHEL-118965]
86+
- kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id() (David Arcari) [RHEL-118965]
87+
- x86/resctrl: Document the new "mba_MBps_event" file (David Arcari) [RHEL-118965]
88+
- x86/resctrl: Add write option to "mba_MBps_event" file (David Arcari) [RHEL-118965]
89+
- x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directories (David Arcari) [RHEL-118965]
90+
- x86/resctrl: Make mba_sc use total bandwidth if local is not supported (David Arcari) [RHEL-118965]
91+
- x86/resctrl: Compute memory bandwidth for all supported events (David Arcari) [RHEL-118965]
92+
- x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event (David Arcari) [RHEL-118965]
93+
- x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control (David Arcari) [RHEL-118965]
94+
- x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags (David Arcari) [RHEL-118965]
95+
- x86/resctrl: Use kthread_run_on_cpu() (David Arcari) [RHEL-118965]
96+
- x86/resctrl: Support Sub-NUMA cluster mode SNC6 (David Arcari) [RHEL-118965]
97+
- x86/resctrl: Slightly clean-up mbm_config_show() (David Arcari) [RHEL-118965]
98+
- x86/resctrl: Annotate get_mem_config() functions as __init (David Arcari) [RHEL-118965]
99+
- finally take no_llseek out [partial] (David Arcari) [RHEL-118965]
100+
- x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS (David Arcari) [RHEL-118444]
101+
- x86/msr: Improve the comments of the DECLARE_ARGS()/EAX_EDX_VAL()/EAX_EDX_RET() facility (David Arcari) [RHEL-118444]
102+
- x86/msr: Standardize on u64 in <asm/msr.h> (David Arcari) [RHEL-118444]
103+
- x86/mce: use is_copy_from_user() to determine copy-from-user context (David Arcari) [RHEL-118444]
104+
- x86/mce/threshold: Remove the redundant this_cpu_dec_return() (David Arcari) [RHEL-118444]
105+
- x86/mce/mcelog: Use xchg() to get and clear the flags (David Arcari) [RHEL-118444]
106+
- finally take no_llseek out [partial] (David Arcari) [RHEL-118444]
107+
- treewide: Fix wrong singular form of jiffies in comments [partial] (David Arcari) [RHEL-118444]
108+
- x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (David Arcari) [RHEL-118444]
109+
- x86/mce/amd: Fix threshold limit reset (David Arcari) [RHEL-118444]
110+
- x86/mce/amd: Add default names for MCA banks and blocks (David Arcari) [RHEL-118444]
111+
- x86/mce: Ensure user polling settings are honored when restarting timer (David Arcari) [RHEL-118444]
112+
- x86/mce: Don't remove sysfs if thresholding sysfs init fails (David Arcari) [RHEL-118444]
113+
- x86/mce/inject: Remove call to mce_notify_irq() (David Arcari) [RHEL-118444]
114+
- x86/mce/amd: Remove shared threshold bank plumbing (David Arcari) [RHEL-118444]
115+
- x86/mce: Remove the redundant mce_hygon_feature_init() (David Arcari) [RHEL-118444]
116+
- x86/mce: Convert family/model mixed checks to VFM-based checks (David Arcari) [RHEL-118444]
117+
- x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic IFM references (David Arcari) [RHEL-118444]
118+
- x86/mce: Break up __mcheck_cpu_apply_quirks() (David Arcari) [RHEL-118444]
119+
- x86/mce: Make four functions return bool (David Arcari) [RHEL-118444]
120+
- x86/mce: Make several functions return bool (David Arcari) [RHEL-118444]
121+
- x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff (David Arcari) [RHEL-118444]
122+
- x86/mce: Remove unused variable and return value in machine_check_poll() (David Arcari) [RHEL-118444]
123+
- x86/mce: Switch to new Intel CPU model defines (David Arcari) [RHEL-118444]
124+
- x86/mce: Make mce_subsys const (David Arcari) [RHEL-118444]
125+
- x86/mce: Handle Intel threshold interrupt storms (David Arcari) [RHEL-118444]
126+
- x86/mce: Add per-bank CMCI storm mitigation (David Arcari) [RHEL-118444]
127+
- x86/mce: Remove old CMCI storm mitigation code (David Arcari) [RHEL-118444]
128+
- netfilter: ipset: fix region locking in hash types (CKI Backport Bot) [RHEL-115637]
129+
- tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (Xin Long) [RHEL-115652]
130+
- tipc: use kfree_sensitive() for aead cleanup (Xin Long) [RHEL-115652]
131+
- tipc: fix NULL pointer dereference in tipc_mon_reinit_self() (Xin Long) [RHEL-115652]
132+
- tipc: fix memory leak in tipc_link_xmit (Xin Long) [RHEL-115652]
133+
- tipc: re-order conditions in tipc_crypto_key_rcv() (Xin Long) [RHEL-115652]
134+
- net: tipc: remove one synchronize_net() from tipc_nametbl_stop() (Xin Long) [RHEL-115652]
135+
- tcp: add tcp_rto_max_ms sysctl (Antoine Tenart) [RHEL-115191]
136+
- tcp: add the ability to control max RTO (Antoine Tenart) [RHEL-115191]
137+
- tcp: use tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191]
138+
- tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191]
139+
- tcp: remove tcp_reset_xmit_timer() @max_when argument (Antoine Tenart) [RHEL-115191]
140+
- book3s64/hash: Remove kfence support temporarily (Mamatha Inamdar) [RHEL-114396]
141+
- padata: Reset next CPU when reorder sequence wraps around (Herbert Xu) [RHEL-39495]
142+
- padata: Remove comment for reorder_work (Herbert Xu) [RHEL-39495]
143+
- padata: Fix pd UAF once and for all (Herbert Xu) [RHEL-39495]
144+
- padata: do not leak refcount in reorder_work (Herbert Xu) [RHEL-39495]
145+
Resolves: RHEL-114396, RHEL-115191, RHEL-115637, RHEL-115652, RHEL-118444, RHEL-118965, RHEL-39495
146+
1147
* Wed Oct 08 2025 CKI KWF Bot <[email protected]> [5.14.0-623.el9]
2148
- crypto: seqiv - Handle EBUSY correctly (CKI Backport Bot) [RHEL-117236] {CVE-2023-53373}
3149
- ice: fix Rx page leak on multi-buffer frames (Petr Oros) [RHEL-116541]

0 commit comments

Comments
 (0)