From: David S. Miller Date: Fri, 15 Apr 2016 01:40:53 +0000 (-0400) Subject: Merge branch 'bpf-ARG_PTR_TO_RAW_STACK' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=548aacdd742b963983f13c523dad8c169c406a19;p=linux-beck.git 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 --- 548aacdd742b963983f13c523dad8c169c406a19