The patch titled namespaces-utsname-use-init_utsname-when-appropriate-klibc-bit.patch has been removed from the -mm tree. Its filename is namespaces-utsname-use-init_utsname-when-appropriate-klibc-bit.patch This patch was dropped because it was folded into namespaces-utsname-use-init_utsname-when-appropriate.patch ------------------------------------------------------ Subject: namespaces-utsname-use-init_utsname-when-appropriate-klibc-bit.patch git-klibc.patch nuked net/ipv4/ipconfig.c. Save this hunk for later. Cc: Serge 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> --- net/ipv4/ipconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/ipv4/ipconfig.c~namespaces-utsname-use-init_utsname-when-appropriate-klibc-bit net/ipv4/ipconfig.c --- a/net/ipv4/ipconfig.c~namespaces-utsname-use-init_utsname-when-appropriate-klibc-bit +++ a/net/ipv4/ipconfig.c @@ -366,7 +366,7 @@ static int __init ic_defaults(void) */ if (!ic_host_name_set) - sprintf(system_utsname.nodename, "%u.%u.%u.%u", NIPQUAD(ic_myaddr)); + sprintf(init_utsname()->nodename, "%u.%u.%u.%u", NIPQUAD(ic_myaddr)); if (root_server_addr == INADDR_NONE) root_server_addr = ic_servaddr; _ Patches currently in -mm which might be from serue@xxxxxxxxxx are origin.patch pids-coding-style-use-struct-pidmap.patch move-pidmap-to-pspaceh.patch define-struct-pspace.patch proc-sysctl-add-_proc_do_string-helper.patch namespaces-add-nsproxy.patch namespaces-add-nsproxy-move-init_nsproxy-into-kernel-nsproxyc.patch namespaces-incorporate-fs-namespace-into-nsproxy.patch namespaces-exit_task_namespaces-invalidates-nsproxy.patch namespaces-utsname-introduce-temporary-helpers.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-use-init_utsname-when-appropriate-klibc-bit.patch namespaces-utsname-implement-utsname-namespaces.patch namespaces-utsname-sysctl-hack.patch namespaces-utsname-remove-system_utsname.patch namespaces-utsname-implement-clone_newuts-flag.patch namespaces-utsname-implement-clone_newuts-flag-fix.patch uts-copy-nsproxy-only-when-needed.patch ipc-namespace-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