From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.12] helo=sc8-sf-mx2.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.24) id 1AdxHq-0004eJ-2W for user-mode-linux-devel@lists.sourceforge.net; Tue, 06 Jan 2004 11:54:46 -0800 Received: from mx11.sac.fedex.com ([199.81.193.118]) by sc8-sf-mx2.sourceforge.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1AdxHp-0000Pu-Kf for user-mode-linux-devel@lists.sourceforge.net; Tue, 06 Jan 2004 11:54:45 -0800 Received: from inet04.prod.fedex.com (inet04.prod.fedex.com [199.81.10.44]) by mx11.sac.fedex.com (8.12.6p2/8.12.3) with ESMTP id i06JsiiC059644 for ; Tue, 6 Jan 2004 13:54:44 -0600 (CST) (envelope-from jchua@fedex.com) From: Jeff Chua Subject: Re: [uml-devel] Kernel mode fault at addr 0x48965000, ip0x400e51a4 In-Reply-To: Message-ID: References: <200401061718.i 06HILtd002620@ccure.user-mode-linux.org><200401061918.31447.blaisorblade_spam@yahoo.it> <33261.193.212.97.12.1073406789.squirrel@pluto.nixia.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 7 Jan 2004 03:34:33 +0800 (SGT) To: Johannes Formann Cc: stian@nixia.no, BlaisorBlade , UserModeLinux On Tue, 6 Jan 2004, Johannes Formann wrote: > so, now I'm done: > I hope this backtrave can helpt you. I just made a little patch to uml-patch-2.4.23-1. It's a modified version of BlaisorBlade's patch few minutes ago. Also, please ignore the patch in my previous email. Can you please try to see the patch below solve your problem? Thanks, Jeff. --- uml/drivers/char/mem.c.org Wed Jan 7 03:30:40 2004 +++ uml/drivers/char/mem.c Wed Jan 7 03:31:47 2004 @@ -269,3 +269,3 @@ } - *ppos = __pa((void *) p); + *ppos = p; return virtr + read; ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel