The patch titled Subject: signal-print-comm-and-exe-name-on-fatal-signals-fix has been added to the -mm mm-nonmm-unstable branch. Its filename is signal-print-comm-and-exe-name-on-fatal-signals-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/signal-print-comm-and-exe-name-on-fatal-signals-fix.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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: signal-print-comm-and-exe-name-on-fatal-signals-fix Date: Tue Jul 11 09:47:45 AM PDT 2023 don't include linux/file.h twice Reported-by: kernel test robot <yujie.liu@xxxxxxxxx> Closes: https://lore.kernel.org/r/202307081626.VOmT8STW-lkp@xxxxxxxxx/ Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Cc: Vincent Whitchurch <vincent.whitchurch@xxxxxxxx> Cc: Vineet Gupta <vgupta@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/signal.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/signal.c~signal-print-comm-and-exe-name-on-fatal-signals-fix +++ a/kernel/signal.c @@ -25,7 +25,6 @@ #include <linux/mm.h> #include <linux/proc_fs.h> #include <linux/tty.h> -#include <linux/file.h> #include <linux/binfmts.h> #include <linux/coredump.h> #include <linux/security.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch swap-stop-add-to-avail-list-is-swap-is-full-checkpatch-fixes.patch fs-buffer-clean-up-block_commit_write-fix.patch mm-page_alloc-avoid-false-page-outside-zone-error-info-fix.patch mm-make-pte_marker_swapin_error-more-general-fix.patch signal-print-comm-and-exe-name-on-fatal-signals-fix.patch