From 16d7f29d46797233853e32553127d6495339b875 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 25 Nov 2017 00:56:51 +0000 Subject: [PATCH] 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 27fb7c30e..22a447eab 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 Mon, 20 Nov 2017 14:16:28 +0000 diff --git a/debian/config/config b/debian/config/config index 3b6e1ff29..661fb6789 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