Re: [PATCH v2 0/4] nios2: Add architecture support for clone3

2025-09-02 Thread Christian Brauner
On Mon, 01 Sep 2025 15:09:49 +0200, Simon Schuster wrote: > This series adds support for the clone3 system call to the nios2 > architecture. This addresses the build-time warning "warning: clone3() > entry point is missing, please fix" introduced in 505d66d1abfb9 > ("clone3: drop __ARCH_WANT_SYS_CL

Re: [PATCH v2 0/4] nios2: Add architecture support for clone3

2025-09-02 Thread Christian Brauner
On Mon, Sep 01, 2025 at 03:09:49PM +0200, Simon Schuster via B4 Relay wrote: > This series adds support for the clone3 system call to the nios2 > architecture. This addresses the build-time warning "warning: clone3() I did not expect that to happen or matter but fine. > entry point is missing, pl

[PATCH v2 0/4] nios2: Add architecture support for clone3

2025-09-02 Thread Simon Schuster via B4 Relay
This series adds support for the clone3 system call to the nios2 architecture. This addresses the build-time warning "warning: clone3() entry point is missing, please fix" introduced in 505d66d1abfb9 ("clone3: drop __ARCH_WANT_SYS_CLONE3 macro"). The implementation passes the relevant clone3 tests