Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools/sched_ext: Sync README.md Kconfig with upstream scx

Sync the documentation with the upstream scx repository to
reflect the current recommended configuration.

Ref: https://github.com/sched-ext/scx/blob/main/README.md#build--install

Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Cheng-Yang Chou and committed by
Tejun Heo
095f5693 075e70d1

-6
-6
tools/sched_ext/README.md
··· 58 58 CONFIG_BPF_SYSCALL=y 59 59 CONFIG_BPF_JIT=y 60 60 CONFIG_DEBUG_INFO_BTF=y 61 - ``` 62 - 63 - It's also recommended that you also include the following Kconfig options: 64 - 65 - ``` 66 61 CONFIG_BPF_JIT_ALWAYS_ON=y 67 62 CONFIG_BPF_JIT_DEFAULT_ON=y 68 - CONFIG_PAHOLE_HAS_BTF_TAG=y 69 63 ``` 70 64 71 65 There is a `Kconfig` file in this directory whose contents you can append to