diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2025-10-27 09:45:21 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-11-04 08:35:17 +0100 |
| commit | 70fe25a3bc53a891f0e6184c12bd55cc524cb13b (patch) | |
| tree | 9860f3eace951fd9cec78081da4bd369317337e0 /kernel/entry/common.c | |
| parent | 3db6b38dfe640207da706b286d4181237391f5bd (diff) | |
entry: Split up exit_to_user_mode_prepare()
exit_to_user_mode_prepare() is used for both interrupts and syscalls, but
there is extra rseq work, which is only required for in the interrupt exit
case.
Split up the function and provide wrappers for syscalls and interrupts,
which allows to separate the rseq exit work in the next step.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://patch.msgid.link/20251027084307.782234789@linutronix.de
Diffstat (limited to 'kernel/entry/common.c')
0 files changed, 0 insertions, 0 deletions