From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Tracking changes to writable page tables Date: Sat, 14 May 2005 19:17:44 -0700 Message-ID: <4286B148.4010600@diku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org hi, It looks like xenlinux 2.6 now uses writable page tables by default (I can't find the switch to enable/disable them). I need to track writes to page tables, and I was wondering if it is possible to get a page fault upon writes to read-only mapped page tables, as when writing to other read-only mappings? Thanks, Jacob