]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Jan 2025 23:09:12 +0000 (15:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Jan 2025 23:09:12 +0000 (15:09 -0800)
commit63676eefb7a026d04b51dcb7aaf54f358517a2ec
tree51ccaa653bc91efbab70f9f4233d7be7aaf9e7a0
parentf9aa1fb9f8c0542f5f6e6e620de320995d5622ad
parentce2b93fc1dfa1c82f2576aa571731c4e5dcc8dd7
Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext

Pull sched_ext fixes from Tejun Heo:

 - Fix a bug where bpf_iter_scx_dsq_new() was not initializing the
   iterator's flags and could inadvertently enable e.g. reverse
   iteration

 - Fix a bug where scx_ops_bypass() could call irq_restore twice

 - Add Andrea and Changwoo as maintainers for better review coverage

 - selftests and tools/sched_ext build and other fixes

* tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
  sched_ext: Fix dsq_local_on selftest
  sched_ext: initialize kit->cursor.flags
  sched_ext: Fix invalid irq restore in scx_ops_bypass()
  MAINTAINERS: add me as reviewer for sched_ext
  MAINTAINERS: add self as reviewer for sched_ext
  scx: Fix maximal BPF selftest prog
  sched_ext: fix application of sizeof to pointer
  selftests/sched_ext: fix build after renames in sched_ext API
  sched_ext: Add __weak to fix the build errors
MAINTAINERS