]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-jset-verifier'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 20 Dec 2018 16:28:29 +0000 (17:28 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 20 Dec 2018 16:28:30 +0000 (17:28 +0100)
commit754d941a33bc13d5bda1ffb806f5b27ca7c83f03
treec3841eb8de8ce0313010b5d003b41d25383d48f6
parent831d2ee06cd4783078b13e9a79be6f96c8321b21
parent593a61f46799cb4851d980ffbf2fd4935cded41b
Merge branch 'bpf-jset-verifier'

Jakub Kicinski says:

====================
This is a v2 of the patch set to teach the verifier about BPF_JSET
instruction.  There is also a number of tests include for both
basic functioning of the instruction and the verifier logic.
The NFP JIT handling of JSET is tweaked.  Last patch adds missing
file to gitignore.

Reposting part of previous series without the dead code elimination.
====================

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