On Sun, Mar 28, 2021 at 5:05 AM Atul Gopinathan <atulgopinat...@gmail.com> 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+0b74d8ec3bf0cc4e4...@syzkaller.appspotmail.com > Fixes: e78aea8b2170 ("bpf: tcp: Put some tcp cong functions in allowlist for > bpf-tcp-cc") > Signed-off-by: Atul Gopinathan <atulgopinat...@gmail.com>
Thanks for the quick fix. Applied.