]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Mon, 13 May 2019 03:03:35 +0000 (20:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 May 2019 03:03:35 +0000 (20:03 -0700)
commit54df03b087a5558e0b05b31c6c1bb9d40ab12bcd
treeaea39a591ee5c8d984e8ec36a0ce89959118f53b
parent24128fe76f9a977022fd2b59c4f98877983f019d
parent34e830e5546550e217901adb1404631d8c4497cd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2019-05-13

The following pull-request contains BPF updates for your *net* tree.

The main changes are:

1) Fix out of bounds backwards jumps due to a bug in dead code
   removal, from Daniel.

2) Fix libbpf users by detecting unsupported BTF kernel features
   and sanitize them before load, from Andrii.

3) Fix undefined behavior in narrow load handling of context
   fields, from Krzesimir.

4) Various BPF uapi header doc/man page fixes, from Quentin.

5) Misc .gitignore fixups to exclude built files, from Kelsey.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>