diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-23 13:36:09 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-23 13:36:09 -0700 |
| commit | 7603d8e78023e5883e075b4625fbdf059c6384f7 (patch) | |
| tree | be2df135ed8bacad0a458e1ee01401db028945a3 /MAINTAINERS | |
| parent | a1a8bab74176eed204a3139ab7ad840caa3d73b8 (diff) | |
| parent | 4437ad129cf5b37c00a5bc9fa5989d1da4d64d07 (diff) | |
| download | linux-7603d8e78023e5883e075b4625fbdf059c6384f7.tar.gz linux-7603d8e78023e5883e075b4625fbdf059c6384f7.zip | |
Merge tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Pull sched_ext tree reorg from Tejun Heo:
"Pure source reorganization with no functional change:
- the kernel/sched/ext* files move into a new kernel/sched/ext/
subdirectory
- the headers and sources are made self-contained so editor tooling
can parse each file on its own"
* tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
sched_ext: Move shared helpers from ext.c into internal.h and cid.h
sched_ext: Make kernel/sched/ext/ sources self-contained for clangd
sched_ext: Move sources under kernel/sched/ext/
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4b32a2a7443b..8cf73cf798b2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24204,7 +24204,7 @@ S: Maintained W: https://github.com/sched-ext/scx T: git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git F: include/linux/sched/ext.h -F: kernel/sched/ext* +F: kernel/sched/ext/ F: tools/sched_ext/ F: tools/testing/selftests/sched_ext |
