]> git.baikalelectronics.ru Git - kernel.git/commit
net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat...
authorDominik Brodowski <linux@dominikbrodowski.net>
Fri, 16 Mar 2018 16:07:03 +0000 (17:07 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:15:20 +0000 (20:15 +0200)
commitb124ee31aafd72a309426365cf3345a76896b36a
tree54c13231160e6a6cc6aa461b91d796ce3cff4518
parente9b38de8a0e27415d8265837d20041c1d553557c
net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls

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.

This patch is part of a series which removes in-kernel calls to syscalls.
On this basis, the syscall entry path can be streamlined. For details, see
http://lkml.kernel.org/r/20180325162527.GA17492@light.dominikbrodowski.net

Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
net/compat.c