]> 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>
Fri, 27 Mar 2020 23:18:51 +0000 (16:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Mar 2020 23:18:51 +0000 (16:18 -0700)
commit6a926ef205d3a272a80dcf321ff97d0b422f1af9
tree6c8d969bfb7ccb4d46ab9b6e79aa36c2e2945486
parent67712136aea06aa784a53c258171fdd616b509bf
parentf8d338051a40b9f0275e5f321e36e8124b65d605
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2020-03-27

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

We've added 3 non-merge commits during the last 4 day(s) which contain
a total of 4 files changed, 25 insertions(+), 20 deletions(-).

The main changes are:

1) Explicitly memset the bpf_attr structure on bpf() syscall to avoid
   having to rely on compiler to do so. Issues have been noticed on
   some compilers with padding and other oddities where the request was
   then unexpectedly rejected, from Greg Kroah-Hartman.

2) Sanitize the bpf_struct_ops TCP congestion control name in order to
   avoid problematic characters such as whitespaces, from Martin KaFai Lau.
====================

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