From bea69413018193e0d8698804fdcdf8fb4f29d0fc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 12 Aug 2017 22:35:11 +0100 Subject: [PATCH] blk-mq: Enable IOSCHED_BFQ as module (Closes: #869028); enable BFQ_GROUP_IOSCHED --- debian/changelog | 2 ++ debian/config/config | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index a15de1d86..dfa317539 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,8 @@ linux (4.12.6-1) UNRELEASED; urgency=medium * [x86] sound: Enable SND_X86; enable HDMI_LPE_AUDIO as module (Closes: #869372) * blk-mq: Change MQ_IOSCHED_KYBER from built-in to module + * blk-mq: Enable IOSCHED_BFQ as module (Closes: #869028); enable + BFQ_GROUP_IOSCHED [ Salvatore Bonaccorso ] * packet: fix tp_reserve race in packet_set_ring (CVE-2017-1000111) diff --git a/debian/config/config b/debian/config/config index da4aeff7d..951ce4966 100644 --- a/debian/config/config +++ b/debian/config/config @@ -38,6 +38,8 @@ CONFIG_DEFAULT_CFQ=y ## end choice CONFIG_MQ_IOSCHED_DEADLINE=y CONFIG_MQ_IOSCHED_KYBER=m +CONFIG_IOSCHED_BFQ=m +CONFIG_BFQ_GROUP_IOSCHED=y ## ## file: block/partitions/Kconfig