diff options
author | Mike Rapoport (IBM) <rppt@kernel.org> | 2024-05-05 18:06:28 +0200 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2024-05-14 09:36:29 +0200 |
commit | 2c9e5d4a008293407836d29d35dfd4353615bd2f (patch) | |
tree | 57adbf37570d251815cc352cd9b234b790e2562a /arch/x86/mm | |
parent | kprobes: remove dependency on CONFIG_MODULES (diff) | |
download | linux-2c9e5d4a008293407836d29d35dfd4353615bd2f.tar.xz linux-2c9e5d4a008293407836d29d35dfd4353615bd2f.zip |
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 <bjorn@kernel.org>
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'arch/x86/mm')
0 files changed, 0 insertions, 0 deletions