[kernel] r12672 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Tue Feb 3 10:53:17 UTC 2009


Author: maks
Date: Tue Feb  3 10:53:14 2009
New Revision: 12672

Log:
Turn off SYSFS_DEPRECATED* for newer udev and proper /sys/.

let's see what the fallout gonna be!?
newer udev does require this and lenny udev is meant to work
with those options disabled.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Feb  3 10:53:14 2009
@@ -41,6 +41,7 @@
     MICROCODE_INTEL, MICROCODE_AMD.
   * [x86_64] set AMD_IOMMU, MTRR_SANITIZER.
   * Add stable releases 2.6.28.1-2.
+  * Turn off SYSFS_DEPRECATED* for newer udev and proper /sys/.
 
   [ Martin Michlmayr ]
   * [mips/r4k-ip22, mips/sb1-bcm91250a] Don't build in ISO9660.

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Tue Feb  3 10:53:14 2009
@@ -2118,7 +2118,8 @@
 ## end choice
 CONFIG_CGROUP_CPUACCT=y
 # CONFIG_RESOURCE_COUNTERS is not set
-CONFIG_SYSFS_DEPRECATED_V2=y
+# CONFIG_SYSFS_DEPRECATED is not set
+# CONFIG_SYSFS_DEPRECATED_V2 is not set
 CONFIG_PROC_PID_CPUSET=y
 CONFIG_RELAY=y
 CONFIG_UTS_NS=y



More information about the Kernel-svn-changes mailing list