Re: [Qemu-devel] [PATCH v2] x86: Implement SMEP and SMAP

2012-10-01 Thread Anthony Liguori
"H. Peter Anvin" writes: > From: "H. Peter Anvin" > > This patch implements Supervisor Mode Execution Prevention (SMEP) and > Supervisor Mode Access Prevention (SMAP) for x86. The purpose of the > patch, obviously, is to help kernel developers debug the support for > those features. > > A fair

Re: [Qemu-devel] [PATCH v2] x86: Implement SMEP and SMAP

2012-09-27 Thread Aurelien Jarno
On Wed, Sep 26, 2012 at 01:18:43PM -0700, H. Peter Anvin wrote: > From: "H. Peter Anvin" > > This patch implements Supervisor Mode Execution Prevention (SMEP) and > Supervisor Mode Access Prevention (SMAP) for x86. The purpose of the > patch, obviously, is to help kernel developers debug the sup

[Qemu-devel] [PATCH v2] x86: Implement SMEP and SMAP

2012-09-26 Thread H. Peter Anvin
From: "H. Peter Anvin" This patch implements Supervisor Mode Execution Prevention (SMEP) and Supervisor Mode Access Prevention (SMAP) for x86. The purpose of the patch, obviously, is to help kernel developers debug the support for those features. A fair bit of the code relates to the handling o