]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
s390/uaccess: Make cmpxchg_user_key() library code
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 16 Jun 2025 15:00:29 +0000 (17:00 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 29 Jun 2025 11:12:01 +0000 (13:12 +0200)
commit6fe0ea914d73a32b27db9eff5259e59c28633eac
tree3f5c0bc3af37ddaa7b741d1f2a86721525127080
parentac5bf0665011db2b4aa167e971195a166e0d8d2f
s390/uaccess: Make cmpxchg_user_key() library code

Move cmpxchg_user_key() handling to uaccess library code. The generated
code is large in any case so that there is hardly any benefit if it is
inlined.

Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/uaccess.h
arch/s390/lib/uaccess.c