Home
last modified time | relevance | path

Searched hist:"13 a2d70e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/
H A Dsocket.c13a2d70e Tue Mar 13 14:15:04 CDT 2018 Dominik Brodowski <linux@dominikbrodowski.net> net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall

Using the net-internal helper __sys_getsockopt() allows us to avoid the
internal calls to the sys_getsockopt() 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>