OSDN Git Service

Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 May 2018 00:42:44 +0000 (20:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 May 2018 00:42:44 +0000 (20:42 -0400)
commite002434e88882d8f8205619b5b8f1d8e373a2724
treec8552f572cec86de50662251ce04c36e28eddc48
parent7df40c2673a1307c3260aab6f9d4b9bf97ca8fd7
parentb5b6ff730253ab68ec230e239c4245cb1e8a5397
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-05-03

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

The main changes are:

1) Several BPF sockmap fixes mostly related to bugs in error path
   handling, that is, a bug in updating the scatterlist length /
   offset accounting, a missing sk_mem_uncharge() in redirect
   error handling, and a bug where the outstanding bytes counter
   sg_size was not zeroed, from John.

2) Fix two memory leaks in the x86-64 BPF JIT, one in an error
   path where we still don't converge after image was allocated
   and another one where BPF calls are used and JIT passes don't
   converge, from Daniel.

3) Minor fix in BPF selftests where in test_stacktrace_build_id()
   we drop useless args in urandom_read and we need to add a missing
   newline in a CHECK() error message, from Song.
====================

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