The patch titled namespaces: utsname: remove system_utsname has been removed from the -mm tree. Its filename is namespaces-utsname-remove-system_utsname.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: namespaces: utsname: remove system_utsname From: "Serge E. Hallyn" <serue@xxxxxxxxxx> The system_utsname isn't needed now that kernel/sysctl.c is fixed. Nuke it. Signed-off-by: Serge E. Hallyn <serue@xxxxxxxxxx> Cc: Kirill Korotaev <dev@xxxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Cc: Herbert Poetzl <herbert@xxxxxxxxxxxx> Cc: Andrey Savochkin <saw@xxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/utsname.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/utsname.h~namespaces-utsname-remove-system_utsname include/linux/utsname.h --- a/include/linux/utsname.h~namespaces-utsname-remove-system_utsname +++ a/include/linux/utsname.h @@ -74,7 +74,5 @@ static inline struct new_utsname *init_u return &init_uts_ns.name; } -#define system_utsname init_uts_ns.name - extern struct rw_semaphore uts_sem; #endif _ Patches currently in -mm which might be from serue@xxxxxxxxxx are origin.patch namespaces-utsname-introduce-temporary-helpers.patch kthread-update-arch-mips-kernel-apmc.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