Re: [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3
"Arnd Bergmann" <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.ports.riscv,gmane.linux.block,gmane.linux.file-systems,gmane.linux.kernel.cgroups,gmane.linux.kernel.lsm,gmane.linux.network,gmane.linux.kernel.perf.user,gmane.comp.security.apparmor,gmane.linux.ports.alpha,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.uml.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 1, 2025, at 15:09, Simon Schuster via B4 Relay wrote: > From: Simon Schuster <[email protected]> > > This commit adds the sys_clone3 entry point for nios2. An > architecture-specific wrapper (__sys_clone3) is required to save and > restore additional registers to the kernel stack via SAVE_SWITCH_STACK > and RESTORE_SWITCH_STACK. > > Signed-off-by: Simon Schuster <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]>