• Ingo Molnar's avatar
    [PATCH] CLONE_SETTLS, CLONE_SETTID, 2.5.31-BK · 61afdfc9
    Ingo Molnar authored
    This adds two new clone() flags:
    
        CLONE_SETTLS => if present then the third clone() syscall parameter
                        is the new TLS.
    
        CLONE_SETTID => if present then the child TID is written to the
                        address specified by the fourth clone() parameter.
    
    the new parameters are handled in a safe way, clone() returns -EFAULT or
    -EINVAL if there's some problem with them.
    61afdfc9
process.c 25.4 KB