Re: Random crashes with i386 and efi boots

From: Linus Torvalds
Date: Tue Sep 11 2018 - 13:59:25 EST


On Tue, Sep 11, 2018 at 7:42 AM Joerg Roedel <jroedel@xxxxxxx> wrote:
>
> So I am in favor of changing the order in efi_call_phys_epilog() too.

Yeah, the only reason the order was changed was that it seemed more
logical to use the new cr3 to load the GDT. But that was clearly
wrong.

So ack on just changing the order, and my bad for suggesting the
change in the first place.

Linus