The patch titled compile and link utsname_sysctl.o has been removed from the -mm tree. Its filename was sysctl-move-utsname-sysctls-to-their-own-file-fix.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: compile and link utsname_sysctl.o From: Laurent Riffard <laurent.riffard@xxxxxxx> The utsname stuff has been moved from kernel/sysctl.c to the new file utsname_sysctl.c. Let's use it... Signed-off-by: Laurent Riffard <laurent.riffard@xxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN kernel/Makefile~sysctl-move-utsname-sysctls-to-their-own-file-fix kernel/Makefile --- a/kernel/Makefile~sysctl-move-utsname-sysctls-to-their-own-file-fix +++ a/kernel/Makefile @@ -8,7 +8,8 @@ obj-y = sched.o fork.o exec_domain.o signal.o sys.o kmod.o workqueue.o pid.o \ extable.o params.o posix-timers.o \ kthread.o wait.o kfifo.o sys_ni.o posix-cpu-timers.o mutex.o \ - hrtimer.o rwsem.o latency.o nsproxy.o rcupdate.o srcu.o utsname.o + hrtimer.o rwsem.o latency.o nsproxy.o rcupdate.o srcu.o utsname.o \ + utsname_sysctl.o obj-$(CONFIG_STACKTRACE) += stacktrace.o obj-y += time/ _ Patches currently in -mm which might be from laurent.riffard@xxxxxxx are reiser4-vs-streamline-generic_file_-interfaces-and-filemap.patch sysctl-move-utsname-sysctls-to-their-own-file-fix.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