Dominik Brodowski
e1834a329d
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
...
The non-compat codepaths for sys_...msg() verify that MSG_CMSG_COMPAT
is not set. By moving this check to the __sys_...msg() functions
(and making it dependent on a static flag passed to this function), we
can call the __sys...msg() functions instead of the syscall functions
in all cases. __sys_recvmmsg() does not need this trickery, as the
check is handled within the do_sys_recvmmsg() function internal to
net/socket.c.
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>
2018-04-02 20:15:15 +02:00
..
2018-01-31 12:25:27 -08:00
2018-02-01 09:51:57 -08:00
2018-02-02 14:19:19 -08:00
2018-02-06 11:09:45 -08:00
2018-01-31 14:31:10 -08:00
2018-02-20 11:34:54 +00:00
2018-02-03 12:10:09 -08:00
2018-02-06 15:30:52 -08:00
2018-02-22 10:45:46 -08:00
2018-02-01 16:35:31 -08:00
2018-02-09 14:55:30 -08:00
2018-02-12 10:41:11 +01:00
2018-02-06 22:54:15 +00:00
2018-03-01 08:41:25 -07:00
2018-02-06 18:32:44 -08:00
2018-01-30 20:18:28 -07:00
2018-02-15 08:27:06 -07:00
2018-02-04 11:16:35 -08:00
2018-02-06 18:32:46 -08:00
2018-03-08 10:03:12 -08:00
2018-02-20 11:17:58 +01:00
2018-02-26 09:34:21 -08:00
2018-02-21 15:35:43 -08:00
2018-02-08 10:21:39 +01:00
2018-02-02 09:50:51 -08:00
2018-02-15 12:01:53 +01:00
2018-02-16 10:40:24 +01:00
2018-02-06 18:32:47 -08:00
2018-02-06 18:32:47 -08:00
2018-02-03 12:10:09 -08:00
2018-02-12 15:59:08 +00:00
2018-01-31 13:12:31 -08:00
2018-02-08 15:13:30 -05:00
2018-02-07 13:10:43 -08:00
2018-01-30 21:54:32 +01:00
2018-02-26 12:32:42 -08:00
2018-04-02 20:15:02 +02:00
2018-02-12 10:41:11 +01:00
2018-02-26 09:48:42 -07:00
2018-02-06 18:32:46 -08:00
2018-01-31 17:18:40 -08:00
2018-02-06 16:41:29 -05:00
2018-02-20 11:17:58 +01:00
2018-02-06 18:32:47 -08:00
2018-02-01 08:15:25 -05:00
2018-02-21 16:54:05 +01:00
2018-02-06 18:32:45 -08:00
2018-02-06 18:32:43 -08:00
2018-02-22 10:45:46 -08:00
2018-02-13 09:15:58 +01:00
2018-02-21 16:54:06 +01:00
2018-02-24 01:43:47 +01:00
2018-02-01 15:01:15 -07:00
2018-01-30 10:44:56 -08:00
2018-02-06 18:32:47 -08:00
2018-02-06 18:32:47 -08:00
2018-02-21 15:35:42 -08:00
2018-02-13 16:25:06 +01:00
2018-01-31 17:18:38 -08:00
2018-02-06 10:41:33 -08:00
2018-01-31 17:18:38 -08:00
2018-01-31 17:18:39 -08:00
2018-02-06 18:32:47 -08:00
2018-02-21 08:56:40 +01:00
2018-01-31 14:31:10 -08:00
2018-02-01 07:43:56 -08:00
2018-02-17 08:40:59 +01:00
2018-02-01 10:57:45 -08:00
2018-03-05 18:03:20 -06:00
2018-02-01 10:57:45 -08:00
2018-01-31 17:18:40 -08:00
2018-01-31 17:18:37 -08:00
2018-02-08 15:32:25 -05:00
2018-02-01 11:40:07 -06:00
2018-02-06 09:59:40 -08:00
2018-02-27 14:32:09 -05:00
2018-02-06 18:32:47 -08:00
2018-02-11 14:37:22 -08:00
2018-02-12 10:41:11 +01:00
2018-02-06 22:54:11 +00:00
2018-02-11 22:33:22 -05:00
2018-02-06 16:41:28 -05:00
2018-02-01 10:31:17 -08:00
2018-01-31 14:31:10 -08:00
2018-02-06 22:15:42 -08:00
2018-02-11 14:34:03 -08:00
2018-02-13 15:00:06 +01:00
2018-02-07 12:50:21 +02:00
2018-02-01 09:46:00 -08:00
2018-02-09 09:44:25 -08:00
2018-01-31 17:18:39 -08:00
2018-03-04 17:49:17 -05:00
2018-04-02 20:15:15 +02:00
2018-01-31 09:25:20 -08:00
2018-02-07 12:18:23 +01:00
2018-02-21 15:35:42 -08:00
2018-02-06 09:59:40 -08:00
2018-02-05 21:34:50 +01:00
2018-04-02 20:15:00 +02:00
2018-02-06 18:32:47 -08:00
2018-02-06 18:32:44 -08:00
2018-01-31 17:18:37 -08:00
2018-02-16 22:24:25 +01:00
2018-01-31 17:18:39 -08:00