[kernel] r17111 - in dists/squeeze/linux-2.6/debian: . config/armel config/hppa

Ben Hutchings benh at alioth.debian.org
Thu Mar 24 14:26:21 UTC 2011


Author: benh
Date: Thu Mar 24 14:26:08 2011
New Revision: 17111

Log:
[armel,hppa] Disable XFS_FS (Closes: #423562)

Modified:
   dists/squeeze/linux-2.6/debian/changelog
   dists/squeeze/linux-2.6/debian/config/armel/config
   dists/squeeze/linux-2.6/debian/config/hppa/config

Modified: dists/squeeze/linux-2.6/debian/changelog
==============================================================================
--- dists/squeeze/linux-2.6/debian/changelog	Thu Mar 24 06:48:54 2011	(r17110)
+++ dists/squeeze/linux-2.6/debian/changelog	Thu Mar 24 14:26:08 2011	(r17111)
@@ -22,6 +22,8 @@
   * [x86] quirk: Fix SB600 revision check (regression in 2.6.32.30)
   * r8169: Fix up backport of "r8169: keep firmware in memory."
     (Closes: #619173)
+  * [armel,hppa] Disable XFS_FS. It did not work correctly on these
+    architectures until Linux 2.6.34. (Closes: #423562)
 
   [ dann frazier ]
   * Fix corrupted OSF partition table parsing (CVE-2011-1163)

Modified: dists/squeeze/linux-2.6/debian/config/armel/config
==============================================================================
--- dists/squeeze/linux-2.6/debian/config/armel/config	Thu Mar 24 06:48:54 2011	(r17110)
+++ dists/squeeze/linux-2.6/debian/config/armel/config	Thu Mar 24 14:26:08 2011	(r17111)
@@ -101,3 +101,8 @@
 CONFIG_INPUT_UINPUT=m
 
 # CONFIG_PARPORT_PC is not set
+
+##
+## file: fs/xfs/Kconfig
+##
+CONFIG_XFS_FS=n

Modified: dists/squeeze/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/squeeze/linux-2.6/debian/config/hppa/config	Thu Mar 24 06:48:54 2011	(r17110)
+++ dists/squeeze/linux-2.6/debian/config/hppa/config	Thu Mar 24 14:26:08 2011	(r17111)
@@ -588,6 +588,11 @@
 # CONFIG_PARTITION_ADVANCED is not set
 
 ##
+## file: fs/xfs/Kconfig
+##
+CONFIG_XFS_FS=n
+
+##
 ## file: lib/Kconfig.debug
 ##
 # CONFIG_DETECT_SOFTLOCKUP is not set



More information about the Kernel-svn-changes mailing list