[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c2182110-f65a-9347-7df9-980f0018229e@fb.com>
Date: Tue, 2 May 2017 08:44:41 -0700
From: Alexei Starovoitov <ast@...com>
To: David Miller <davem@...emloft.net>
CC: <daniel@...earbox.net>, <netdev@...r.kernel.org>
Subject: Re: [PATCH 0/2] Fix some bpf program testing framework bugs
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 <davem@...emloft.net>
thanks a lot for the fixes.
Acked-by: Alexei Starovoitov <ast@...nel.org>
Powered by blists - more mailing lists