Message ID | 20230203140404.1125850-1-linus.walleij@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e52d5388bd6f4baf6ad9ace983381b5ae659bd3f |
Headers | show |
Series | [v2] ARM: defconfig: Add IOSCHED_BFQ to the default configs | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Fri, 3 Feb 2023 15:04:04 +0100 you wrote: > ARM systems are often memory constrained and more often than not > use slow single-channel storage such as flash memory or MMC/SD-cards. > For any interactive systems (such as mobile phones, tablets, > chromebooks...) the BFQ I/O scheduler will be desireable. > > Make sure the BFQ I/O scheduler is available on these systems. > > [...] Here is the summary with links: - [v2] ARM: defconfig: Add IOSCHED_BFQ to the default configs https://git.kernel.org/soc/soc/c/e52d5388bd6f You are awesome, thank you!
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig index 60fc52b95690..4cf455c3bdee 100644 --- a/arch/arm/configs/multi_v5_defconfig +++ b/arch/arm/configs/multi_v5_defconfig @@ -49,6 +49,7 @@ CONFIG_ARM_KIRKWOOD_CPUIDLE=y CONFIG_KPROBES=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y +CONFIG_IOSCHED_BFQ=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ee184eb37adc..7a0279a078fc 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -146,6 +146,7 @@ CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_PARTITION_ADVANCED=y CONFIG_CMDLINE_PARTITION=y +CONFIG_IOSCHED_BFQ=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y