Re: next/master bisection: boot on qemu_i386

From: Thomas Gleixner
Date: Fri Nov 15 2019 - 17:29:06 EST


On Fri, 15 Nov 2019, kernelci.org bot wrote:
> -------------------------------------------------------------------------------
> commit bc1aca4ab8e08c01678e14138bea2fc433cd8068
> Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Date: Mon Nov 11 23:03:16 2019 +0100
>
> x86/process: Unify copy_thread_tls()

Does the patch below fix it for you?

Thanks,

tglx
---
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -148,6 +148,7 @@ int copy_thread_tls(unsigned long clone_
savesegment(es, p->thread.es);
savesegment(ds, p->thread.ds);
#else
+ p->thread.sp0 = (unsigned long) (childregs + 1);
/* Clear all status flags including IF and set fixed bit. */
frame->flags = X86_EFLAGS_FIXED;
#endif