]> Gentwo Git Trees - linux/.git/commit
s390/uprobes: Use __forward_psw() instead of private implementation
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 4 Nov 2025 10:48:56 +0000 (11:48 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 14 Nov 2025 10:34:28 +0000 (11:34 +0100)
commita603a0039965ee66d7e521bacf8161d3109bfd75
tree018ea7bebca4a6953712a96f1ec553cf1a8a1c25
parent37450e0994f717d8f621b1dfc1c713f9c66cf59c
s390/uprobes: Use __forward_psw() instead of private implementation

With adjust_psw_addr() the uprobes code contains more or less a private
__forward_psw() implementation. Switch it to use __forward_psw(), and
remove adjust_psw_addr().

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/uprobes.c