]> 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>
Sun, 2 Sep 2018 22:53:38 +0000 (15:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Sep 2018 22:53:38 +0000 (15:53 -0700)
commit73c7c8c1c006c295793a8cad5da0f29713501dad
treeb2c917465cd88aeff2aefcb30406dd271f5d2f0c
parent56a5040a016a0d633728563550f02dad4c8e9f1a
parent431429cb59a4b6d0964f4d66db535448b95e9ed6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-09-02

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

The main changes are:

1) Fix one remaining buggy offset override in sockmap's bpf_msg_pull_data()
   when linearizing multiple scatterlist elements, from Tushar.

2) Fix BPF sockmap's misuse of ULP when a collision with another ULP is
   found on map update where it would release existing ULP. syzbot found and
   triggered this couple of times now, fix from John.

3) Add missing xskmap type to bpftool so it will properly show the type
   on map dump, from Prashant.
====================

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