On Sun, Jul 14, 2019 at 10:07:13PM +0200, Arnd Bergmann wrote:
> On Sun, Jul 14, 2019 at 9:22 PM Christian Brauner <[email protected]> 
> wrote:
> >
> > Hey everyone,
> >
> > Here are two small fixes/improvements for the clone3 syscall that I plan
> > on sending soon.
> >
> > The first patches reserves the clone3 syscalls number 435 across all
> > architectures by placing a commit in the corresponding syscall tables of
> > architectures that do not yet implement clone3. This is done to preserve
> > the identical numbering for all new syscalls that Arnd introduced.
> >
> > The second patch dates back to a discussion with Arnd when I suggested
> > reserving the syscall number. Arnd suggested to ensure that we catch all
> > arches that do implement clone3 without explicitly setting
> > __ARCH_WANT_SYS_CLONE3.
> 
> Both patches
> 
> Reviewed-by: Arnd Bergmann <[email protected]>

Thanks! Moved into my fixes tree.

Christian

Reply via email to