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:   Mon, 10 Feb 2020 14:40:45 +0000
From:   Anton Ivanov <anton.ivanov@...bridgegreys.com>
To:     Krzysztof Kozlowski <krzk@...nel.org>,
        Jeff Dike <jdike@...toit.com>,
        Richard Weinberger <richard@....at>,
        linux-um@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] um: configs: Cleanup CONFIG_IOSCHED_CFQ



On 30/01/2020 19:22, Krzysztof Kozlowski wrote:
> CONFIG_IOSCHED_CFQ is since commit f382fb0bcef4 ("block: remove legacy
> IO schedulers").
> 
> The IOSCHED_BFQ seems to replace IOSCHED_CFQ so select it in configs
> previously choosing the latter.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org>
> ---
>   arch/um/configs/i386_defconfig   | 2 +-
>   arch/um/configs/x86_64_defconfig | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/um/configs/i386_defconfig b/arch/um/configs/i386_defconfig
> index 73e98bb57bf5..fb51bd206dbe 100644
> --- a/arch/um/configs/i386_defconfig
> +++ b/arch/um/configs/i386_defconfig
> @@ -26,7 +26,7 @@ CONFIG_SLAB=y
>   CONFIG_MODULES=y
>   CONFIG_MODULE_UNLOAD=y
>   # CONFIG_BLK_DEV_BSG is not set
> -CONFIG_IOSCHED_CFQ=m
> +CONFIG_IOSCHED_BFQ=m
>   CONFIG_SSL=y
>   CONFIG_NULL_CHAN=y
>   CONFIG_PORT_CHAN=y
> diff --git a/arch/um/configs/x86_64_defconfig b/arch/um/configs/x86_64_defconfig
> index 3281d7600225..477b87317424 100644
> --- a/arch/um/configs/x86_64_defconfig
> +++ b/arch/um/configs/x86_64_defconfig
> @@ -24,7 +24,7 @@ CONFIG_SLAB=y
>   CONFIG_MODULES=y
>   CONFIG_MODULE_UNLOAD=y
>   # CONFIG_BLK_DEV_BSG is not set
> -CONFIG_IOSCHED_CFQ=m
> +CONFIG_IOSCHED_BFQ=m
>   CONFIG_SSL=y
>   CONFIG_NULL_CHAN=y
>   CONFIG_PORT_CHAN=y
> 

Acked-by: Anton Ivanov <anton.ivanov@...bridgegreys.com>

-- 
Anton R. Ivanov
Cambridgegreys Limited. Registered in England. Company Number 10273661
https://www.cambridgegreys.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ