Re: [PATCH v2 1/5] bpf: Add missing header to the library

2017-02-08 Thread Mickaël Salaün
On 08/02/2017 03:52, Wangnan (F) wrote: > Please add me into the cc list of all of the 5 patches. Sorry, get_maintainer.pl didn't get your name for all patches but I'll CC you for the next series. > > Thank you. > > On 2017/2/7 4:40, Mickaël Salaün wrote: >> Include stddef.h to define size_t.

Re: [PATCH v2 1/5] bpf: Add missing header to the library

2017-02-08 Thread Mickaël Salaün
On 08/02/2017 03:52, Wangnan (F) wrote: > Please add me into the cc list of all of the 5 patches. Sorry, get_maintainer.pl didn't get your name for all patches but I'll CC you for the next series. > > Thank you. > > On 2017/2/7 4:40, Mickaël Salaün wrote: >> Include stddef.h to define size_t.

Re: [PATCH v2 1/5] bpf: Add missing header to the library

2017-02-07 Thread Wangnan (F)
Please add me into the cc list of all of the 5 patches. Thank you. On 2017/2/7 4:40, Mickaël Salaün wrote: Include stddef.h to define size_t. Signed-off-by: Mickaël Salaün Cc: Alexei Starovoitov Cc: Arnaldo Carvalho de Melo Cc: Daniel

Re: [PATCH v2 1/5] bpf: Add missing header to the library

2017-02-07 Thread Wangnan (F)
Please add me into the cc list of all of the 5 patches. Thank you. On 2017/2/7 4:40, Mickaël Salaün wrote: Include stddef.h to define size_t. Signed-off-by: Mickaël Salaün Cc: Alexei Starovoitov Cc: Arnaldo Carvalho de Melo Cc: Daniel Borkmann Cc: Wang Nan --- tools/lib/bpf/bpf.h | 1 +

Re: [PATCH v2 1/5] bpf: Add missing header to the library

2017-02-07 Thread David Miller
I don't see a proper "[PATCH v2 0/5] ..." posting, and I can't tell what tree you are targetting this series at.

Re: [PATCH v2 1/5] bpf: Add missing header to the library

2017-02-07 Thread David Miller
I don't see a proper "[PATCH v2 0/5] ..." posting, and I can't tell what tree you are targetting this series at.

[PATCH v2 1/5] bpf: Add missing header to the library

2017-02-06 Thread Mickaël Salaün
Include stddef.h to define size_t. Signed-off-by: Mickaël Salaün Cc: Alexei Starovoitov Cc: Arnaldo Carvalho de Melo Cc: Daniel Borkmann Cc: Wang Nan --- tools/lib/bpf/bpf.h | 1 + 1 file changed, 1

[PATCH v2 1/5] bpf: Add missing header to the library

2017-02-06 Thread Mickaël Salaün
Include stddef.h to define size_t. Signed-off-by: Mickaël Salaün Cc: Alexei Starovoitov Cc: Arnaldo Carvalho de Melo Cc: Daniel Borkmann Cc: Wang Nan --- tools/lib/bpf/bpf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lib/bpf/bpf.h b/tools/lib/bpf/bpf.h index