diff --git a/Makefile.rhelver b/Makefile.rhelver index 0e1ce4625..170e7229d 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 145 +RHEL_RELEASE = 146 # # RHEL_REBASE_NUM diff --git a/dracut-virt.conf b/dracut-virt.conf index 41f989eca..56a0813ec 100644 --- a/dracut-virt.conf +++ b/dracut-virt.conf @@ -27,6 +27,11 @@ dracutmodules+=" systemd-sysext " # modules: root disk integrity protection dracutmodules+=" systemd-veritysetup " +# modules: root creation and encryption +dracutmodules+=" systemd-repart " +# FIXME: remove this once RHEL-103385 is merged +install_items+=" /usr/sbin/mkfs.vfat /usr/sbin/mkfs.ext4 /usr/sbin/mkfs.xfs " + # modules: FIPS dracutmodules+=" fips " # FIPS mode requires early crypto drivers test diff --git a/kernel.changelog b/kernel.changelog index 7f86d2fc4..0b1c9d536 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,136 @@ +* Mon Oct 27 2025 CKI KWF Bot [6.12.0-146.el10] +- nbd: restrict sockets to TCP and UDP (Ming Lei) [RHEL-121713] +- loop: fix backing file reference leak on validation error (Ming Lei) [RHEL-118049] +- brd: use page reference to protect page lifetime (Ming Lei) [RHEL-116171] +- sched_ext: idle: Handle migration-disabled tasks in BPF code (Phil Auld) [RHEL-111810] +- sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_SCHED (Phil Auld) [RHEL-111810] +- Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()" (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Remove duplicate sched.h header (Phil Auld) [RHEL-111810] +- sched/ext: Fix invalid task state transitions on class switch (Phil Auld) [RHEL-111810] {CVE-2025-39780} +- sched_ext: idle: Handle migration-disabled tasks in idle selection (Phil Auld) [RHEL-111810] +- sched_ext: Fix scx_bpf_reenqueue_local() reference (Phil Auld) [RHEL-111810] +- sched/ext: Prevent update_locked_rq() calls with NULL rq (Phil Auld) [RHEL-111810] {CVE-2025-38522} +- sched_ext: Drop kfuncs marked for removal in 6.15 (Phil Auld) [RHEL-111810] +- sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panic (Phil Auld) [RHEL-111810] +- kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments (Phil Auld) [RHEL-111810] +- sched_ext, sched/core: Factor out struct scx_task_group (Phil Auld) [RHEL-111810] +- sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sched_create_group() (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_group_set_weight() always update tg->scx.weight (Phil Auld) [RHEL-111810] +- sched_ext: Return NULL in llc_span (Phil Auld) [RHEL-111810] +- sched_ext: Always use SMP versions in kernel/sched/ext_idle.h (Phil Auld) [RHEL-111810] +- sched_ext: Always use SMP versions in kernel/sched/ext_idle.c (Phil Auld) [RHEL-111810] +- sched_ext: Always use SMP versions in kernel/sched/ext.h (Phil Auld) [RHEL-111810] +- sched_ext: Always use SMP versions in kernel/sched/ext.c (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_locked_rq() inline (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_rq_bypassing() inline (Phil Auld) [RHEL-111810] +- sched_ext: idle: Make local functions static in ext_idle.c (Phil Auld) [RHEL-111810] +- sched_ext: idle: Remove unnecessary ifdef in scx_bpf_cpu_node() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Skip cross-node search with !CONFIG_NUMA (Phil Auld) [RHEL-111810] +- sched_ext: idle: Properly handle invalid prev_cpu during idle selection (Phil Auld) [RHEL-111810] +- sched_ext: Call ops.update_idle() after updating builtin idle bits (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Update test enq_select_cpu_fails (Phil Auld) [RHEL-111810] +- sched_ext: idle: Consolidate default idle CPU selection kfuncs (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Add test for scx_bpf_select_cpu_and() via test_run (Phil Auld) [RHEL-111810] +- sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked context (Phil Auld) [RHEL-111810] +- sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and() (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.c (Phil Auld) [RHEL-111810] +- sched_ext: Explain the temporary situation around scx_root dereferences (Phil Auld) [RHEL-111810] +- sched_ext: Add @sch to SCX_CALL_OP*() (Phil Auld) [RHEL-111810] +- sched_ext: Cleanup [__]scx_exit/error*() (Phil Auld) [RHEL-111810] +- sched_ext: Add @sch to SCX_CALL_OP*() (Phil Auld) [RHEL-111810] +- sched_ext: Clean up scx_root usages (Phil Auld) [RHEL-111810] +- sched_ext: Avoid NULL scx_root deref in __scx_exit() (Phil Auld) [RHEL-111810] +- sched_ext: Add RCU protection to scx_root in DSQ iterator (Phil Auld) [RHEL-111810] +- sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn() (Phil Auld) [RHEL-111810] +- sched_ext: Move disable machinery into scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Move event_stats_cpu into scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Factor out scx_read_events() (Phil Auld) [RHEL-111810] +- sched_ext: Relocate scx_event_stats definition (Phil Auld) [RHEL-111810] +- sched_ext: Move global_dsqs into scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Move dsq_hash into scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Factor out scx_alloc_and_add_sched() (Phil Auld) [RHEL-111810] +- sched_ext: Inline create_dsq() into scx_bpf_create_dsq() (Phil Auld) [RHEL-111810] +- sched_ext: Use dynamic allocation for scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP() (Phil Auld) [RHEL-111810] +- sched_ext: Introduce scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Fix rq lock state in hotplug ops (Phil Auld) [RHEL-111810] +- sched_ext: Remove duplicate BTF_ID_FLAGS definitions (Phil Auld) [RHEL-111810] +- sched_ext: Clarify CPU context for running/stopping callbacks (Phil Auld) [RHEL-111810] +- sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set() (Phil Auld) [RHEL-111810] +- sched_ext: Track currently locked rq (Phil Auld) [RHEL-111810] +- sched_ext: add helper for refill task with default slice (Phil Auld) [RHEL-111810] +- sched_ext: change the variable name for slice refill event (Phil Auld) [RHEL-111810] +- sched_ext: Improve cross-compilation support in Makefile (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_has_op a bitmap (Phil Auld) [RHEL-111810] +- sched_ext: Remove scx_ops_allow_queued_wakeup static_key (Phil Auld) [RHEL-111810] +- sched_ext: Remove scx_ops_cpu_preempt static_key (Phil Auld) [RHEL-111810] +- sched_ext: Remove scx_ops_enq_* static_keys (Phil Auld) [RHEL-111810] +- sched_ext: Indentation updates (Phil Auld) [RHEL-111810] +- sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation (Phil Auld) [RHEL-111810] +- sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings (Phil Auld) [RHEL-111810] +- sched_ext: Use kvzalloc for large exit_dump allocation (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Add test for scx_bpf_select_cpu_and() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Introduce scx_bpf_select_cpu_and() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Extend topology optimizations to all tasks (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCH (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and friends (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friends (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friends (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops_enabled (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_enable_state and friends (Phil Auld) [RHEL-111810] +- tools/sched_ext: Sync with scx repo (Phil Auld) [RHEL-111810] +- sched_ext: initialize built-in idle state before ops.init() (Phil Auld) [RHEL-111810] +- sched_ext: create_dsq: Return -EEXIST on duplicate request (Phil Auld) [RHEL-111810] +- sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Fix return code of scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched/debug: Remove CONFIG_SCHED_DEBUG from self-test config files (Phil Auld) [RHEL-111810] +- sched_ext: idle: Refactor scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Honor idle flags in the built-in idle selection policy (Phil Auld) [RHEL-111810] +- sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local() (Phil Auld) [RHEL-111810] +- sched_ext: Add trace point to track sched_ext core events (Phil Auld) [RHEL-111810] +- sched_ext: Change the event type from u64 to s64 (Phil Auld) [RHEL-111810] +- sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (Phil Auld) [RHEL-111810] {CVE-2025-21965} +- tools/sched_ext: Provide a compatible helper for scx_bpf_events() (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Add NUMA-aware scheduler test (Phil Auld) [RHEL-111810] +- tools/sched_ext: Provide consistent access to scx flags (Phil Auld) [RHEL-111810] +- sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behavior (Phil Auld) [RHEL-111810] +- nodemask: numa: reorganize inclusion path (Phil Auld) [RHEL-111810] +- sched_ext: idle: Introduce scx_bpf_nr_node_ids() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Introduce node-aware idle cpu kfunc helpers (Phil Auld) [RHEL-111810] +- sched_ext: idle: Per-node idle cpumasks (Phil Auld) [RHEL-111810] +- sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE (Phil Auld) [RHEL-111810] +- sched_ext: idle: Make idle static keys private (Phil Auld) [RHEL-111810] +- sched/topology: Introduce for_each_node_numadist() iterator (Phil Auld) [RHEL-111810] +- mm/numa: Introduce nearest_node_nodemask() (Phil Auld) [RHEL-111810] +- nodemask: add nodes_copy() (Phil Auld) [RHEL-111810] +- tools/sched_ext: Sync with scx repo (Phil Auld) [RHEL-111810] +- sched_ext: Provides a sysfs 'events' to expose core event counters (Phil Auld) [RHEL-111810] +- sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUP (Phil Auld) [RHEL-111810] +- tools/sched_ext: Update enum_defs.autogen.h (Phil Auld) [RHEL-111810] +- sched_ext: Take NUMA node into account when allocating per-CPU cpumasks (Phil Auld) [RHEL-111810] +- tools/sched_ext: Compatible testing of SCX_ENQ_CPU_SELECTED (Phil Auld) [RHEL-111810] +- sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLED (Phil Auld) [RHEL-111810] +- sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spot (Phil Auld) [RHEL-111810] +- tool/sched_ext: Event counter dumping updates (Phil Auld) [RHEL-111810] +- sched_ext: Print an event, SCX_EV_ENQ_SLICE_DFL, in scx_qmap/central (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_ENQ_SLICE_DFL (Phil Auld) [RHEL-111810] +- sched_ext: Print core event count in scx_qmap scheduler (Phil Auld) [RHEL-111810] +- sched_ext: Print core event count in scx_central scheduler (Phil Auld) [RHEL-111810] +- sched_ext: Add scx_bpf_events() and scx_read_event() for BPF schedulers (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_BYPASS_DURATION (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_BYPASS_DISPATCH (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_BYPASS_ACTIVATE (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_ENQ_SKIP_EXITING (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_DISPATCH_KEEP_LAST (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACK (Phil Auld) [RHEL-111810] +- sched_ext: Implement event counter infrastructure (Phil Auld) [RHEL-111810] +- sched_ext: Move built-in idle CPU selection policy to a separate file (Phil Auld) [RHEL-111810] +- uki-virt: add systemd-repart module (Emanuele Giuseppe Esposito) [RHEL-107274] +Resolves: RHEL-107274, RHEL-111810, RHEL-116171, RHEL-118049, RHEL-121713 + * Fri Oct 24 2025 CKI KWF Bot [6.12.0-145.el10] - io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths (Jeff Moyer) [RHEL-116130] - io_uring/kbuf: fix signedness in this_len calculation (Jeff Moyer) [RHEL-116130] diff --git a/kernel.spec b/kernel.spec index 729ed2881..ec54353d0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -176,15 +176,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 145 +%define pkgrelease 146 %define kversion 6 -%define tarfile_release 6.12.0-145.el10 +%define tarfile_release 6.12.0-146.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 145%{?buildid}%{?dist} +%define specrelease 146%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-145.el10 +%define kabiversion 6.12.0-146.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -879,6 +879,8 @@ BuildRequires: lvm2 BuildRequires: systemd-boot-unsigned # For systemd-stub and systemd-pcrphase BuildRequires: systemd-udev >= 252-1 +# For systemd-repart +BuildRequires: xfsprogs e2fsprogs dosfstools # For UKI kernel cmdline addons BuildRequires: systemd-ukify # For TPM operations in UKI initramfs @@ -4363,6 +4365,138 @@ fi\ # # %changelog +* Mon Oct 27 2025 CKI KWF Bot [6.12.0-146.el10] +- nbd: restrict sockets to TCP and UDP (Ming Lei) [RHEL-121713] +- loop: fix backing file reference leak on validation error (Ming Lei) [RHEL-118049] +- brd: use page reference to protect page lifetime (Ming Lei) [RHEL-116171] +- sched_ext: idle: Handle migration-disabled tasks in BPF code (Phil Auld) [RHEL-111810] +- sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_SCHED (Phil Auld) [RHEL-111810] +- Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()" (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Remove duplicate sched.h header (Phil Auld) [RHEL-111810] +- sched/ext: Fix invalid task state transitions on class switch (Phil Auld) [RHEL-111810] {CVE-2025-39780} +- sched_ext: idle: Handle migration-disabled tasks in idle selection (Phil Auld) [RHEL-111810] +- sched_ext: Fix scx_bpf_reenqueue_local() reference (Phil Auld) [RHEL-111810] +- sched/ext: Prevent update_locked_rq() calls with NULL rq (Phil Auld) [RHEL-111810] {CVE-2025-38522} +- sched_ext: Drop kfuncs marked for removal in 6.15 (Phil Auld) [RHEL-111810] +- sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panic (Phil Auld) [RHEL-111810] +- kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments (Phil Auld) [RHEL-111810] +- sched_ext, sched/core: Factor out struct scx_task_group (Phil Auld) [RHEL-111810] +- sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sched_create_group() (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_group_set_weight() always update tg->scx.weight (Phil Auld) [RHEL-111810] +- sched_ext: Return NULL in llc_span (Phil Auld) [RHEL-111810] +- sched_ext: Always use SMP versions in kernel/sched/ext_idle.h (Phil Auld) [RHEL-111810] +- sched_ext: Always use SMP versions in kernel/sched/ext_idle.c (Phil Auld) [RHEL-111810] +- sched_ext: Always use SMP versions in kernel/sched/ext.h (Phil Auld) [RHEL-111810] +- sched_ext: Always use SMP versions in kernel/sched/ext.c (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_locked_rq() inline (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_rq_bypassing() inline (Phil Auld) [RHEL-111810] +- sched_ext: idle: Make local functions static in ext_idle.c (Phil Auld) [RHEL-111810] +- sched_ext: idle: Remove unnecessary ifdef in scx_bpf_cpu_node() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Skip cross-node search with !CONFIG_NUMA (Phil Auld) [RHEL-111810] +- sched_ext: idle: Properly handle invalid prev_cpu during idle selection (Phil Auld) [RHEL-111810] +- sched_ext: Call ops.update_idle() after updating builtin idle bits (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Update test enq_select_cpu_fails (Phil Auld) [RHEL-111810] +- sched_ext: idle: Consolidate default idle CPU selection kfuncs (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Add test for scx_bpf_select_cpu_and() via test_run (Phil Auld) [RHEL-111810] +- sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked context (Phil Auld) [RHEL-111810] +- sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and() (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.c (Phil Auld) [RHEL-111810] +- sched_ext: Explain the temporary situation around scx_root dereferences (Phil Auld) [RHEL-111810] +- sched_ext: Add @sch to SCX_CALL_OP*() (Phil Auld) [RHEL-111810] +- sched_ext: Cleanup [__]scx_exit/error*() (Phil Auld) [RHEL-111810] +- sched_ext: Add @sch to SCX_CALL_OP*() (Phil Auld) [RHEL-111810] +- sched_ext: Clean up scx_root usages (Phil Auld) [RHEL-111810] +- sched_ext: Avoid NULL scx_root deref in __scx_exit() (Phil Auld) [RHEL-111810] +- sched_ext: Add RCU protection to scx_root in DSQ iterator (Phil Auld) [RHEL-111810] +- sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn() (Phil Auld) [RHEL-111810] +- sched_ext: Move disable machinery into scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Move event_stats_cpu into scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Factor out scx_read_events() (Phil Auld) [RHEL-111810] +- sched_ext: Relocate scx_event_stats definition (Phil Auld) [RHEL-111810] +- sched_ext: Move global_dsqs into scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Move dsq_hash into scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Factor out scx_alloc_and_add_sched() (Phil Auld) [RHEL-111810] +- sched_ext: Inline create_dsq() into scx_bpf_create_dsq() (Phil Auld) [RHEL-111810] +- sched_ext: Use dynamic allocation for scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP() (Phil Auld) [RHEL-111810] +- sched_ext: Introduce scx_sched (Phil Auld) [RHEL-111810] +- sched_ext: Fix rq lock state in hotplug ops (Phil Auld) [RHEL-111810] +- sched_ext: Remove duplicate BTF_ID_FLAGS definitions (Phil Auld) [RHEL-111810] +- sched_ext: Clarify CPU context for running/stopping callbacks (Phil Auld) [RHEL-111810] +- sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set() (Phil Auld) [RHEL-111810] +- sched_ext: Track currently locked rq (Phil Auld) [RHEL-111810] +- sched_ext: add helper for refill task with default slice (Phil Auld) [RHEL-111810] +- sched_ext: change the variable name for slice refill event (Phil Auld) [RHEL-111810] +- sched_ext: Improve cross-compilation support in Makefile (Phil Auld) [RHEL-111810] +- sched_ext: Make scx_has_op a bitmap (Phil Auld) [RHEL-111810] +- sched_ext: Remove scx_ops_allow_queued_wakeup static_key (Phil Auld) [RHEL-111810] +- sched_ext: Remove scx_ops_cpu_preempt static_key (Phil Auld) [RHEL-111810] +- sched_ext: Remove scx_ops_enq_* static_keys (Phil Auld) [RHEL-111810] +- sched_ext: Indentation updates (Phil Auld) [RHEL-111810] +- sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation (Phil Auld) [RHEL-111810] +- sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings (Phil Auld) [RHEL-111810] +- sched_ext: Use kvzalloc for large exit_dump allocation (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Add test for scx_bpf_select_cpu_and() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Introduce scx_bpf_select_cpu_and() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Extend topology optimizations to all tasks (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCH (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and friends (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friends (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friends (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops_enabled (Phil Auld) [RHEL-111810] +- sched_ext: Drop "ops" from scx_ops_enable_state and friends (Phil Auld) [RHEL-111810] +- tools/sched_ext: Sync with scx repo (Phil Auld) [RHEL-111810] +- sched_ext: initialize built-in idle state before ops.init() (Phil Auld) [RHEL-111810] +- sched_ext: create_dsq: Return -EEXIST on duplicate request (Phil Auld) [RHEL-111810] +- sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Fix return code of scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched/debug: Remove CONFIG_SCHED_DEBUG from self-test config files (Phil Auld) [RHEL-111810] +- sched_ext: idle: Refactor scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Honor idle flags in the built-in idle selection policy (Phil Auld) [RHEL-111810] +- sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local() (Phil Auld) [RHEL-111810] +- sched_ext: Add trace point to track sched_ext core events (Phil Auld) [RHEL-111810] +- sched_ext: Change the event type from u64 to s64 (Phil Auld) [RHEL-111810] +- sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (Phil Auld) [RHEL-111810] {CVE-2025-21965} +- tools/sched_ext: Provide a compatible helper for scx_bpf_events() (Phil Auld) [RHEL-111810] +- selftests/sched_ext: Add NUMA-aware scheduler test (Phil Auld) [RHEL-111810] +- tools/sched_ext: Provide consistent access to scx flags (Phil Auld) [RHEL-111810] +- sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behavior (Phil Auld) [RHEL-111810] +- nodemask: numa: reorganize inclusion path (Phil Auld) [RHEL-111810] +- sched_ext: idle: Introduce scx_bpf_nr_node_ids() (Phil Auld) [RHEL-111810] +- sched_ext: idle: Introduce node-aware idle cpu kfunc helpers (Phil Auld) [RHEL-111810] +- sched_ext: idle: Per-node idle cpumasks (Phil Auld) [RHEL-111810] +- sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE (Phil Auld) [RHEL-111810] +- sched_ext: idle: Make idle static keys private (Phil Auld) [RHEL-111810] +- sched/topology: Introduce for_each_node_numadist() iterator (Phil Auld) [RHEL-111810] +- mm/numa: Introduce nearest_node_nodemask() (Phil Auld) [RHEL-111810] +- nodemask: add nodes_copy() (Phil Auld) [RHEL-111810] +- tools/sched_ext: Sync with scx repo (Phil Auld) [RHEL-111810] +- sched_ext: Provides a sysfs 'events' to expose core event counters (Phil Auld) [RHEL-111810] +- sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUP (Phil Auld) [RHEL-111810] +- tools/sched_ext: Update enum_defs.autogen.h (Phil Auld) [RHEL-111810] +- sched_ext: Take NUMA node into account when allocating per-CPU cpumasks (Phil Auld) [RHEL-111810] +- tools/sched_ext: Compatible testing of SCX_ENQ_CPU_SELECTED (Phil Auld) [RHEL-111810] +- sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLED (Phil Auld) [RHEL-111810] +- sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spot (Phil Auld) [RHEL-111810] +- tool/sched_ext: Event counter dumping updates (Phil Auld) [RHEL-111810] +- sched_ext: Print an event, SCX_EV_ENQ_SLICE_DFL, in scx_qmap/central (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_ENQ_SLICE_DFL (Phil Auld) [RHEL-111810] +- sched_ext: Print core event count in scx_qmap scheduler (Phil Auld) [RHEL-111810] +- sched_ext: Print core event count in scx_central scheduler (Phil Auld) [RHEL-111810] +- sched_ext: Add scx_bpf_events() and scx_read_event() for BPF schedulers (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_BYPASS_DURATION (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_BYPASS_DISPATCH (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_BYPASS_ACTIVATE (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_ENQ_SKIP_EXITING (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_DISPATCH_KEEP_LAST (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE (Phil Auld) [RHEL-111810] +- sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACK (Phil Auld) [RHEL-111810] +- sched_ext: Implement event counter infrastructure (Phil Auld) [RHEL-111810] +- sched_ext: Move built-in idle CPU selection policy to a separate file (Phil Auld) [RHEL-111810] +- uki-virt: add systemd-repart module (Emanuele Giuseppe Esposito) [RHEL-107274] + * Fri Oct 24 2025 CKI KWF Bot [6.12.0-145.el10] - io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths (Jeff Moyer) [RHEL-116130] - io_uring/kbuf: fix signedness in this_len calculation (Jeff Moyer) [RHEL-116130] diff --git a/sources b/sources index 665a93afa..6c29f3465 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6 -SHA512 (linux-6.12.0-145.el10.tar.xz) = 31af7f0794421290a62640f4e605c03d53904d300f632819f0a9898b5e85177e74b77c181d1238b278e7426b4c11f166549ec14cee0a84df4b7e26b4970e10d9 -SHA512 (kernel-abi-stablelists-6.12.0-145.el10.tar.xz) = 0923c806f790a2757546499fc33f7ab8fe7597e2d82f03ab5d8cb65997fe35298c6d843bafad6ac051b01d3328c0c3c6088b3a3c52457e3242f3eb0af89d1f93 -SHA512 (kernel-kabi-dw-6.12.0-145.el10.tar.xz) = 9dc484dc2836c8cb583a24d36bcab79fa14a88c72f91ea52081d18e366ee314339cdd9acc8693ade239a63869765e57af3c5e52d71828ca284925f60b1cefaf5 +SHA512 (linux-6.12.0-146.el10.tar.xz) = 12f3f99b82c2cc785aeaea63b9b247094d36ab2deb85cccf93512800aaee06b46a32e12d5a8eda1bc24e402a97031bcd989fafd0be681ccc464414f4bc145738 +SHA512 (kernel-abi-stablelists-6.12.0-146.el10.tar.xz) = f0432c9ab1f4fc9a64b8aaac09ac18894f077da801f2a07a289c063ee17564dc92c75802782c7fd0c1559e9446fa17e11dd43bc653c2a690c42c548ee725aa1f +SHA512 (kernel-kabi-dw-6.12.0-146.el10.tar.xz) = 7bff119fa4f3303daa7eab1bff3ee179aa46654b25ba929403db5b16090cca14e8dfeb8d994a2b3006ff140f8efc5ff5394e70030e0668f00fc4b413104da112