Re: [PATCH v3 0/6] Add eBPF hooks for cgroups

2016-08-27 Thread Rami Rosen
Hi Daniel, I don't see the cgroups mailing list address in the cc list. Since this patch is related also to the cgroups subsystem, I would suggest that going forward you will cc also cgro...@vger.kernel.org to future patches related to cgroups. (I hope this won't cause exceeding the max cc list len

[PATCH v3 0/6] Add eBPF hooks for cgroups

2016-08-26 Thread Daniel Mack
This is v3 of the patch set to allow eBPF programs for network filtering and accounting to be attached to cgroups, so that they apply to all sockets of all tasks placed in that cgroup. The logic also allows to be extendeded for other cgroup based eBPF logic. I am posting this now with only very fe