Re: [MPTCP] [PATCH 08/26] net: switch sock_set_timeout to sockptr_t

2020-07-23 Thread Matthieu Baerts
Hi Christoph, On 23/07/2020 08:08, Christoph Hellwig wrote: Pass a sockptr_t to prepare for set_fs-less handling of the kernel pointer from bpf-cgroup. Signed-off-by: Christoph Hellwig --- net/mptcp/protocol.c | 6 -- Thank you for looking at that! For MPTCP-related code: Acked-by: M

[PATCH 08/26] net: switch sock_set_timeout to sockptr_t

2020-07-22 Thread Christoph Hellwig
Pass a sockptr_t to prepare for set_fs-less handling of the kernel pointer from bpf-cgroup. Signed-off-by: Christoph Hellwig --- include/net/sock.h | 3 ++- net/core/sock.c | 26 -- net/mptcp/protocol.c | 6 -- net/socket.c | 3 ++- 4 files changed,