Re: [PATCH v3] net: inet: diag: expose sockets cgroup classid

2017-08-18 Thread David Miller
From: "Levin, Alexander (Sasha Levin)" Date: Thu, 17 Aug 2017 00:35:11 + > From: "Levin, Alexander (Sasha Levin)" > > This is useful for directly looking up a task based on class id rather than > having to scan through all open

Re: [PATCH v3] net: inet: diag: expose sockets cgroup classid

2017-08-18 Thread David Miller
From: "Levin, Alexander (Sasha Levin)" Date: Thu, 17 Aug 2017 00:35:11 + > From: "Levin, Alexander (Sasha Levin)" > > This is useful for directly looking up a task based on class id rather than > having to scan through all open file descriptors. > > Signed-off-by: Sasha Levin Applied to

[PATCH v3] net: inet: diag: expose sockets cgroup classid

2017-08-16 Thread Levin, Alexander (Sasha Levin)
From: "Levin, Alexander (Sasha Levin)" This is useful for directly looking up a task based on class id rather than having to scan through all open file descriptors. Signed-off-by: Sasha Levin --- include/uapi/linux/inet_diag.h | 1

[PATCH v3] net: inet: diag: expose sockets cgroup classid

2017-08-16 Thread Levin, Alexander (Sasha Levin)
From: "Levin, Alexander (Sasha Levin)" This is useful for directly looking up a task based on class id rather than having to scan through all open file descriptors. Signed-off-by: Sasha Levin --- include/uapi/linux/inet_diag.h | 1 + net/ipv4/inet_diag.c | 11 +++ 2 files