Re: [PATCH net-next 1/3] bpf: Refactor cgroups code in prep for new type

2016-10-25 Thread David Ahern
On 10/25/16 5:01 PM, Daniel Borkmann wrote: >> diff --git a/kernel/bpf/cgroup.c b/kernel/bpf/cgroup.c >> index a0ab43f264b0..918c01a6f129 100644 >> --- a/kernel/bpf/cgroup.c >> +++ b/kernel/bpf/cgroup.c >> @@ -117,6 +117,19 @@ void __cgroup_bpf_update(struct cgroup *cgrp, >> } >> } >> >>

Re: [PATCH net-next 1/3] bpf: Refactor cgroups code in prep for new type

2016-10-25 Thread Daniel Borkmann
On 10/26/2016 12:30 AM, David Ahern wrote: Code move only; no functional change intended. Not quite, see below. Signed-off-by: David Ahern --- kernel/bpf/cgroup.c | 27 ++- kernel/bpf/syscall.c | 28 +++- 2 files

[PATCH net-next 1/3] bpf: Refactor cgroups code in prep for new type

2016-10-25 Thread David Ahern
Code move only; no functional change intended. Signed-off-by: David Ahern --- kernel/bpf/cgroup.c | 27 ++- kernel/bpf/syscall.c | 28 +++- 2 files changed, 37 insertions(+), 18 deletions(-) diff --git