summaryrefslogtreecommitdiff
path: root/include/linux/resume_user_mode.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2025-10-27 09:44:22 +0100
committerIngo Molnar <mingo@kernel.org>2025-11-04 08:30:01 +0100
commit41b43a6ba3848be8ceec77b8b2a56ddeca6167ed (patch)
tree34645a11ccb8d8788d24fdee12dbb3e56b24a466 /include/linux/resume_user_mode.h
parent77f19e4d4fc90a9364f5055a4daf8b98a76cb303 (diff)
rseq: Remove the ksig argument from rseq_handle_notify_resume()
There is no point for this being visible in the resume_to_user_mode() handling. 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/20251027084306.211520245@linutronix.de
Diffstat (limited to 'include/linux/resume_user_mode.h')
-rw-r--r--include/linux/resume_user_mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/resume_user_mode.h b/include/linux/resume_user_mode.h
index e0135e0adae0..dd3bf7da90a8 100644
--- a/include/linux/resume_user_mode.h
+++ b/include/linux/resume_user_mode.h
@@ -59,7 +59,7 @@ static inline void resume_user_mode_work(struct pt_regs *regs)
mem_cgroup_handle_over_high(GFP_KERNEL);
blkcg_maybe_throttle_current();
- rseq_handle_notify_resume(NULL, regs);
+ rseq_handle_notify_resume(regs);
}
#endif /* LINUX_RESUME_USER_MODE_H */