linux/ipc
Dominik Brodowski 3d65661a49 ipc: add msgget syscall wrapper
Provide ksys_msgget() wrapper to avoid in-kernel calls to this syscall.
The ksys_ prefix denotes that this function is meant as a drop-in
replacement for the syscall. In particular, it uses the same calling
convention as sys_msgget().

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: Al Viro <viro@zeniv.linux.org.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2018-04-02 20:15:23 +02:00
..
compat.c
ipc_sysctl.c
Makefile
mq_sysctl.c
mqueue.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
msg.c ipc: add msgget syscall wrapper 2018-04-02 20:15:23 +02:00
msgutil.c
namespace.c
sem.c ipc: add semctl syscall/compat_syscall wrappers 2018-04-02 20:15:22 +02:00
shm.c ipc: fix ipc data structures inconsistency 2018-02-06 18:32:46 -08:00
syscall.c ipc: add msgget syscall wrapper 2018-04-02 20:15:23 +02:00
util.c ipc: fix ipc data structures inconsistency 2018-02-06 18:32:46 -08:00
util.h ipc: add msgget syscall wrapper 2018-04-02 20:15:23 +02:00