Searched hist:"58 fa4a410fc31afe08d0d0c6b6d8860c22ec17c2" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/ipc/ |
H A D | syscall.c | diff 58fa4a410fc31afe08d0d0c6b6d8860c22ec17c2 Wed Jan 16 07:15:20 CST 2019 Arnd Bergmann <arnd@arndb.de> ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
The sys_ipc() and compat_ksys_ipc() functions are meant to only be used from the system call table, not called by another function.
Introduce ksys_*() interfaces for this purpose, as we have done for many other system calls.
Link: https://lore.kernel.org/lkml/20190116131527.2071570-3-arnd@arndb.de Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> [heiko.carstens@de.ibm.com: compile fix for !CONFIG_COMPAT] Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
/openbmc/linux/arch/s390/kernel/ |
H A D | compat_linux.c | diff 58fa4a410fc31afe08d0d0c6b6d8860c22ec17c2 Wed Jan 16 07:15:20 CST 2019 Arnd Bergmann <arnd@arndb.de> ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
The sys_ipc() and compat_ksys_ipc() functions are meant to only be used from the system call table, not called by another function.
Introduce ksys_*() interfaces for this purpose, as we have done for many other system calls.
Link: https://lore.kernel.org/lkml/20190116131527.2071570-3-arnd@arndb.de Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> [heiko.carstens@de.ibm.com: compile fix for !CONFIG_COMPAT] Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | diff 58fa4a410fc31afe08d0d0c6b6d8860c22ec17c2 Wed Jan 16 07:15:20 CST 2019 Arnd Bergmann <arnd@arndb.de> ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
The sys_ipc() and compat_ksys_ipc() functions are meant to only be used from the system call table, not called by another function.
Introduce ksys_*() interfaces for this purpose, as we have done for many other system calls.
Link: https://lore.kernel.org/lkml/20190116131527.2071570-3-arnd@arndb.de Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> [heiko.carstens@de.ibm.com: compile fix for !CONFIG_COMPAT] Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | diff 58fa4a410fc31afe08d0d0c6b6d8860c22ec17c2 Wed Jan 16 07:15:20 CST 2019 Arnd Bergmann <arnd@arndb.de> ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
The sys_ipc() and compat_ksys_ipc() functions are meant to only be used from the system call table, not called by another function.
Introduce ksys_*() interfaces for this purpose, as we have done for many other system calls.
Link: https://lore.kernel.org/lkml/20190116131527.2071570-3-arnd@arndb.de Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> [heiko.carstens@de.ibm.com: compile fix for !CONFIG_COMPAT] Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|