The patch titled namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-sparc has been removed from the -mm tree. Its filename is namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-sparc.patch This patch was dropped because it was folded into namespaces-utsname-switch-to-using-uts-namespaces.patch ------------------------------------------------------ Subject: namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-sparc From: Andrew Morton <akpm@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/sparc/kernel/sys_sparc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN arch/sparc/kernel/sys_sparc.c~namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-sparc arch/sparc/kernel/sys_sparc.c --- a/arch/sparc/kernel/sys_sparc.c~namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-sparc +++ a/arch/sparc/kernel/sys_sparc.c @@ -475,13 +475,13 @@ asmlinkage int sys_getdomainname(char __ down_read(&uts_sem); - nlen = strlen(system_utsname.domainname) + 1; + nlen = strlen(utsname()->domainname) + 1; err = -EINVAL; if (nlen > len) goto out; err = -EFAULT; - if (!copy_to_user(name, system_utsname.domainname, nlen)) + if (!copy_to_user(name, utsname()->domainname, nlen)) err = 0; out: _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch list-module-taint-flags-in-oops-panic.patch move-pidmap-to-pspaceh.patch isdn-work-around-excessive-udelay.patch knfsd-add-a-callback-for-when-last-rpc-thread-finishes.patch knfsd-separate-out-some-parts-of-nfsd_svc-which-start-nfs-servers.patch knfsd-define-new-nfsdfs-file-portlist-contains-list-of-ports.patch knfsd-drop-serv-option-to-svc_recv-and-svc_process.patch knfsd-move-tempsock-aging-to-a-timer.patch namespaces-add-nsproxy.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-sparc.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-implement-utsname-namespaces.patch namespaces-utsname-sysctl-hack.patch ipc-namespace-core.patch rename-the-provided-execve-functions-to-kernel_execve-headers-fix.patch replace-cad_pid-by-a-struct-pid-fixes.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