Re: [PATCH 4.4 00/37] 4.4.110-stable review

From: Linus Torvalds
Date: Thu Jan 04 2018 - 18:58:45 EST


On Thu, Jan 4, 2018 at 3:45 PM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
>
> [ 0.721821] init: Corrupted page table at address 57b029b332e0
> [ 0.722761] PGD 80000000bb238067 PUD bc36a067 PMD bc369067 PTE 45d2067
> [ 0.722761] Bad pagetable: 000b [#1] PREEMPT SMP

Ok, it's unhappy because the RSVD bit is set in the error code.

And yeah, that seems to be due to NX in the pgd (nothing else is
certainly set), with presumably a virtual machine that doesn't support
it.

So I suspect your patch is indeed the right thing.

> The crash part of this problem may be solved with the following patch
> (thanks to Hugh for the hint). There is still another problem, though -
> with this patch applied, the qemu session aborts with "VCPU Shutdown
> request", whatever that means.

Presumably that is a triple fault.

That causes a reboot traditionally, and in a virtual environment that
would be approximated with a VCPU shutdown.

Linus