Re: [PATCH bpf-next] bpf: tcp: Remove comma which is causing build error
From: Alexei Starovoitov <hidden>
Date: 2021-03-28 18:46:39
Also in:
bpf, lkml, netdev
From: Alexei Starovoitov <hidden>
Date: 2021-03-28 18:46:39
Also in:
bpf, lkml, netdev
On Sun, Mar 28, 2021 at 5:05 AM Atul Gopinathan [off-list ref] wrote:
Currently, building the bpf-next source with the CONFIG_BPF_SYSCALL
enabled is causing a compilation error:
"net/ipv4/bpf_tcp_ca.c:209:28: error: expected identifier or '(' before
',' token"
Fix this by removing an unnecessary comma.
Reported-by: syzbot+0b74d8ec3bf0cc4e4209@syzkaller.appspotmail.com
Fixes: e78aea8b2170 ("bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-cc")
Signed-off-by: Atul Gopinathan <redacted>Thanks for the quick fix. Applied. _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees