[PATCH -next 22/22] net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls

2018-03-16 Thread Dominik Brodowski
Using the net-internal helpers __compat_sys_...msg() allows us to avoid the internal calls to the compat_sys_...msg() syscalls. compat_sys_recvmmsg() is handled in a different patch. Signed-off-by: Dominik Brodowski --- net/compat.c | 37

[PATCH -next 22/22] net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls

2018-03-16 Thread Dominik Brodowski
Using the net-internal helpers __compat_sys_...msg() allows us to avoid the internal calls to the compat_sys_...msg() syscalls. compat_sys_recvmmsg() is handled in a different patch. Signed-off-by: Dominik Brodowski --- net/compat.c | 37 ++--- 1 file changed, 30