From: Cong Wang <hidden> Date: 2021-03-01 18:51:46
From: Cong Wang <redacted>
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 <redacted>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: John Fastabend <john.fastabend@gmail.com>
Cc: Jakub Sitnicki <jakub@cloudflare.com>
Signed-off-by: Cong Wang <redacted>
---
include/linux/skbuff.h | 1 +
1 file changed, 1 insertion(+)
From: John Fastabend <john.fastabend@gmail.com> Date: 2021-03-01 18:58:52
Cong Wang wrote:
quoted hunk
From: Cong Wang <redacted>
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 <redacted>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: John Fastabend <john.fastabend@gmail.com>
Cc: Jakub Sitnicki <jakub@cloudflare.com>
Signed-off-by: Cong Wang <redacted>
---
include/linux/skbuff.h | 1 +
1 file changed, 1 insertion(+)
On Mon, 1 Mar 2021 at 18:48, Cong Wang [off-list ref] wrote:
From: Cong Wang <redacted>
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 <redacted>
--
Lorenz Bauer | Systems Engineer
6th Floor, County Hall/The Riverside Building, SE1 7PB, UK
www.cloudflare.com
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 <redacted>
This should fix the following warning:
include/linux/skbuff.h:932: warning: Function parameter or member
'_sk_redir' not described in 'sk_buff'
[...]