On Mon, Jul 27, 2020 at 3:58 PM Andrii Nakryiko <andr...@fb.com> wrote: > > Due to bpf tree fix merge, bpf_ringbuf_output() signature ended up with int as > a return type, while all other helpers got converted to returning long. So fix > it in bpf-next now. > > Fixes: b0659d8a950d ("bpf: Fix definition of bpf_ringbuf_output() helper in > UAPI comments") > Signed-off-by: Andrii Nakryiko <andr...@fb.com>
Acked-by: Song Liu <songliubrav...@fb.com>