From e16a8acf8a0da2d7befd499702965243f40cc6ad Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 12 Aug 2017 22:34:03 +0100 Subject: [PATCH] blk-mq: Change MQ_IOSCHED_KYBER from built-in to module Also explicitly set MQ_IOSCHED_DEADLINE to built-in per default. --- debian/changelog | 1 + debian/config/config | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2b0a9f98d..a15de1d86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,7 @@ linux (4.12.6-1) UNRELEASED; urgency=medium (Closes: #869565) * [x86] sound: Enable SND_X86; enable HDMI_LPE_AUDIO as module (Closes: #869372) + * blk-mq: Change MQ_IOSCHED_KYBER from built-in to module [ 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 0289bdafe..da4aeff7d 100644 --- a/debian/config/config +++ b/debian/config/config @@ -36,6 +36,8 @@ CONFIG_CFQ_GROUP_IOSCHED=y CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set ## end choice +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=m ## ## file: block/partitions/Kconfig