[linux] 08/13: blk-mq: Change MQ_IOSCHED_KYBER from built-in to module

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Aug 12 22:09:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit e16a8acf8a0da2d7befd499702965243f40cc6ad
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Aug 12 22:34:03 2017 +0100

    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 2b0a9f9..a15de1d 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 0289bda..da4aeff 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list