lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 10 Jul 2023 15:23:40 +0800 (CST)
From:   <ye.xingchen@....com.cn>
To:     <rafael.j.wysocki@...el.com>
Cc:     <peterz@...radead.org>, <ebiederm@...ssion.com>,
        <elver@...gle.com>, <tglx@...utronix.de>,
        <michael.christie@...cle.com>, <haifeng.xu@...pee.com>,
        <viro@...iv.linux.org.uk>, <mcgrof@...nel.org>,
        <dvyukov@...gle.com>, <vincent.whitchurch@...s.com>,
        <linux-kernel@...r.kernel.org>
Subject: [PATCH] signal: remove duplicate include header in signal.c

From: Ye Xingchen <ye.xingchen@....com.cn>

linux/file.h is included more than once.

Signed-off-by: Ye Xingchen <ye.xingchen@....com.cn>
---
 kernel/signal.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/signal.c b/kernel/signal.c
index 9a3ff8157ceb..b1da4e81bde6 100644
--- a/kernel/signal.c
+++ b/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>
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ