]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- rel 3; enable MQ by default (as it is in upstream kernel)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 31 Jan 2019 14:18:08 +0000 (15:18 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 31 Jan 2019 14:18:08 +0000 (15:18 +0100)
kernel-multiarch.config
kernel.spec

index 379c23d9b63738fb5d4da076e3ee8cb6d6f13d3f..c0688de77072439a2f87705a54bbd6ffdb541d22 100644 (file)
@@ -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=n
+DM_MQ_DEFAULT all=y
 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=n
+SCSI_MQ_DEFAULT all=y
 SCSI_PROC_FS all=y
 #- SCSI support type (disk, tape, CD-ROM)
 BLK_DEV_SD all=m
index ad3eac14f07e153363e8f05969b180f48723293f..951dfd2599b72c02acac6ea44b88fe25854fde60 100644 (file)
@@ -68,7 +68,7 @@
 %define                have_pcmcia     0
 %endif
 
-%define                rel             2
+%define                rel             3
 %define                basever         4.19
 %define                postver         .18
 
This page took 0.089682 seconds and 4 git commands to generate.