Re: [PATCH v3 2/2] arch: wire-up clone3() syscall

From: Arnd Bergmann
Date: Mon Jul 01 2019 - 11:15:13 EST


On Fri, Jun 21, 2019 at 5:30 PM Christian Brauner <christian@xxxxxxxxxx> wrote:
> On Fri, Jun 21, 2019 at 04:20:15PM +0200, Arnd Bergmann wrote:
> > On Fri, Jun 21, 2019 at 1:18 PM Christian Brauner <christian@xxxxxxxxxx> wrote:
> Hm, if you believe that this is fine and want to "vouch" for it by
> whipping up a patch that replaces the wiring up done in [1] I'm happy to
> take it. :) Otherwise I'd feel more comfortable not adding all arches at
> once.
>
> [1]: https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=clone

Sorry for my late reply. I had actually looked at the implementations
in a little
more detail and I think you are right that adding these are better
left to the arch
maintainers in case of clone3.

Arnd