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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 27 Sep 2023 21:49:46 -0700
From:   Joe Perches <joe@...ches.com>
To:     Justin Stitt <justinstitt@...gle.com>
Cc:     linux-kernel@...r.kernel.org, Kees Cook <keescook@...omium.org>,
        Nick Desaulniers <ndesaulniers@...gle.com>,
        Nathan Chancellor <nathan@...nel.org>,
        Jakub Kicinski <kuba@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
        geert@...ux-m68k.org, gregkh@...uxfoundation.org,
        workflows@...r.kernel.org, mario.limonciello@....com
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 <justinstitt@...gle.com>
> Original-author: Kees Cook <keescook@...omium.org>
> ---
>  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 <linux@...linux.org.uk>
> @@ -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 <hao.wu@...el.com>
> @@ -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:	kernel-janitors@...r.kernel.org
> @@ -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 <richardcochran@...il.com>
> @@ -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 <kamal.dasu@...adcom.com>
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ