From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Knorr Subject: Re: [patch] pae: tlbflush linear page table updates Date: Tue, 9 Aug 2005 17:44:01 +0200 Message-ID: <20050809154400.GA20397@bytesex> References: <20050808145153.GA31526@bytesex> <20050809075414.GA13745@bytesex> <416c694c7150940849398dfc41457960@cl.cam.ac.uk> <20050809135223.GA17751@bytesex> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20050809135223.GA17751@bytesex> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Aug 09, 2005 at 03:52:23PM +0200, Gerd Knorr wrote: > Hi, > > > Actually, I spotted that create_pae_xen_mappings() was being called > > from completely the wrong paths in mod_l3_entry(). I've now fixed that > > -- it's possible that will fix your problems with no need for extra > > flushes. :-) > > Machine crashes, below is the log with > "printk-via-hypercall-consoleio" hack. It's not the first > make_page_readonly() call though, so it's some other bug. Hmm, that happens when xen is build with debug=y only, without that it crashes much earlier ... Gerd