--- c49865b30719d2e8113313591834f34d4d5fa063 +++ 2830b415e2147ecfda36acc99d620408472128bd @@ -526,7 +526,7 @@ int copy_thread(unsigned long clone_flag * Set some valid stack frames to give to the child. */ childstack = (struct sparc_stackf __user *) - (sp & ~0xfUL); + (sp & ~0x7UL); parentstack = (struct sparc_stackf __user *) regs->u_regs[UREG_FP];