https://bugs.kde.org/show_bug.cgi?id=420906

--- Comment #7 from Mark Wielaard <m...@klomp.org> ---
(In reply to Mark Wielaard from comment #6)
> Created attachment 140238 [details]
> Make clone3 on linux ENOSYS
> 
> It is also breaking a ton of regtest tests. Currently testing a patch that
> makes clone3 simply produce ENOSYS through sys_ni_syscall.

This was pushed as:

commit 52ed51fc35f8a6148c2940eb46932b02dd3b9b23
Author: Mark Wielaard <m...@klomp.org>
Date:   Wed Jul 21 19:53:13 2021 +0200

    Generate a ENOSYS (sys_ni_syscall) for clone3 on all linux arches

    glibc 2.34 will try to use clone3 first before falling back to
    the clone syscall. So implement clone3 as sys_ni_syscall which
    simply return ENOSYS without producing a warning.

    https://bugs.kde.org/show_bug.cgi?id=439590

And makes at least glibc fall back to clone.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to