linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] security: remove duplicated include from security.h
@ 2019-01-17  7:17 YueHaibing
  2019-01-17 16:37 ` Kees Cook
  0 siblings, 1 reply; 5+ messages in thread
From: YueHaibing @ 2019-01-17  7:17 UTC (permalink / raw)
  To: viro, dhowells, james.morris, ebiederm; +Cc: linux-kernel, keescook, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 include/linux/security.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/security.h b/include/linux/security.h
index b10866b..7ed03c6 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -30,7 +30,6 @@
 #include <linux/err.h>
 #include <linux/string.h>
 #include <linux/mm.h>
-#include <linux/fs.h>
 
 struct linux_binprm;
 struct cred;
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH -next] security: remove duplicated include from security.h
  2019-01-17  7:17 [PATCH -next] security: remove duplicated include from security.h YueHaibing
@ 2019-01-17 16:37 ` Kees Cook
  0 siblings, 0 replies; 5+ messages in thread
From: Kees Cook @ 2019-01-17 16:37 UTC (permalink / raw)
  To: james.morris, YueHaibing; +Cc: Al Viro, David Howells, Eric W. Biederman, LKML

On Wed, Jan 16, 2019 at 11:17 PM YueHaibing <yuehaibing@huawei.com> wrote:
>
> Remove duplicated include.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Acked-by: Kees Cook <keescook@chromium.org>

James, can you take this?

-Kees

> ---
>  include/linux/security.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/security.h b/include/linux/security.h
> index b10866b..7ed03c6 100644
> --- a/include/linux/security.h
> +++ b/include/linux/security.h
> @@ -30,7 +30,6 @@
>  #include <linux/err.h>
>  #include <linux/string.h>
>  #include <linux/mm.h>
> -#include <linux/fs.h>
>
>  struct linux_binprm;
>  struct cred;
> --
> 2.7.0
>
>


-- 
Kees Cook

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH -next] security: remove duplicated include from security.h
  2020-02-21  7:43 YueHaibing
@ 2020-02-21 16:56 ` James Morris
  0 siblings, 0 replies; 5+ messages in thread
From: James Morris @ 2020-02-21 16:56 UTC (permalink / raw)
  To: YueHaibing
  Cc: dhowells, casey, sds, zohar, linux-kernel, linux-security-module

On Fri, 21 Feb 2020, YueHaibing wrote:

> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  include/linux/security.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/security.h b/include/linux/security.h
> index 910a1ef..fe2c566 100644
> --- a/include/linux/security.h
> +++ b/include/linux/security.h
> @@ -30,7 +30,6 @@
>  #include <linux/err.h>
>  #include <linux/string.h>
>  #include <linux/mm.h>
> -#include <linux/fs.h>
>  
>  struct linux_binprm;
>  struct cred;
> 

Applied to
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general

-- 
James Morris
<jmorris@namei.org>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH -next] security: remove duplicated include from security.h
@ 2020-02-21  7:43 YueHaibing
  2020-02-21 16:56 ` James Morris
  0 siblings, 1 reply; 5+ messages in thread
From: YueHaibing @ 2020-02-21  7:43 UTC (permalink / raw)
  To: dhowells, jmorris
  Cc: casey, sds, zohar, linux-kernel, linux-security-module, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 include/linux/security.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/security.h b/include/linux/security.h
index 910a1ef..fe2c566 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -30,7 +30,6 @@
 #include <linux/err.h>
 #include <linux/string.h>
 #include <linux/mm.h>
-#include <linux/fs.h>
 
 struct linux_binprm;
 struct cred;
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH -next] security: remove duplicated include from security.h
@ 2019-07-02 13:07 YueHaibing
  0 siblings, 0 replies; 5+ messages in thread
From: YueHaibing @ 2019-07-02 13:07 UTC (permalink / raw)
  To: viro, dhowells, keescook, paul, zohar, janne.karhunen
  Cc: linux-kernel, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 include/linux/security.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/security.h b/include/linux/security.h
index 5f7441a..4314477 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -30,7 +30,6 @@
 #include <linux/err.h>
 #include <linux/string.h>
 #include <linux/mm.h>
-#include <linux/fs.h>
 
 struct linux_binprm;
 struct cred;
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-21 16:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17  7:17 [PATCH -next] security: remove duplicated include from security.h YueHaibing
2019-01-17 16:37 ` Kees Cook
2019-07-02 13:07 YueHaibing
2020-02-21  7:43 YueHaibing
2020-02-21 16:56 ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).