2023-09-28 05:02:25

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] MAINTAINERS: migrate some K to D

On Thu, 2023-09-28 at 04:23 +0000, Justin Stitt wrote:
> Let's get the ball rolling with some changes from K to D.
>
> Ultimately, if it turns out that 100% of K users want to change to D
> then really the behavior of K could just be changed.

Given my suggestion to 1/2, this would be unnecessary.

>
> Signed-off-by: Justin Stitt <[email protected]>
> Original-author: Kees Cook <[email protected]>
> ---
> MAINTAINERS | 16 +++++++++-------
> 1 file changed, 9 insertions(+), 7 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 94e431daa7c2..80ffdaa8f044 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5038,7 +5038,7 @@ F: Documentation/kbuild/llvm.rst
> F: include/linux/compiler-clang.h
> F: scripts/Makefile.clang
> F: scripts/clang-tools/
> -K: \b(?i:clang|llvm)\b
> +D: \b(?i:clang|llvm)\b
>
> CLK API
> M: Russell King <[email protected]>
> @@ -8149,7 +8149,7 @@ F: lib/strcat_kunit.c
> F: lib/strscpy_kunit.c
> F: lib/test_fortify/*
> F: scripts/test_fortify.sh
> -K: \b__NO_FORTIFY\b
> +D: \b__NO_FORTIFY\b
>
> FPGA DFL DRIVERS
> M: Wu Hao <[email protected]>
> @@ -11405,8 +11405,10 @@ F: Documentation/ABI/testing/sysfs-kernel-warn_count
> F: include/linux/overflow.h
> F: include/linux/randomize_kstack.h
> F: mm/usercopy.c
> -K: \b(add|choose)_random_kstack_offset\b
> -K: \b__check_(object_size|heap_object)\b
> +D: \b(add|choose)_random_kstack_offset\b
> +D: \b__check_(object_size|heap_object)\b
> +D: \b__counted_by\b
> +
>
> KERNEL JANITORS
> L: [email protected]
> @@ -17290,7 +17292,7 @@ F: drivers/acpi/apei/erst.c
> F: drivers/firmware/efi/efi-pstore.c
> F: fs/pstore/
> F: include/linux/pstore*
> -K: \b(pstore|ramoops)
> +D: \b(pstore|ramoops)
>
> PTP HARDWARE CLOCK SUPPORT
> M: Richard Cochran <[email protected]>
> @@ -19231,8 +19233,8 @@ F: include/uapi/linux/seccomp.h
> F: kernel/seccomp.c
> F: tools/testing/selftests/kselftest_harness.h
> F: tools/testing/selftests/seccomp/*
> -K: \bsecure_computing
> -K: \bTIF_SECCOMP\b
> +D: \bsecure_computing
> +D: \bTIF_SECCOMP\b
>
> SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
> M: Kamal Dasu <[email protected]>
>