Re: [PATCHv2 10/14] bpf: Use set_memory.h header

2017-03-04 Thread kbuild test robot
Hi Laura, [auto build test ERROR on linus/master] [also build test ERROR on next-20170303] [cannot apply to tip/x86/core drm/drm-next v4.10] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Laura-

Re: [PATCHv2 10/14] bpf: Use set_memory.h header

2017-03-02 Thread Daniel Borkmann
On 03/02/2017 01:15 AM, Laura Abbott wrote: set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Signed-off-by: Laura Abbott Acked-by: Daniel Borkmann

[PATCHv2 10/14] bpf: Use set_memory.h header

2017-03-01 Thread Laura Abbott
set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Signed-off-by: Laura Abbott --- include/linux/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/filter.h b/include/linux/filter.h index 0c167fd..c2b403f 100644 --- a/include/li