* Thu Oct 09 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [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 <asm/msr.h> (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 <cki-ci-bot+kwf-gitlab-com@redhat.com>
4 lines
532 B
Plaintext
4 lines
532 B
Plaintext
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
|