kernel_test: unconditionally require CONFIG_BPF_JIT_ALWAYS_ON
netd's Xfrm/IpSec logic hasn't worked right with a 32-bit x86
kernel since at *least* 2019 due to netd and other places
assuming 64-bit kernel struct layouts on xfrm abi.
Devices launching on U+ already required 64-bit kernels.
So at worst this affects devices upgrading 3+ major OS versions
from Android T or earlier (T -> U -> V -> 25Q2) that also happened
to be using arm 32-bit kernels... They will need to switch
to an aarch64 kernel build (but might still use 32-bit userspace).
Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I48510a223a70f440538d51295e9e960f78a0238b
1 file changed