Hi Kars, On Sun, Nov 24, 2019 at 8:52 PM Kars de Jong <jongk@xxxxxxxxxxxxxx> wrote:
Wire up the clone3() syscall for m68k. The special entry point is done in assembler as was done for clone() as well. This is needed because all registers need to be saved. The C wrapper then calls the generic sys_clone3() with the correct arguments. Tested on A1200 using the simple test program from: https://lore.kernel.org/lkml/20190716130631.tohj4ub54md25dys@xxxxxxxxxx/ Cc: linux-m68k@xxxxxxxxxxxxxxx Signed-off-by: Kars de Jong <jongk@xxxxxxxxxxxxxx>
Thanks a lot! Works fine on ARAnyM, too. Looks good to me, but I'll wait a bit before applying, so the syscall experts can chime in, if needed. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds