[kernel] r7791 - in dists/trunk/linux-2.6/debian: . arch/mips
arch/mipsel
Thiemo Seufer
ths at alioth.debian.org
Mon Nov 13 21:08:57 UTC 2006
Author: ths
Date: Mon Nov 13 22:08:56 2006
New Revision: 7791
Modified:
dists/trunk/linux-2.6/debian/arch/mips/config.qemu
dists/trunk/linux-2.6/debian/arch/mipsel/config.qemu
dists/trunk/linux-2.6/debian/changelog
Log:
* Enable raid456 for mips/mipsel qemu kernel.
Modified: dists/trunk/linux-2.6/debian/arch/mips/config.qemu
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mips/config.qemu (original)
+++ dists/trunk/linux-2.6/debian/arch/mips/config.qemu Mon Nov 13 22:08:56 2006
@@ -702,7 +702,8 @@
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
-# CONFIG_MD_RAID456 is not set
+CONFIG_MD_RAID456=m
+CONFIG_MD_RAID5_RESHAPE=y
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
CONFIG_BLK_DEV_DM=m
Modified: dists/trunk/linux-2.6/debian/arch/mipsel/config.qemu
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mipsel/config.qemu (original)
+++ dists/trunk/linux-2.6/debian/arch/mipsel/config.qemu Mon Nov 13 22:08:56 2006
@@ -702,7 +702,8 @@
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
-# CONFIG_MD_RAID456 is not set
+CONFIG_MD_RAID456=m
+CONFIG_MD_RAID5_RESHAPE=y
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
CONFIG_BLK_DEV_DM=m
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Mon Nov 13 22:08:56 2006
@@ -28,6 +28,9 @@
* Add a "Scope of security support" section to README.Debian, recommended
by Moritz Muehlenhoff
+ [ Thiemo Seufer ]
+ * Enable raid456 for mips/mipsel qemu kernel.
+
-- dann frazier <dannf at debian.org> Mon, 13 Nov 2006 00:42:56 -0700
linux-2.6 (2.6.18-5) unstable; urgency=low
More information about the Kernel-svn-changes
mailing list