]> git.baikalelectronics.ru Git - kernel.git/commit
net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to compat...
authorDominik Brodowski <linux@dominikbrodowski.net>
Fri, 16 Mar 2018 16:10:50 +0000 (17:10 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:15:19 +0000 (20:15 +0200)
commit39fe6b3e960175714e8b4b797e4147fdd13d7477
tree86b0c2497a06efd1c3fab4d3cd460d9930c84e9a
parent28c21ef8025f09d0a4163d3a395883fc020c1e25
net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to compat syscall

Using the net-internal helper __compat_sys_recvmmsg() allows us to avoid
the internal calls to the compat_sys_recvmmsg() syscall.

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