| commit | 7ffe8311df5e3de01f9e26c8e9721544a3815d1f | [log] [tgz] |
|---|---|---|
| author | Mike Rapoport (IBM) <rppt@kernel.org> | Thu Jun 22 12:19:54 2023 +0300 |
| committer | Mike Rapoport (IBM) <rppt@kernel.org> | Sun May 05 17:56:09 2024 +0300 |
| tree | fec82856184b42b4daf44b0af828a972b5689027 | |
| parent | 06a7c94c8198c9ccc4a0ad3f852ec07a7fd2a245 [diff] |
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>