]> Git Repo - linux.git/commit
bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
authorMike Rapoport (IBM) <[email protected]>
Sun, 5 May 2024 16:06:28 +0000 (19:06 +0300)
committerLuis Chamberlain <[email protected]>
Tue, 14 May 2024 07:36:29 +0000 (00:36 -0700)
commit2c9e5d4a008293407836d29d35dfd4353615bd2f
tree57adbf37570d251815cc352cd9b234b790e2562a
parent7582b7be16d0ba90e3dbd9575a730cabd9eb852a
bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

BPF just-in-time compiler depended on CONFIG_MODULES because it used
module_alloc() to allocate memory for the generated code.

Since code allocations are now implemented with execmem, drop dependency of
CONFIG_BPF_JIT on CONFIG_MODULES and make it select CONFIG_EXECMEM.

Suggested-by: Björn Töpel <[email protected]>
Signed-off-by: Mike Rapoport (IBM) <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>
kernel/bpf/Kconfig
This page took 0.048891 seconds and 4 git commands to generate.