Re: [PATCH 3/3] nsproxy: support CLONE_NEWTIME with setns()
From: Christian Brauner <hidden>
Date: 2020-06-25 12:48:53
Also in:
lkml
On Thu, Jun 25, 2020 at 02:06:18AM -0700, Andrei Vagin wrote:
On Fri, Jun 19, 2020 at 05:35:59PM +0200, Christian Brauner wrote:quoted
So far setns() was missing time namespace support. This was partially due to it simply not being implemented but also because vdso_join_timens() could still fail which made switching to multiple namespaces atomically problematic. This is now fixed so support CLONE_NEWTIME with setns() Cc: Thomas Gleixner <redacted> Cc: Michael Kerrisk <redacted> Cc: Serge Hallyn <serge@hallyn.com> Cc: Dmitry Safonov <redacted> Cc: Andrei Vagin <redacted> Signed-off-by: Christian Brauner <redacted>Hi Christian, I have reviewed this series and it looks good to me. We decided to not change the return type of vdso_join_timens to avoid conflicts with the arm64 timens patchset. With this change, you can add my Reviewed-by to all patched in this series. Reviewed-by: Andrei Vagin <redacted>
Thanks! As discussed in the thread for th arm changes. We'll defer the return type changes! Christian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel