|
| 1 | +* Mon Oct 27 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-146.el10] |
| 2 | +- nbd: restrict sockets to TCP and UDP (Ming Lei) [RHEL-121713] |
| 3 | +- loop: fix backing file reference leak on validation error (Ming Lei) [RHEL-118049] |
| 4 | +- brd: use page reference to protect page lifetime (Ming Lei) [RHEL-116171] |
| 5 | +- sched_ext: idle: Handle migration-disabled tasks in BPF code (Phil Auld) [RHEL-111810] |
| 6 | +- sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_SCHED (Phil Auld) [RHEL-111810] |
| 7 | +- Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()" (Phil Auld) [RHEL-111810] |
| 8 | +- selftests/sched_ext: Remove duplicate sched.h header (Phil Auld) [RHEL-111810] |
| 9 | +- sched/ext: Fix invalid task state transitions on class switch (Phil Auld) [RHEL-111810] {CVE-2025-39780} |
| 10 | +- sched_ext: idle: Handle migration-disabled tasks in idle selection (Phil Auld) [RHEL-111810] |
| 11 | +- sched_ext: Fix scx_bpf_reenqueue_local() reference (Phil Auld) [RHEL-111810] |
| 12 | +- sched/ext: Prevent update_locked_rq() calls with NULL rq (Phil Auld) [RHEL-111810] {CVE-2025-38522} |
| 13 | +- sched_ext: Drop kfuncs marked for removal in 6.15 (Phil Auld) [RHEL-111810] |
| 14 | +- sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panic (Phil Auld) [RHEL-111810] |
| 15 | +- kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments (Phil Auld) [RHEL-111810] |
| 16 | +- sched_ext, sched/core: Factor out struct scx_task_group (Phil Auld) [RHEL-111810] |
| 17 | +- sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sched_create_group() (Phil Auld) [RHEL-111810] |
| 18 | +- sched_ext: Make scx_group_set_weight() always update tg->scx.weight (Phil Auld) [RHEL-111810] |
| 19 | +- sched_ext: Return NULL in llc_span (Phil Auld) [RHEL-111810] |
| 20 | +- sched_ext: Always use SMP versions in kernel/sched/ext_idle.h (Phil Auld) [RHEL-111810] |
| 21 | +- sched_ext: Always use SMP versions in kernel/sched/ext_idle.c (Phil Auld) [RHEL-111810] |
| 22 | +- sched_ext: Always use SMP versions in kernel/sched/ext.h (Phil Auld) [RHEL-111810] |
| 23 | +- sched_ext: Always use SMP versions in kernel/sched/ext.c (Phil Auld) [RHEL-111810] |
| 24 | +- sched_ext: Make scx_locked_rq() inline (Phil Auld) [RHEL-111810] |
| 25 | +- sched_ext: Make scx_rq_bypassing() inline (Phil Auld) [RHEL-111810] |
| 26 | +- sched_ext: idle: Make local functions static in ext_idle.c (Phil Auld) [RHEL-111810] |
| 27 | +- sched_ext: idle: Remove unnecessary ifdef in scx_bpf_cpu_node() (Phil Auld) [RHEL-111810] |
| 28 | +- sched_ext: idle: Skip cross-node search with !CONFIG_NUMA (Phil Auld) [RHEL-111810] |
| 29 | +- sched_ext: idle: Properly handle invalid prev_cpu during idle selection (Phil Auld) [RHEL-111810] |
| 30 | +- sched_ext: Call ops.update_idle() after updating builtin idle bits (Phil Auld) [RHEL-111810] |
| 31 | +- selftests/sched_ext: Update test enq_select_cpu_fails (Phil Auld) [RHEL-111810] |
| 32 | +- sched_ext: idle: Consolidate default idle CPU selection kfuncs (Phil Auld) [RHEL-111810] |
| 33 | +- selftests/sched_ext: Add test for scx_bpf_select_cpu_and() via test_run (Phil Auld) [RHEL-111810] |
| 34 | +- sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked context (Phil Auld) [RHEL-111810] |
| 35 | +- sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and() (Phil Auld) [RHEL-111810] |
| 36 | +- sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.c (Phil Auld) [RHEL-111810] |
| 37 | +- sched_ext: Explain the temporary situation around scx_root dereferences (Phil Auld) [RHEL-111810] |
| 38 | +- sched_ext: Add @sch to SCX_CALL_OP*() (Phil Auld) [RHEL-111810] |
| 39 | +- sched_ext: Cleanup [__]scx_exit/error*() (Phil Auld) [RHEL-111810] |
| 40 | +- sched_ext: Add @sch to SCX_CALL_OP*() (Phil Auld) [RHEL-111810] |
| 41 | +- sched_ext: Clean up scx_root usages (Phil Auld) [RHEL-111810] |
| 42 | +- sched_ext: Avoid NULL scx_root deref in __scx_exit() (Phil Auld) [RHEL-111810] |
| 43 | +- sched_ext: Add RCU protection to scx_root in DSQ iterator (Phil Auld) [RHEL-111810] |
| 44 | +- sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn() (Phil Auld) [RHEL-111810] |
| 45 | +- sched_ext: Move disable machinery into scx_sched (Phil Auld) [RHEL-111810] |
| 46 | +- sched_ext: Move event_stats_cpu into scx_sched (Phil Auld) [RHEL-111810] |
| 47 | +- sched_ext: Factor out scx_read_events() (Phil Auld) [RHEL-111810] |
| 48 | +- sched_ext: Relocate scx_event_stats definition (Phil Auld) [RHEL-111810] |
| 49 | +- sched_ext: Move global_dsqs into scx_sched (Phil Auld) [RHEL-111810] |
| 50 | +- sched_ext: Move dsq_hash into scx_sched (Phil Auld) [RHEL-111810] |
| 51 | +- sched_ext: Factor out scx_alloc_and_add_sched() (Phil Auld) [RHEL-111810] |
| 52 | +- sched_ext: Inline create_dsq() into scx_bpf_create_dsq() (Phil Auld) [RHEL-111810] |
| 53 | +- sched_ext: Use dynamic allocation for scx_sched (Phil Auld) [RHEL-111810] |
| 54 | +- sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP() (Phil Auld) [RHEL-111810] |
| 55 | +- sched_ext: Introduce scx_sched (Phil Auld) [RHEL-111810] |
| 56 | +- sched_ext: Fix rq lock state in hotplug ops (Phil Auld) [RHEL-111810] |
| 57 | +- sched_ext: Remove duplicate BTF_ID_FLAGS definitions (Phil Auld) [RHEL-111810] |
| 58 | +- sched_ext: Clarify CPU context for running/stopping callbacks (Phil Auld) [RHEL-111810] |
| 59 | +- sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set() (Phil Auld) [RHEL-111810] |
| 60 | +- sched_ext: Track currently locked rq (Phil Auld) [RHEL-111810] |
| 61 | +- sched_ext: add helper for refill task with default slice (Phil Auld) [RHEL-111810] |
| 62 | +- sched_ext: change the variable name for slice refill event (Phil Auld) [RHEL-111810] |
| 63 | +- sched_ext: Improve cross-compilation support in Makefile (Phil Auld) [RHEL-111810] |
| 64 | +- sched_ext: Make scx_has_op a bitmap (Phil Auld) [RHEL-111810] |
| 65 | +- sched_ext: Remove scx_ops_allow_queued_wakeup static_key (Phil Auld) [RHEL-111810] |
| 66 | +- sched_ext: Remove scx_ops_cpu_preempt static_key (Phil Auld) [RHEL-111810] |
| 67 | +- sched_ext: Remove scx_ops_enq_* static_keys (Phil Auld) [RHEL-111810] |
| 68 | +- sched_ext: Indentation updates (Phil Auld) [RHEL-111810] |
| 69 | +- sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation (Phil Auld) [RHEL-111810] |
| 70 | +- sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings (Phil Auld) [RHEL-111810] |
| 71 | +- sched_ext: Use kvzalloc for large exit_dump allocation (Phil Auld) [RHEL-111810] |
| 72 | +- selftests/sched_ext: Add test for scx_bpf_select_cpu_and() (Phil Auld) [RHEL-111810] |
| 73 | +- sched_ext: idle: Introduce scx_bpf_select_cpu_and() (Phil Auld) [RHEL-111810] |
| 74 | +- sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] |
| 75 | +- sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] |
| 76 | +- sched_ext: idle: Extend topology optimizations to all tasks (Phil Auld) [RHEL-111810] |
| 77 | +- sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCH (Phil Auld) [RHEL-111810] |
| 78 | +- sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and friends (Phil Auld) [RHEL-111810] |
| 79 | +- sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friends (Phil Auld) [RHEL-111810] |
| 80 | +- sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friends (Phil Auld) [RHEL-111810] |
| 81 | +- sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops_enabled (Phil Auld) [RHEL-111810] |
| 82 | +- sched_ext: Drop "ops" from scx_ops_enable_state and friends (Phil Auld) [RHEL-111810] |
| 83 | +- tools/sched_ext: Sync with scx repo (Phil Auld) [RHEL-111810] |
| 84 | +- sched_ext: initialize built-in idle state before ops.init() (Phil Auld) [RHEL-111810] |
| 85 | +- sched_ext: create_dsq: Return -EEXIST on duplicate request (Phil Auld) [RHEL-111810] |
| 86 | +- sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] |
| 87 | +- sched_ext: idle: Fix return code of scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] |
| 88 | +- sched/debug: Remove CONFIG_SCHED_DEBUG from self-test config files (Phil Auld) [RHEL-111810] |
| 89 | +- sched_ext: idle: Refactor scx_select_cpu_dfl() (Phil Auld) [RHEL-111810] |
| 90 | +- sched_ext: idle: Honor idle flags in the built-in idle selection policy (Phil Auld) [RHEL-111810] |
| 91 | +- sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local() (Phil Auld) [RHEL-111810] |
| 92 | +- sched_ext: Add trace point to track sched_ext core events (Phil Auld) [RHEL-111810] |
| 93 | +- sched_ext: Change the event type from u64 to s64 (Phil Auld) [RHEL-111810] |
| 94 | +- sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (Phil Auld) [RHEL-111810] {CVE-2025-21965} |
| 95 | +- tools/sched_ext: Provide a compatible helper for scx_bpf_events() (Phil Auld) [RHEL-111810] |
| 96 | +- selftests/sched_ext: Add NUMA-aware scheduler test (Phil Auld) [RHEL-111810] |
| 97 | +- tools/sched_ext: Provide consistent access to scx flags (Phil Auld) [RHEL-111810] |
| 98 | +- sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behavior (Phil Auld) [RHEL-111810] |
| 99 | +- nodemask: numa: reorganize inclusion path (Phil Auld) [RHEL-111810] |
| 100 | +- sched_ext: idle: Introduce scx_bpf_nr_node_ids() (Phil Auld) [RHEL-111810] |
| 101 | +- sched_ext: idle: Introduce node-aware idle cpu kfunc helpers (Phil Auld) [RHEL-111810] |
| 102 | +- sched_ext: idle: Per-node idle cpumasks (Phil Auld) [RHEL-111810] |
| 103 | +- sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE (Phil Auld) [RHEL-111810] |
| 104 | +- sched_ext: idle: Make idle static keys private (Phil Auld) [RHEL-111810] |
| 105 | +- sched/topology: Introduce for_each_node_numadist() iterator (Phil Auld) [RHEL-111810] |
| 106 | +- mm/numa: Introduce nearest_node_nodemask() (Phil Auld) [RHEL-111810] |
| 107 | +- nodemask: add nodes_copy() (Phil Auld) [RHEL-111810] |
| 108 | +- tools/sched_ext: Sync with scx repo (Phil Auld) [RHEL-111810] |
| 109 | +- sched_ext: Provides a sysfs 'events' to expose core event counters (Phil Auld) [RHEL-111810] |
| 110 | +- sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUP (Phil Auld) [RHEL-111810] |
| 111 | +- tools/sched_ext: Update enum_defs.autogen.h (Phil Auld) [RHEL-111810] |
| 112 | +- sched_ext: Take NUMA node into account when allocating per-CPU cpumasks (Phil Auld) [RHEL-111810] |
| 113 | +- tools/sched_ext: Compatible testing of SCX_ENQ_CPU_SELECTED (Phil Auld) [RHEL-111810] |
| 114 | +- sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLED (Phil Auld) [RHEL-111810] |
| 115 | +- sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spot (Phil Auld) [RHEL-111810] |
| 116 | +- tool/sched_ext: Event counter dumping updates (Phil Auld) [RHEL-111810] |
| 117 | +- sched_ext: Print an event, SCX_EV_ENQ_SLICE_DFL, in scx_qmap/central (Phil Auld) [RHEL-111810] |
| 118 | +- sched_ext: Add an event, SCX_EV_ENQ_SLICE_DFL (Phil Auld) [RHEL-111810] |
| 119 | +- sched_ext: Print core event count in scx_qmap scheduler (Phil Auld) [RHEL-111810] |
| 120 | +- sched_ext: Print core event count in scx_central scheduler (Phil Auld) [RHEL-111810] |
| 121 | +- sched_ext: Add scx_bpf_events() and scx_read_event() for BPF schedulers (Phil Auld) [RHEL-111810] |
| 122 | +- sched_ext: Add an event, SCX_EV_BYPASS_DURATION (Phil Auld) [RHEL-111810] |
| 123 | +- sched_ext: Add an event, SCX_EV_BYPASS_DISPATCH (Phil Auld) [RHEL-111810] |
| 124 | +- sched_ext: Add an event, SCX_EV_BYPASS_ACTIVATE (Phil Auld) [RHEL-111810] |
| 125 | +- sched_ext: Add an event, SCX_EV_ENQ_SKIP_EXITING (Phil Auld) [RHEL-111810] |
| 126 | +- sched_ext: Add an event, SCX_EV_DISPATCH_KEEP_LAST (Phil Auld) [RHEL-111810] |
| 127 | +- sched_ext: Add an event, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE (Phil Auld) [RHEL-111810] |
| 128 | +- sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACK (Phil Auld) [RHEL-111810] |
| 129 | +- sched_ext: Implement event counter infrastructure (Phil Auld) [RHEL-111810] |
| 130 | +- sched_ext: Move built-in idle CPU selection policy to a separate file (Phil Auld) [RHEL-111810] |
| 131 | +- uki-virt: add systemd-repart module (Emanuele Giuseppe Esposito) [RHEL-107274] |
| 132 | +Resolves: RHEL-107274, RHEL-111810, RHEL-116171, RHEL-118049, RHEL-121713 |
| 133 | + |
1 | 134 | * Fri Oct 24 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-145.el10] |
2 | 135 | - io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths (Jeff Moyer) [RHEL-116130] |
3 | 136 | - io_uring/kbuf: fix signedness in this_len calculation (Jeff Moyer) [RHEL-116130] |
|
0 commit comments