[Bug libc/31325] mips: clone3 is wrong for o32

dilfridge at gentoo dot org sourceware-bugzilla@sourceware.org
Sat Jun 15 13:37:45 GMT 2024


https://sourceware.org/bugzilla/show_bug.cgi?id=31325

Andreas K. Huettel <dilfridge at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.40
                 CC|                            |dilfridge at gentoo dot org
             Status|NEW                         |RESOLVED

--- Comment #1 from Andreas K. Huettel <dilfridge at gentoo dot org> ---
commit bbd248ac0d75efdef8fe61ea69b1fb25fb95b6e7
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Feb 1 14:29:53 2024 -0300

    mips: FIx clone3 implementation (BZ 31325)

    For o32 we need to setup a minimal stack frame to allow cprestore
    on __thread_start_clone3 (which instruct the linker to save the
    gp for PIC).  Also, there is no guarantee by kABI that $8 will be
    preserved after syscall execution, so we need to save it on the
    provided stack.

    Checked on mipsel-linux-gnu.

    Reported-by: Khem Raj <raj.khem@gmail.com>
    Tested-by: Khem Raj <raj.khem@gmail.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list