Skip to content

Commit c30e5e9

Browse files
borntraegerhcahca
authored andcommitted
s390/defconfig: allow early device mapper disks
doing make install on an Ubuntu that is installed on an LVM will fail to boot. Turns out that defconfig misses 2 device mapper related configs for the Ubuntu initramfs. Signed-off-by: Christian Borntraeger <[email protected]> Reviewed-by: Steffen Maier <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent 98f7cd2 commit c30e5e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

arch/s390/configs/debug_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ CONFIG_MD_MULTIPATH=m
436436
CONFIG_MD_FAULTY=m
437437
CONFIG_MD_CLUSTER=m
438438
CONFIG_BCACHE=m
439-
CONFIG_BLK_DEV_DM=m
439+
CONFIG_BLK_DEV_DM=y
440440
CONFIG_DM_UNSTRIPED=m
441441
CONFIG_DM_CRYPT=m
442442
CONFIG_DM_SNAPSHOT=m
@@ -453,6 +453,7 @@ CONFIG_DM_MULTIPATH_ST=m
453453
CONFIG_DM_MULTIPATH_HST=m
454454
CONFIG_DM_MULTIPATH_IOA=m
455455
CONFIG_DM_DELAY=m
456+
CONFIG_DM_INIT=y
456457
CONFIG_DM_UEVENT=y
457458
CONFIG_DM_FLAKEY=m
458459
CONFIG_DM_VERITY=m

arch/s390/configs/defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ CONFIG_MD_MULTIPATH=m
427427
CONFIG_MD_FAULTY=m
428428
CONFIG_MD_CLUSTER=m
429429
CONFIG_BCACHE=m
430-
CONFIG_BLK_DEV_DM=m
430+
CONFIG_BLK_DEV_DM=y
431431
CONFIG_DM_UNSTRIPED=m
432432
CONFIG_DM_CRYPT=m
433433
CONFIG_DM_SNAPSHOT=m
@@ -444,6 +444,7 @@ CONFIG_DM_MULTIPATH_ST=m
444444
CONFIG_DM_MULTIPATH_HST=m
445445
CONFIG_DM_MULTIPATH_IOA=m
446446
CONFIG_DM_DELAY=m
447+
CONFIG_DM_INIT=y
447448
CONFIG_DM_UEVENT=y
448449
CONFIG_DM_FLAKEY=m
449450
CONFIG_DM_VERITY=m

0 commit comments

Comments
 (0)