kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
@ 2024-05-07 14:01 Lukas Bulwahn
  2024-05-07 14:56 ` Paul Moore
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2024-05-07 14:01 UTC (permalink / raw)
  To: Paul Moore, James Morris, Serge E . Hallyn, linux-security-module
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 67889688e05b ("MAINTAINERS: update the LSM file list") adds a few
file entries to lsm-related header files. Among them, there is a reference
to include/security.h. However, security.h is located in include/linux/,
not in include/.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this new file entry in the SECURITY SUBSYSTEM section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a37cca3c47ef..ca79616a4836 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20140,7 +20140,7 @@ T:	git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
 F:	include/linux/lsm_audit.h
 F:	include/linux/lsm_hook_defs.h
 F:	include/linux/lsm_hooks.h
-F:	include/security.h
+F:	include/linux/security.h
 F:	include/uapi/linux/lsm.h
 F:	security/
 F:	tools/testing/selftests/lsm/
-- 
2.44.0


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

* Re: [PATCH] MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
  2024-05-07 14:01 [PATCH] MAINTAINERS: repair file entry in SECURITY SUBSYSTEM Lukas Bulwahn
@ 2024-05-07 14:56 ` Paul Moore
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Moore @ 2024-05-07 14:56 UTC (permalink / raw)
  To: Lukas Bulwahn, James Morris, Serge E . Hallyn, linux-security-module
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

On May  7, 2024 Lukas Bulwahn <lbulwahn@redhat.com> wrote:
> 
> Commit 67889688e05b ("MAINTAINERS: update the LSM file list") adds a few
> file entries to lsm-related header files. Among them, there is a reference
> to include/security.h. However, security.h is located in include/linux/,
> not in include/.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Repair this new file entry in the SECURITY SUBSYSTEM section.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

My mistake, thanks for the fix Lukas; merged into lsm/dev.

--
paul-moore.com

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

end of thread, other threads:[~2024-05-07 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07 14:01 [PATCH] MAINTAINERS: repair file entry in SECURITY SUBSYSTEM Lukas Bulwahn
2024-05-07 14:56 ` Paul Moore

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).