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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 24 Oct 2012 07:23:47 +1100
From:	NeilBrown <neilb@...e.de>
To:	Kees Cook <keescook@...omium.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 061/193] drivers/md: remove CONFIG_EXPERIMENTAL

On Tue, 23 Oct 2012 13:02:14 -0700 Kees Cook <keescook@...omium.org> wrote:

> This config item has not carried much meaning for a while now and is
> almost always enabled by default. As agreed during the Linux kernel
> summit, remove it.
> 
> CC: Neil Brown <neilb@...e.de>
> Signed-off-by: Kees Cook <keescook@...omium.org>
> ---
>  drivers/md/Kconfig |   25 ++++++++++++-------------
>  1 file changed, 12 insertions(+), 13 deletions(-)
> 
> diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
> index 91a02ee..f583e96 100644
> --- a/drivers/md/Kconfig
> +++ b/drivers/md/Kconfig
> @@ -155,10 +155,9 @@ config MD_RAID456
>  	  If unsure, say Y.
>  
>  config MULTICORE_RAID456
> -	bool "RAID-4/RAID-5/RAID-6 Multicore processing (EXPERIMENTAL)"
> +	bool "RAID-4/RAID-5/RAID-6 Multicore processing"
>  	depends on MD_RAID456
>  	depends on SMP
> -	depends on EXPERIMENTAL
>  	---help---
>  	  Enable the raid456 module to dispatch per-stripe raid operations to a
>  	  thread pool.

I'm happy to remove the "depends on EXPERIMENTAL".
I'm not so happy to remove the "(EXPERIMENTAL)" text.  That code really
shouldn't be used in production - just for experiments.

Thanks,
NeilBrown

Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ