| From: Andrew Morton <akpm@linux-foundation.org> |
| 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@intel.com> |
| Closes: https://lore.kernel.org/r/202307081626.VOmT8STW-lkp@intel.com/ |
| Cc: Ingo Molnar <mingo@kernel.org> |
| Cc: Tejun Heo <tj@kernel.org> |
| Cc: Vincent Whitchurch <vincent.whitchurch@axis.com> |
| Cc: Vineet Gupta <vgupta@kernel.org> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| 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> |
| _ |