On Tue, Jun 15, 2021, Sean Christopherson wrote:
WARN if NX is reported as supported but not enabled in EFER. All flavors
of the kernel, including non-PAE 32-bit kernels, set EFER.NX=1 if NX is
supported, even if NX usage is disable via kernel command line.
Ugh, I misread .Ldefault_entry in head_32.S, it skips over the entire EFER code
if PAE=0. Apparently I didn't test this with non-PAE paging and EPT?
Paolo, I'll send a revert since it's in kvm/next, but even better would be if
you can drop the patch :-) Lucky for me you didn't pick up patch 4/4 that
depends on this...
I'll revisit this mess in a few weeks.