Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kaiser: Set _PAGE_NX only if supported
This finally resolve crash if loaded under qemu + haxm. Haitao Shan pointed out that the reason of that crash is that NX bit get set for page tables. It seems we missed checking if _PAGE_NX is supported in kaiser_add_user_map Link: https://www.spinics.net/lists/kernel/msg2689835.html Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Lepton Wu <ytht.net@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> (backported from Greg K-H's 4.4 stable-queue) Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
- Loading branch information