]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'bpf-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Apr 2017 19:51:58 +0000 (15:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Apr 2017 19:51:58 +0000 (15:51 -0400)
commitacf167f3f2495f0b6565f6e8ac9bd87158a0e98d
tree82226511f5f60faf8c8bf820051da232e104c026
parent0aa8c13eb512823bc4d60397d666a6b6260bb965
parentc2002f983767ea0a53acbb3e21f771e7a7e2ed28
Merge branch 'bpf-fixes'

Daniel Borkmann says:

====================
Two BPF fixes

The set fixes cb_access and xdp_adjust_head bits in struct bpf_prog,
that are used for requirement checks on the program rather than f.e.
heuristics. Thus, for tail calls, we cannot make any assumptions and
are forced to set them.
====================

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