]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-ARG_PTR_TO_RAW_STACK'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2016 01:40:53 +0000 (21:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2016 01:40:53 +0000 (21:40 -0400)
commit426920abaa1363c93f612820ef6d5049c1d744ab
tree8fe6af71ebb2dca7862b47c7514e27f2a7e12da3
parent54f134a2790055a1cf112a503509282a4b49741e
parente445704af7074836a7f06ebfafdc551574e789f7
Merge branch 'bpf-ARG_PTR_TO_RAW_STACK'

Merge branch 'bpf-ARG_PTR_TO_RAW_STACK'

Daniel Borkmann says:

====================
BPF updates

This series adds a new verifier argument type called
ARG_PTR_TO_RAW_STACK and converts related helpers to make
use of it. Basic idea is that we can save init of stack
memory when the helper function is guaranteed to fully
fill out the passed buffer in every path. Series also adds
test cases and converts samples. For more details, please
see individual patches.
====================

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