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]
Message-ID: <0d335e81-9a94-ca60-5659-bb46080b9242@gmail.com>
Date:   Wed, 26 May 2021 23:55:41 +0100
From:   Pavel Begunkov <asml.silence@...il.com>
To:     "Justin M. Forbes" <jforbes@...oraproject.org>, axboe@...nel.dk,
        io-uring@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] io_uring: Remove CONFIG_EXPERT

On 5/26/21 11:34 PM, Justin M. Forbes wrote:
> While IO_URING has been in fairly heavy development, it is hidden behind
> CONFIG_EXPERT with a default of on.  It has been long enough now that I
> think we should remove EXPERT and allow users and distros to decide how
> they want this config option set without jumping through hoops.

Acked-by: Pavel Begunkov <asml.silence@...il.com>


> Signed-off-by: Justin M. Forbes <jforbes@...oraproject.org>
> ---
>  init/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/init/Kconfig b/init/Kconfig
> index 1ea12c64e4c9..0decca696bf7 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -1621,7 +1621,7 @@ config AIO
>  	  this option saves about 7k.
> 
>  config IO_URING
> -	bool "Enable IO uring support" if EXPERT
> +	bool "Enable IO uring support"
>  	select IO_WQ
>  	default y
>  	help
> 

-- 
Pavel Begunkov

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ