mbox series

[bpf,v2,0/1] bpf: fix OOB read when printing XDP link fdinfo

Message ID 20210719085134.43325-1-lmb@cloudflare.com (mailing list archive)
Headers show
Series bpf: fix OOB read when printing XDP link fdinfo | expand

Message

Lorenz Bauer July 19, 2021, 8:51 a.m. UTC
See the first patch message for details. Same fix as before, except that the
macro invocation is guarded by CONFIG_NET now.

Lorenz Bauer (1):
  bpf: fix OOB read when printing XDP link fdinfo

 include/linux/bpf_types.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Andrii Nakryiko July 19, 2021, 10:31 p.m. UTC | #1
On Mon, Jul 19, 2021 at 1:51 AM Lorenz Bauer <lmb@cloudflare.com> wrote:
>
> See the first patch message for details. Same fix as before, except that the
> macro invocation is guarded by CONFIG_NET now.
>
> Lorenz Bauer (1):
>   bpf: fix OOB read when printing XDP link fdinfo
>

Applied to bpf tree, thanks. There is no need to send a cover letter
for a single patch, though, and it didn't contribute much to the
description in this case, so I dropped it.

>  include/linux/bpf_types.h | 1 +
>  1 file changed, 1 insertion(+)
>
> --
> 2.30.2
>