]> git.baikalelectronics.ru Git - kernel.git/commit
s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTART
authorSven Schnelle <svens@linux.ibm.com>
Wed, 30 Jun 2021 12:02:41 +0000 (14:02 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 8 Jul 2021 20:12:17 +0000 (22:12 +0200)
commit89b248e62eee5c490d99e72a0665f4b55179638b
tree025d09cac59cd953cb6dd5eef4aa7a33eacd3c18
parentd9863760e20177085d7ffb81b22ffa7cb6ddde7b
s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTART

PIF_SYSCALL_RESTART is now only used to restart execve when loading
PGSTE binaries. Rename the flag to reflect that, and avoid people
thinking that this bit has anything to do with generic syscall
restarting.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/elf.h
arch/s390/include/asm/ptrace.h
arch/s390/kernel/syscall.c