This is a note to let you know that I've just added the patch titled dm raid: select the Kconfig option CONFIG_MD_RAID0 to the 4.11-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: dm-raid-select-the-kconfig-option-config_md_raid0.patch and it can be found in the queue-4.11 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 7b81ef8b14f80033e4a4168d199a0f5fd79b9426 Mon Sep 17 00:00:00 2001 From: Mikulas Patocka <mpatocka@xxxxxxxxxx> Date: Tue, 28 Mar 2017 12:53:39 -0400 Subject: dm raid: select the Kconfig option CONFIG_MD_RAID0 From: Mikulas Patocka <mpatocka@xxxxxxxxxx> commit 7b81ef8b14f80033e4a4168d199a0f5fd79b9426 upstream. Since the commit 0cf4503174c1 ("dm raid: add support for the MD RAID0 personality"), the dm-raid subsystem can activate a RAID-0 array. Therefore, add MD_RAID0 to the dependencies of DM_RAID, so that MD_RAID0 will be selected when DM_RAID is selected. Fixes: 0cf4503174c1 ("dm raid: add support for the MD RAID0 personality") Signed-off-by: Mikulas Patocka <mpatocka@xxxxxxxxxx> Signed-off-by: Mike Snitzer <snitzer@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/md/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -365,6 +365,7 @@ config DM_LOG_USERSPACE config DM_RAID tristate "RAID 1/4/5/6/10 target" depends on BLK_DEV_DM + select MD_RAID0 select MD_RAID1 select MD_RAID10 select MD_RAID456 Patches currently in stable-queue which might be from mpatocka@xxxxxxxxxx are queue-4.11/dm-bufio-avoid-a-possible-abba-deadlock.patch queue-4.11/dm-cache-metadata-fail-operations-if-fail_io-mode-has-been-established.patch queue-4.11/dm-raid-select-the-kconfig-option-config_md_raid0.patch queue-4.11/dm-bufio-make-the-parameter-retain_bytes-unsigned-long.patch queue-4.11/dm-bufio-check-new-buffer-allocation-watermark-every-30-seconds.patch