Re: [PATCH net-next 0/5] BPF updates

2016-04-14 Thread David Miller
From: Daniel Borkmann Date: Wed, 13 Apr 2016 00:10:49 +0200 > 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

[PATCH net-next 0/5] BPF updates

2016-04-12 Thread Daniel Borkmann
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 con