The patch titled Make procfs obligatory except under CONFIG_EMBEDDED has been added to the -mm tree. Its filename is make-procfs-obligatory-except-under-config_embedded.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Make procfs obligatory except under CONFIG_EMBEDDED From: H. Peter Anvin <hpa@xxxxxxxxx> Make procfs non-optional unless EMBEDDED is set, just like sysfs. procfs is already de facto required for a large subset of Linux functionality. Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN fs/Kconfig~make-procfs-obligatory-except-under-config_embedded fs/Kconfig --- devel/fs/Kconfig~make-procfs-obligatory-except-under-config_embedded 2006-05-29 16:01:38.000000000 -0700 +++ devel-akpm/fs/Kconfig 2006-05-29 16:01:38.000000000 -0700 @@ -777,7 +777,8 @@ endmenu menu "Pseudo filesystems" config PROC_FS - bool "/proc file system support" + bool "/proc file system support" if EMBEDDED + default y help This is a virtual file system providing information about the status of the system. "Virtual" means that it doesn't take up any space on _ Patches currently in -mm which might be from hpa@xxxxxxxxx are git-klibc.patch git-hdrcleanup-vs-git-klibc-on-ia64.patch git-hdrcleanup-vs-git-klibc-on-ia64-2.patch kconfigurable-resources-core-changes-fix.patch initramfs-cpio-unpacking-fix.patch drivers-md-raid6algosc-fix-a-null-dereference.patch make-procfs-obligatory-except-under-config_embedded.patch md-merge-raid5-and-raid6-code.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html