Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel_test: add a VTS test to ensure that the kernel has efficient u…
…naligned 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 <[email protected]> Change-Id: Id4e27df208f9b6f6089f627baa84642e0da64c05
- Loading branch information