]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fix-unconnected-udp'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 6 Jun 2019 23:53:13 +0000 (16:53 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 6 Jun 2019 23:53:13 +0000 (16:53 -0700)
commit1029bd99fe9c95b4ddf0971d091b2b62e1127150
tree6e6832ee09a3fbe20df3c65f28657159b38dd11d
parentb202053c0222c5ffed80fea3c758ca0bf8a466ba
parent7af12d7624ad9e049e100fe383bc191965fc82a4
Merge branch 'fix-unconnected-udp'

Daniel Borkmann says:

====================
Please refer to the patch 1/6 as the main patch with the details
on the current sendmsg hook API limitations and proposal to fix
it in order to work with basic applications like DNS. Remaining
patches are the usual uapi and tooling updates as well as test
cases. Thanks a lot!

v2 -> v3:
  - Add attach types to test_section_names.c and libbpf (Andrey)
  - Added given Acks, rest as-is
v1 -> v2:
  - Split off uapi header sync and bpftool bits (Martin, Alexei)
  - Added missing bpftool doc and bash completion as well
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>