kernel_test: add a VTS test to ensure that the kernel has efficient unaligned access.
This is a requirement for some of our bpf code to load correctly.
Discovered by running (a new test of NetBpfLoad I'm developing)
on x86_64 UML (user mode Linux - via the net/test framework).
UML doesn't have this feature, most likely it erroneously
fails to inherit it from the host architecture.
Both aarch64 & x86 support it of course.
Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Id4e27df208f9b6f6089f627baa84642e0da64c05
1 file changed