commit | 0a68632488aa0129ed530af9ae9e8573f5650812 | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Fri Nov 30 21:08:50 2018 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Nov 30 21:38:48 2018 -0800 |
tree | 64414ade83109cdb78f8a702d58ae59f1b72e7b8 | |
parent | 2acc5fd5b8c25df0de7f3c8b8e385f5c6f8202ec [diff] |
bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases. If a testcase has alignment problems but is expected to be ACCEPT, verify it using F_NEEDS_EFFICIENT_UNALIGNED_ACCESS too. Maybe in the future if we add some architecture specific code to elide the unaligned memory access warnings during the test, we can execute these as well. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Alexei Starovoitov <ast@kernel.org>