]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Nov 2024 17:59:51 +0000 (09:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Nov 2024 17:59:51 +0000 (09:59 -0800)
commitd79944b0948c3a5e80229606e36281d6ef746b21
treef869a8847183047bf85cec89400d1af245b00876
parentc9dd4571ad38654f26c07ff2b7c7dba03301fc76
parenta4af89cc50f3c1035c1e0dfb50948a23107f3e95
Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext

Pull sched_ext fix from Tejun Heo:
 "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"

* tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
  sched_ext: ops.cpu_acquire() should be called with SCX_KF_REST
kernel/sched/ext.c