The patch titled Subject: include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_restart() prototype has been added to the -mm mm-nonmm-unstable branch. Its filename is entry-remove-has_signal-comment-of-arch_do_signal_or_restart-prototype.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/entry-remove-has_signal-comment-of-arch_do_signal_or_restart-prototype.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> Subject: include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_restart() prototype Date: Fri, 2 Sep 2022 11:41:46 +0800 The argument has_signal of arch_do_signal_or_restart() has been removed in commit 8ba62d37949e ("task_work: Call tracehook_notify_signal from get_signal on all architectures"), let us remove the related comment. Link: https://lkml.kernel.org/r/1662090106-5545-1-git-send-email-yangtiezhu@xxxxxxxxxxx Fixes: 8ba62d37949e ("task_work: Call tracehook_notify_signal from get_signal on all architectures") Signed-off-by: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/entry-common.h | 1 - 1 file changed, 1 deletion(-) --- a/include/linux/entry-common.h~entry-remove-has_signal-comment-of-arch_do_signal_or_restart-prototype +++ a/include/linux/entry-common.h @@ -253,7 +253,6 @@ static __always_inline void arch_exit_to /** * arch_do_signal_or_restart - Architecture specific signal delivery function * @regs: Pointer to currents pt_regs - * @has_signal: actual signal to handle * * Invoked from exit_to_user_mode_loop(). */ _ Patches currently in -mm which might be from yangtiezhu@xxxxxxxxxxx are entry-remove-has_signal-comment-of-arch_do_signal_or_restart-prototype.patch