The patch titled namespaces: utsname: switch to using uts namespaces (pre git-klibc bit) has been added to the -mm tree. Its filename is namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-2.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: namespaces: utsname: switch to using uts namespaces (pre git-klibc bit) From: "Serge E. Hallyn" <serue@xxxxxxxxxx> git-klibc.patch nuked fs/nfs/nfsroot.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> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/nfs/nfsroot.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/nfs/nfsroot.c~namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-2 fs/nfs/nfsroot.c --- devel/fs/nfs/nfsroot.c~namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-2 2006-05-21 14:52:09.000000000 -0700 +++ devel-akpm/fs/nfs/nfsroot.c 2006-05-21 14:52:09.000000000 -0700 @@ -312,7 +312,7 @@ static int __init root_nfs_name(char *na /* Override them by options set on kernel command-line */ root_nfs_parse(name, buf); - cp = system_utsname.nodename; + cp = utsname()->nodename; if (strlen(buf) + strlen(cp) > NFS_MAXPATHLEN) { printk(KERN_ERR "Root-NFS: Pathname for remote directory too long.\n"); return -1; _ Patches currently in -mm which might be from serue@xxxxxxxxxx are origin.patch git-audit-master.patch namespaces-add-nsproxy.patch namespaces-add-nsproxy-dont-include-compileh.patch namespaces-incorporate-fs-namespace-into-nsproxy.patch namespaces-utsname-introduce-temporary-helpers.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-switch-to-using-uts-namespaces-alpha-fix.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-implement-utsname-namespaces.patch namespaces-utsname-implement-utsname-namespaces-export.patch namespaces-utsname-implement-utsname-namespaces-dont-include-compileh.patch namespaces-utsname-sysctl-hack.patch namespaces-utsname-remove-system_utsname.patch namespaces-utsname-implement-clone_newuts-flag.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