[PATCH] namespaces: utsname: implement utsname namespaces
This patch defines the uts namespace and some manipulators. Adds the uts namespace to task_struct, and initializes a system-wide init namespace. It leaves a #define for system_utsname so sysctl will compile. This define will be removed in a separate patch. [akpm@osdl.org: build fix, cleanup] Signed-off-by:Serge Hallyn <serue@us.ibm.com> Cc: Kirill Korotaev <dev@openvz.org> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Herbert Poetzl <herbert@13thfloor.at> Cc: Andrey Savochkin <saw@sw.ru> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- include/linux/init_task.h 2 additions, 0 deletionsinclude/linux/init_task.h
- include/linux/nsproxy.h 2 additions, 0 deletionsinclude/linux/nsproxy.h
- include/linux/sched.h 1 addition, 0 deletionsinclude/linux/sched.h
- include/linux/utsname.h 37 additions, 3 deletionsinclude/linux/utsname.h
- init/Kconfig 8 additions, 0 deletionsinit/Kconfig
- init/version.c 14 additions, 9 deletionsinit/version.c
- kernel/Makefile 1 addition, 0 deletionskernel/Makefile
- kernel/nsproxy.c 14 additions, 0 deletionskernel/nsproxy.c
- kernel/utsname.c 42 additions, 0 deletionskernel/utsname.c
Loading
Please register or sign in to comment