Files
linux/kernel/bpf
Mike Rapoport (IBM) 2c9e5d4a00 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>
2024-05-14 00:36:29 -07:00
..
2024-03-15 14:23:45 -07:00
2024-03-20 21:05:43 -07:00
2023-12-06 17:17:20 -08:00
2024-03-27 08:52:24 -07:00
2022-05-10 11:20:45 -07:00
2023-10-23 15:01:53 -07:00