WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Compile md-mod into the -xen linux kernel rather than as

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Compile md-mod into the -xen linux kernel rather than as a module as otherwise s/w raid autodetect doesn't work.
From: Xen patchbot -3.0-testing <patchbot-3.0-testing@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Apr 2006 18:04:21 +0000
Delivery-date: Thu, 20 Apr 2006 13:33:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User iap10@xxxxxxxxxxxxxxxxxxxxx
# Node ID 09203dffee8a9f5825f7388561d3b464847639bc
# Parent  07408313ce33971c77714967c219d9ba8ca083cd
Compile md-mod into the -xen linux kernel rather than as a module as otherwise 
s/w raid autodetect doesn't work.
Signed-off-by: ian@xxxxxxxxxxxxx

diff -r 07408313ce33 -r 09203dffee8a buildconfigs/linux-defconfig_xen_x86_32
--- a/buildconfigs/linux-defconfig_xen_x86_32   Sun Apr 16 15:45:57 2006 +0100
+++ b/buildconfigs/linux-defconfig_xen_x86_32   Thu Apr 20 13:42:31 2006 +0100
@@ -1166,7 +1166,7 @@ CONFIG_PCMCIA_SYM53C500=m
 # Multi-device support (RAID and LVM)
 #
 CONFIG_MD=y
-CONFIG_BLK_DEV_MD=m
+CONFIG_BLK_DEV_MD=y
 CONFIG_MD_LINEAR=m
 CONFIG_MD_RAID0=m
 CONFIG_MD_RAID1=m

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Compile md-mod into the -xen linux kernel rather than as a module as otherwise s/w raid autodetect doesn't work., Xen patchbot -3 . 0-testing <=