From: Daniel Wagner <daniel.wagner@xxxxxxxxxxxx> Hi, This series updates net_cls to use the same socket update logic as net_prio. With this change sock_update_classid() is not called from recvmsg, sendmsg and friends anymore. This seems to be a good idea. Credit goes to John Fastabend for this work. The patches are against net-next. cheers, daniel Cc: Li Zefan <lizefan@xxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: "Michael S. Tsirkin" <mst@xxxxxxxxxx> Cc: Eric Dumazet <edumazet@xxxxxxxxxx> Cc: Glauber Costa <glommer@xxxxxxxxxxxxx> Cc: Jamal Hadi Salim <jhs@xxxxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: John Fastabend <john.r.fastabend@xxxxxxxxx> Cc: Li Zefan <lizefan@xxxxxxxxxx> Cc: Neil Horman <nhorman@xxxxxxxxxxxxx> Cc: Stanislav Kinsbursky <skinsbursky@xxxxxxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Cc: <cgroups@xxxxxxxxxxxxxxx> Cc: <netdev@xxxxxxxxxxxxxxx> Daniel Wagner (4): cgroup: net_prio: Mark local used function static cgroup: net_cls: Fix local variable type decleration cgroup: net_cls: Pass in task to sock_update_classid() cgroup: net_cls: Rework update socket logic drivers/net/tun.c | 3 --- include/net/cls_cgroup.h | 4 ++-- net/core/netprio_cgroup.c | 2 +- net/core/sock.c | 6 +++--- net/sched/cls_cgroup.c | 38 ++++++++++++++++++++++++++++++++++++++ net/socket.c | 8 -------- 6 files changed, 44 insertions(+), 17 deletions(-) -- 1.7.11.4 -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html