]> 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)
commit316693a3ad3836f8fb6896657190db9b96499877
tree025d09cac59cd953cb6dd5eef4aa7a33eacd3c18
parenteed0369f61f4f6eebf405c0069646f930e1c01d9
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