Re: [PATCH v3 2/2] arch: wire-up clone3() syscall
From: Arnd Bergmann <arnd@arndb.de>
Date: 2019-07-01 15:15:13
Also in:
linux-arch, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2019-07-01 15:15:13
Also in:
linux-arch, lkml
On Fri, Jun 21, 2019 at 5:30 PM Christian Brauner [off-list ref] wrote:
On Fri, Jun 21, 2019 at 04:20:15PM +0200, Arnd Bergmann wrote:quoted
On Fri, Jun 21, 2019 at 1:18 PM Christian Brauner [off-list ref] 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