]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-sockmap-selftests'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 24 Apr 2018 22:06:55 +0000 (00:06 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 24 Apr 2018 22:07:05 +0000 (00:07 +0200)
commit14cab2d1a180fdc67d84884b5899a1f36e491f35
tree94e5a929079cbf5e00a8e22197a084c350ac9237
parent94dae98575e631cc4d9fd0b1df36f2ea143b021f
parent50b032efebe858f22aa079dcf0ce72cc3befb7b7
Merge branch 'bpf-sockmap-selftests'

John Fastabend says:

====================
This series moves ./samples/sockmap into BPF selftests. There are a
few good reasons to do this. First, by pushing this into selftests
the tests will be run automatically. Second, sockmap was not really
a sample of anything anymore, but rather a large set of tests.

Note: There are three recent fixes outstanding against bpf branch
that can be detected occasionally by the automated tests here.

https://patchwork.ozlabs.org/patch/903138/
https://patchwork.ozlabs.org/patch/903139/
https://patchwork.ozlabs.org/patch/903140/
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>