diff for duplicates of <87wqubc58b.fsf@xmission.com> diff --git a/a/1.txt b/N1/1.txt index 4d9cdc0..ccf44fb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ -Glauber Costa <glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> writes: +Glauber Costa <glommer@parallels.com> writes: > On 02/14/2013 06:27 PM, Serge Hallyn wrote: ->> Quoting Glauber Costa (glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org): +>> Quoting Glauber Costa (glommer@parallels.com): >>> Reboot support for pid namespaces is already implemented and it works >>> well. However, in most containers the tasks will join all namespaces, >>> including the now supported user namespace. In that situation, we will @@ -10,7 +10,7 @@ Glauber Costa <glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> writes: >>> The proposed solution is to allow reboots for CAP_SYS_BOOT processes >>> in the user namespace that owns the pid namespace. >>> ->>> Signed-off-by: Glauber Costa <glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> +>>> Signed-off-by: Glauber Costa <glommer@parallels.com> >> >> Note Li Zefan sent this identical patch last year. It's in my own >> built userns kernel, and definately required :) @@ -24,7 +24,7 @@ just waiting for the merge window. Eric commit 923c7538236564c46ee80c253a416705321f13e3 -Author: Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> +Author: Li Zefan <lizefan@huawei.com> Date: Thu Dec 27 11:39:12 2012 +0800 userns: Allow unprivileged reboot @@ -33,8 +33,8 @@ Date: Thu Dec 27 11:39:12 2012 +0800 the system won't reboot the host, but terminate all the processes in it and thus have the container shutdown, so it's safe. - Signed-off-by: Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> - Signed-off-by: Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org> + Signed-off-by: Li Zefan <lizefan@huawei.com> + Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> diff --git a/kernel/sys.c b/kernel/sys.c index 265b376..24d1ef5 100644 diff --git a/a/content_digest b/N1/content_digest index 67d4c1d..c2396c7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,20 @@ "ref\01360843000-31228-1-git-send-email-glommer@parallels.com\0" "ref\020130214142745.GA4470@sergelap\0" "ref\0511CF51C.6050504@parallels.com\0" - "ref\0511CF51C.6050504-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org\0" - "From\0ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org (Eric W. Biederman)\0" + "From\0ebiederm@xmission.com (Eric W. Biederman)\0" "Subject\0Re: [PATCH] kernel: allow reboots from user_ns\0" "Date\0Thu, 14 Feb 2013 06:58:12 -0800\0" - "To\0Glauber Costa <glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>\0" - "Cc\0containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org" - Serge Hallyn <serge.hallyn-GeWIH/nMZzLQT0dZR+AlfA@public.gmane.org> - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>\0" + "To\0Glauber Costa <glommer@parallels.com>\0" + "Cc\0Serge Hallyn <serge.hallyn@ubuntu.com>" + <linux-kernel@vger.kernel.org> + <containers@lists.linux-foundation.org> + " Andrew Morton <akpm@linux-foundation.org>\0" "\00:1\0" "b\0" - "Glauber Costa <glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> writes:\n" + "Glauber Costa <glommer@parallels.com> writes:\n" "\n" "> On 02/14/2013 06:27 PM, Serge Hallyn wrote:\n" - ">> Quoting Glauber Costa (glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org):\n" + ">> Quoting Glauber Costa (glommer@parallels.com):\n" ">>> Reboot support for pid namespaces is already implemented and it works\n" ">>> well. However, in most containers the tasks will join all namespaces,\n" ">>> including the now supported user namespace. In that situation, we will\n" @@ -24,7 +23,7 @@ ">>> The proposed solution is to allow reboots for CAP_SYS_BOOT processes\n" ">>> in the user namespace that owns the pid namespace.\n" ">>>\n" - ">>> Signed-off-by: Glauber Costa <glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>\n" + ">>> Signed-off-by: Glauber Costa <glommer@parallels.com>\n" ">> \n" ">> Note Li Zefan sent this identical patch last year. It's in my own\n" ">> built userns kernel, and definately required :)\n" @@ -38,7 +37,7 @@ "Eric\n" "\n" "commit 923c7538236564c46ee80c253a416705321f13e3\n" - "Author: Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>\n" + "Author: Li Zefan <lizefan@huawei.com>\n" "Date: Thu Dec 27 11:39:12 2012 +0800\n" "\n" " userns: Allow unprivileged reboot\n" @@ -47,8 +46,8 @@ " the system won't reboot the host, but terminate all the processes in\n" " it and thus have the container shutdown, so it's safe.\n" " \n" - " Signed-off-by: Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>\n" - " Signed-off-by: Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>\n" + " Signed-off-by: Li Zefan <lizefan@huawei.com>\n" + " Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>\n" "\n" "diff --git a/kernel/sys.c b/kernel/sys.c\n" "index 265b376..24d1ef5 100644\n" @@ -77,4 +76,4 @@ " if (ret)\n" return ret; -4215e486b733e99650ef07e9c565c605aaad6e5cc4ecfd18ec47114ca5052dc4 +aa262134a239c67ba2eb4b5a89d773d90dbcedc8671b32dfd5c89c6030fdc1fa
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.