[GIT PULL] sched_ext: One more fix for v6.12-rc7

From: Tejun Heo
Date: Thu Nov 14 2024 - 20:45:55 EST


The following changes since commit a6250aa251eacaf3ebfcfe152a96a727fd483ecd:

sched_ext: Handle cases where pick_task_scx() is called without preceding balance_scx() (2024-11-09 10:43:55 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/ tags/sched_ext-for-6.12-rc7-fixes-2

for you to fetch changes up to a4af89cc50f3c1035c1e0dfb50948a23107f3e95:

sched_ext: ops.cpu_acquire() should be called with SCX_KF_REST (2024-11-14 08:50:58 -1000)

----------------------------------------------------------------
sched_ext: One more fix for v6.12-rc7

ops.cpu_acquire() was being invoked with the wrong kfunc mask allowing the
operation to call kfuncs which shouldn't be allowed. Fix it by using
SCX_KF_REST instead, which is trivial and low risk.

----------------------------------------------------------------
Tejun Heo (1):
sched_ext: ops.cpu_acquire() should be called with SCX_KF_REST

kernel/sched/ext.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--
tejun