The patch titled Make procfs obligatory except under CONFIG_EMBEDDED has been removed from the -mm tree. Its filename is make-procfs-obligatory-except-under-config_embedded.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 --- a/fs/Kconfig~make-procfs-obligatory-except-under-config_embedded +++ a/fs/Kconfig @@ -776,7 +776,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 origin.patch initramfs-overwrite-fix.patch git-klibc.patch git-klibc-fixup.patch git-hdrcleanup-vs-git-klibc-on-ia64.patch git-hdrcleanup-vs-git-klibc-on-ia64-2.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