]> 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)
commitc605d3eb35d99b7a835efe20b2ecbb35798d9d06
tree31b2577ffb498b1884a79ab78268d7fbb903b3d6
parentf81013cb3c4c8320f465aee066690348dd5023ed
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 7253e9b5 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