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:   Tue, 18 Oct 2016 11:32:33 +0200
From:   Ulf Hansson <ulf.hansson@...aro.org>
To:     Vegard Nossum <vegard.nossum@...cle.com>
Cc:     Akinobu Mita <akinobu.mita@...il.com>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Adrien Schildknecht <adrien+dev@...ischi.me>
Subject: Re: [PATCH 02/10] fault injection: fix Kconfig menu

On 16 October 2016 at 17:56, Vegard Nossum <vegard.nossum@...cle.com> wrote:
> We need an explicit dependency on FAULT_INJECTION in order to keep
> FAIL_MMC_REQUEST (and subsequent entries) inside the FAULT_INJECTION
> menu.
>
> Fixes: 28ff4fda9e5b ("mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FS")
> Cc: Adrien Schildknecht <adrien+dev@...ischi.me>
> Cc: Ulf Hansson <ulf.hansson@...aro.org>
> Signed-off-by: Vegard Nossum <vegard.nossum@...cle.com>

Acked-by: Ulf Hansson <ulf.hansson@...aro.org>

Kind regards
Uffe

> ---
>  lib/Kconfig.debug | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index 33bc56c..d7cc65a 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -1641,7 +1641,8 @@ config FAIL_IO_TIMEOUT
>
>  config FAIL_MMC_REQUEST
>         bool "Fault-injection capability for MMC IO"
> -       depends on FAULT_INJECTION_DEBUG_FS && MMC
> +       depends on FAULT_INJECTION && MMC
> +       depends on FAULT_INJECTION_DEBUG_FS
>         help
>           Provide fault-injection capability for MMC IO.
>           This will make the mmc core return data errors. This is
> --
> 2.10.0.479.g221bd91
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ