From: David S. Miller Date: Tue, 2 May 2017 15:46:29 +0000 (-0400) Subject: Merge branch 'bpf-test-prog-fixes' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a481649e1c2a4900450e967165524282bbdf91e0;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'bpf-test-prog-fixes' I say: ==================== Fix some bpf program testing framework bugs This series fixes two issue: 1) Accidental user pointer dereference in bpf_test_finish() 2) The packet data given to the test programs is not aligned correctly The first issue is fixed simply because we have a kernel side copy of the datastructure in question already. And the second bug is a simple matter of applying NET_IP_ALIGN where needed. ==================== Signed-off-by: David S. Miller --- a481649e1c2a4900450e967165524282bbdf91e0