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] [day] [month] [year] [list]
Message-ID: <aa4591dd-b558-3401-4a19-362780ec321f@axentia.se>
Date:   Thu, 28 Sep 2023 01:08:25 +0200
From:   Peter Rosin <peda@...ntia.se>
To:     "William A. Kennington III" <william@...nnington.com>
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mux: Make it possible to select MULTIPLEXER if EXPERT

Hi!

2023-09-27 at 01:07, William A. Kennington III wrote:
> Right now, there is no way to enable multiplexer support unless another
> config option selects it. When using `allnoconfig` with CONFIG_EXPERT,
> this is deselected with no way to enable it.

I fail to see how that would be useful? Why would you want the mux
core if there are no users?

Cheers,
Peter

> Signed-off-by: William A. Kennington III <william@...nnington.com>
> ---
>  drivers/mux/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mux/Kconfig b/drivers/mux/Kconfig
> index 80f015cf6e54..5d585d778312 100644
> --- a/drivers/mux/Kconfig
> +++ b/drivers/mux/Kconfig
> @@ -4,7 +4,7 @@
>  #
>  
>  config MULTIPLEXER
> -	tristate
> +	tristate "Multiplexer"
>  
>  menu "Multiplexer drivers"
>  	depends on MULTIPLEXER

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ