]> Git Repo - linux.git/commitdiff
MAINTAINERS: Add security/Kconfig.hardening to hardening section
authorNathan Chancellor <[email protected]>
Sat, 28 Sep 2024 18:26:09 +0000 (11:26 -0700)
committerKees Cook <[email protected]>
Sat, 28 Sep 2024 20:56:12 +0000 (13:56 -0700)
When running get_maintainer.pl on security/Kconfig.hardening, only the
security subsystem folks show up, even though they have never taken
patches to this file:

  $ scripts/get_maintainer.pl security/Kconfig.hardening
  Paul Moore <...> (supporter:SECURITY SUBSYSTEM)
  James Morris <...> (supporter:SECURITY SUBSYSTEM)
  "Serge E. Hallyn" <...> (supporter:SECURITY SUBSYSTEM)
  [email protected] (open list:SECURITY SUBSYSTEM)
  [email protected] (open list)

  $ git log --format=%cn --no-merges security/Kconfig.hardening | sort | uniq -c
        3 Andrew Morton
        1 Greg Kroah-Hartman
       18 Kees Cook
        2 Linus Torvald

Add it to the hardening section so that the KSPP folks are also shown,
which matches reality over who should comment on and take said patches
if necessary.

Signed-off-by: Nathan Chancellor <[email protected]>
Link: https://lore.kernel.org/r/20240928-maintainers-security-kconfig-hardening-v1-1-c8c64071cc02@kernel.org
Signed-off-by: Kees Cook <[email protected]>
MAINTAINERS

index 3a29f123e1be3b5ba20298a597b37ff314143318..fecc7c696737edd932182773e771d238a1281479 100644 (file)
@@ -12152,6 +12152,7 @@ F:      include/linux/randomize_kstack.h
 F:     kernel/configs/hardening.config
 F:     lib/usercopy_kunit.c
 F:     mm/usercopy.c
+F:     security/Kconfig.hardening
 K:     \b(add|choose)_random_kstack_offset\b
 K:     \b__check_(object_size|heap_object)\b
 K:     \b__counted_by\b
This page took 0.113789 seconds and 4 git commands to generate.