]> 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>
Sat, 23 Feb 2019 04:45:38 +0000 (20:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Feb 2019 04:45:38 +0000 (20:45 -0800)
commit46e7803521c999c18df7a5f068f40bf9a8bb5ccd
treeb08e33036f37bffbd50fb6159dcc4d9d6165dfb1
parent6afdccc1b15e204992c7a7464b3644880f1c94b0
parent2f09b2d4e4694a7456c2dbecae59388447a86cca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2019-02-23

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

The main changes are:

1) Fix a bug in BPF's LPM deletion logic to match correct prefix
   length, from Alban.

2) Fix AF_XDP teardown by not destroying umem prematurely as it
   is still needed till all outstanding skbs are freed, from Björn.

3) Fix unkillable BPF_PROG_TEST_RUN under preempt kernel by checking
   signal_pending() outside need_resched() condition which is never
   triggered there, from Stanislav.

4) Fix two nfp JIT bugs, one in code emission for K-based xor, and
   another one to explicitly clear upper bits in alu32, from Jiong.

5) Add bpf list address to maintainers file, from Daniel.
====================

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