Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6202f97 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

bpf: depends on MODULES



module_alloc() and module_free() are available only if CONFIG_MODULES=y

Reported-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ad227425
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -238,6 +238,7 @@ config HAVE_BPF_JIT
config BPF_JIT
	bool "enable BPF Just In Time compiler"
	depends on HAVE_BPF_JIT
	depends on MODULES
	---help---
	  Berkeley Packet Filter filtering capabilities are normally handled
	  by an interpreter. This option allows kernel to generate a native