The patch titled Make sysctl obligatory except under CONFIG_EMBEDDED has been removed from the -mm tree. Its filename is make-sysctl-obligatory-except-under-config_embedded.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Make sysctl obligatory except under CONFIG_EMBEDDED From: H. Peter Anvin <hpa@xxxxxxxxx> Make makes sysctl non-optional unless EMBEDDED is set. There are a number of interfaces exposed via sysctl, enough that it has to be considered core kernel functionality at this point. Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- init/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN init/Kconfig~make-sysctl-obligatory-except-under-config_embedded init/Kconfig --- a/init/Kconfig~make-sysctl-obligatory-except-under-config_embedded +++ a/init/Kconfig @@ -151,7 +151,8 @@ config BSD_PROCESS_ACCT_V3 at <http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/>. config SYSCTL - bool "Sysctl support" + bool "Sysctl support" if EMBEDDED + default y ---help--- The sysctl interface provides a means of dynamically changing certain kernel parameters and variables on the fly without requiring _ 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