diff options
author | Sven Schnelle <[email protected]> | 2022-05-04 08:23:50 +0200 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2022-05-09 11:33:38 +0200 |
commit | 6d97af487dee3176cb1342d4ab16637e495440ad (patch) | |
tree | 12caf1c8054ac1d75ffe9f8bbb61f2057768ec92 /lib/mpi/mpi-sub-ui.c | |
parent | fcdc03f78d5c8db53ba090e38474b05113d34ade (diff) |
entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()
arch_check_user_regs() is used at the moment to verify that struct pt_regs
contains valid values when entering the kernel from userspace. s390 needs
a place in the generic entry code to modify a cpu data structure when
switching from userspace to kernel mode. As arch_check_user_regs() is
exactly this, rename it to arch_enter_from_user_mode().
When entering the kernel from userspace, arch_check_user_regs() is
used to verify that struct pt_regs contains valid values. Note that
the NMI codepath doesn't call this function. s390 needs a place in the
generic entry code to modify a cpu data structure when switching from
userspace to kernel mode. As arch_check_user_regs() is exactly this,
rename it to arch_enter_from_user_mode().
Signed-off-by: Sven Schnelle <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions