From ae1f106167ce36fcfd6ab75e111f0afb1054403f Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Fri, 8 Jan 2010 15:57:20 +0000 Subject: [PATCH] topconfig enable DEVTMPFS modern descendant of devfs. seems to use similar ns violations. seen enabled on fedora too and explicitly asked by udev maintainer. svn path=/dists/trunk/linux-2.6/; revision=14928 --- debian/changelog | 2 +- debian/config/config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6d632515a..83df20cc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ linux-2.6 (2.6.32-5) UNRELEASED; urgency=low (closes: #564156) * topconfig set PATA_ATP867X, PATA_RDC, SND_CS5535AUDIO, PM_RUNTIME, ATA_VERBOSE_ERROR, RTC_DRV_WM831X, RTC_DRV_PCF2123, RTC_DRV_AB3100, - SND_HDA_PATCH_LOADER. + SND_HDA_PATCH_LOADER, DEVTMPFS (closes: #560040). * [x86] set RTL8192E, TOPSTAR_LAPTOP, I2C_SCMI. * Explicitly disable diverse staging drivers. diff --git a/debian/config/config b/debian/config/config index a0d4ef766..e5a5f3957 100644 --- a/debian/config/config +++ b/debian/config/config @@ -173,6 +173,7 @@ CONFIG_ATM_SOLOS=m ## file: drivers/base/Kconfig ## CONFIG_UEVENT_HELPER_PATH="" +CONFIG_DEVTMPFS=y CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y