[packages/kernel/LINUX_4_19] - keep 4.19 behaviour stable (so disable mq after all) and only enable mq in newer kernels

arekm arekm at pld-linux.org
Fri Feb 1 07:02:42 CET 2019


commit bd46e477603983b93c6d007907f1c458eca65e11
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Feb 1 07:02:23 2019 +0100

    - keep 4.19 behaviour stable (so disable mq after all) and only enable mq in newer kernels

 kernel-multiarch.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index c0688de7..379c23d9 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -3247,7 +3247,7 @@ MD_FAULTY all=m
 MD_CLUSTER all=m
 #- file drivers/md/bcache/Kconfig goes here
 BLK_DEV_DM all=m
-DM_MQ_DEFAULT all=y
+DM_MQ_DEFAULT all=n
 DM_DEBUG all=n
 DM_DEBUG_BLOCK_MANAGER_LOCKING all=n
 DM_DEBUG_BLOCK_STACK_TRACING all=n
@@ -7303,7 +7303,7 @@ RAID_ATTRS all=m
 SCSI all=m
 SCSI_DMA all=y
 SCSI_NETLINK all=y
-SCSI_MQ_DEFAULT all=y
+SCSI_MQ_DEFAULT all=n
 SCSI_PROC_FS all=y
 #- SCSI support type (disk, tape, CD-ROM)
 BLK_DEV_SD all=m
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/bd46e477603983b93c6d007907f1c458eca65e11



More information about the pld-cvs-commit mailing list