On 5/2/17 8:36 AM, David Miller wrote:
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 <da...@davemloft.net>
thanks a lot for the fixes. Acked-by: Alexei Starovoitov <a...@kernel.org>