Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Mon, 1 Mar 2021 10:48:05 -0800 you wrote:
> From: Cong Wang
>
> This should fix the following warning:
>
> include/linux/skbuff.h:932: warning: Function parameter or member
> '_sk_redir' not described in 'sk_buff'
>
>
On Mon, 1 Mar 2021 at 18:48, Cong Wang wrote:
>
> From: Cong Wang
>
> This should fix the following warning:
>
> include/linux/skbuff.h:932: warning: Function parameter or member
> '_sk_redir' not described in 'sk_buff'
Thanks!
Acked-by: Lorenz Bauer
--
Lorenz Bauer | Systems Engineer
6th
Cong Wang wrote:
> From: Cong Wang
>
> This should fix the following warning:
>
> include/linux/skbuff.h:932: warning: Function parameter or member
> '_sk_redir' not described in 'sk_buff'
>
> Reported-by: Lorenz Bauer
> Cc: Daniel Borkmann
> Cc: John Fastabend
> Cc: Jakub Sitnicki
> Signed
From: Cong Wang
This should fix the following warning:
include/linux/skbuff.h:932: warning: Function parameter or member
'_sk_redir' not described in 'sk_buff'
Reported-by: Lorenz Bauer
Cc: Daniel Borkmann
Cc: John Fastabend
Cc: Jakub Sitnicki
Signed-off-by: Cong Wang
---
include/linux/sk