Hello, Alexander Lobakin wrote: > It is completely wrong to check for compile-time MIPS ISA revision in > the body of bpf_int_jit_compile() as it may lead to get MIPS JIT fully > omitted by the CC while the rest system will think that the JIT is > actually present and works [1]. > We can check if the selected CPU really supports MIPS eBPF JIT at > configure time and avoid such situations when kernel can be built > without both JIT and interpreter, but with CONFIG_BPF_SYSCALL=y. > > [1] https://lore.kernel.org/linux-mips/09d713a59665d745e21d021deeaebe0a@xxxxxxxx/ Applied to mips-fixes. > commit 3721376d7d02 > https://git.kernel.org/mips/c/3721376d7d02 > > Fixes: 716850ab104d ("MIPS: eBPF: Initial eBPF support for MIPS32 architecture.") > Signed-off-by: Alexander Lobakin <alobakin@xxxxxxxx> > Signed-off-by: Paul Burton <paulburton@xxxxxxxxxx> Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paulburton@xxxxxxxxxx to report it. ]