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