From: David S. Miller Date: Fri, 7 Aug 2015 05:02:32 +0000 (-0700) Subject: Merge branch 'test-bpf-next' X-Git-Tag: v4.9.8~3644^2~221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c621818404bbb0bed1a8892d843b499182fa7e9;p=platform%2Fkernel%2Flinux-rpi3.git Merge branch 'test-bpf-next' Nicolas Schichan says: ==================== test_bpf improvements Please find below the patch series with my latest changes to test_bpf. The first patch checks for unexpected NULL generated skbs before running the filter. The second patch adds the possibility for tests to generate fragmented skbs. The third patch tests LD_ABS and LD_IND on fragmented skbs. The fourth patch adds the possibility to restrict the tests being run by specifying the name/id/range of the test(s) to run via module parameters. The fifth patch tests LD_ABS and LD_IND on non fragmented skbs with various sizes and alignments. The sixth and final patch checks that the interpreter or JIT correctly resets A and X to 0. This serie is against today's net-next tree. Changes in V2: * move declaration of 'ptr' in if() block in patch 2/6. * fix various typos in patch 4/6 * rework default init of test_range array and cleanup exclude_test() return condition in patch 4/6. ==================== Signed-off-by: David S. Miller --- 3c621818404bbb0bed1a8892d843b499182fa7e9