[linux] 01/03: SCSI: Enable SCSI_MQ_DEFAULT

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Nov 29 23:06:04 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 16d7f29d46797233853e32553127d6495339b875
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Nov 25 00:56:51 2017 +0000

    SCSI: Enable SCSI_MQ_DEFAULT
    
    Now that blk-mq has a similar default scheduler as the old block
    layer, it should be safe to switch over.
    
    Note how to revert this at run-time if necessary.
---
 debian/changelog     | 2 ++
 debian/config/config | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 27fb7c3..22a447e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ linux (4.14.2-1~exp1) UNRELEASED; urgency=medium
     - video: Disable USB_APPLEDISPLAY, BACKLIGHT_CLASS_DEVICE
   * apparmor: fix oops in audit_signal_cb hook (regression in 4.14)
   * leds: Enable LEDS_BRIGHTNESS_HW_CHANGED (Closes: #872862)
+  * SCSI: Enable SCSI_MQ_DEFAULT. This can be reverted using the kernel
+    parameter: scsi_mod.use_blk_mq=n
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 20 Nov 2017 14:16:28 +0000
 
diff --git a/debian/config/config b/debian/config/config
index 3b6e1ff..661fb67 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -4204,6 +4204,7 @@ CONFIG_RTC_DRV_AB3100=m
 ##
 CONFIG_RAID_ATTRS=m
 CONFIG_SCSI=m
+CONFIG_SCSI_MQ_DEFAULT=y
 # CONFIG_SCSI_PROC_FS is not set
 CONFIG_BLK_DEV_SD=m
 CONFIG_CHR_DEV_ST=m

-- 
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