]> git.baikalelectronics.ru Git - kernel.git/commit
PPC: KVM: Make NX bit available with magic page
authorAlexander Graf <agraf@suse.de>
Sun, 11 May 2014 23:11:55 +0000 (01:11 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 30 May 2014 12:26:25 +0000 (14:26 +0200)
commit64a7d7c2560c3e43fe46785ca7bf8f2b4f6e782c
tree31b2577ffb498b1884a79ab78268d7fbb903b3d6
parenta2b2e26e9286f5794797c1fbad772302240e6aab
PPC: KVM: Make NX bit available with magic page

Because old kernels enable the magic page and then choke on NXed trampoline
code we have to disable NX by default in KVM when we use the magic page.

However, since commit d1e48c12 we have successfully fixed that and can now
leave NX enabled, so tell the hypervisor about this.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kernel/kvm.c