From owner-freebsd-arm@FreeBSD.ORG Mon Jul 6 17:14:55 2009 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E81F51065747 for ; Mon, 6 Jul 2009 17:14:55 +0000 (UTC) (envelope-from tinguely@casselton.net) Received: from casselton.net (casselton.net [63.165.140.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2034D8FC12 for ; Mon, 6 Jul 2009 17:14:54 +0000 (UTC) (envelope-from tinguely@casselton.net) Received: from casselton.net (localhost [127.0.0.1]) by casselton.net (8.14.3/8.14.3) with ESMTP id n66HEqVX063375; Mon, 6 Jul 2009 12:14:52 -0500 (CDT) (envelope-from tinguely@casselton.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=casselton.net; s=ccnMail; t=1246900492; bh=OBB4v7sptX8NaGEueuQnzc/3ILTl/JdVyxNUFF8kHJE=; h=Date:From:Message-Id:To:Subject:Cc:In-Reply-To; b=itw45m+9s70NzDR1JJDh4yhSPPimXhhEKjT3RDabvnNQFFYlMB3hxnrZsjfZfzz7h ajBWC1V1IBfjrXzHSoz3OEet4pIWfnx+TxVtfIADJbWqNhs1N1i7jePg2kNFBUwSTs VwkZqwRXxTajYsoudcs/QtuxhHmBz2TY+2bevcaQ= Received: (from tinguely@localhost) by casselton.net (8.14.3/8.14.2/Submit) id n66HEqsV063372; Mon, 6 Jul 2009 12:14:52 -0500 (CDT) (envelope-from tinguely) Date: Mon, 6 Jul 2009 12:14:52 -0500 (CDT) From: Mark Tinguely Message-Id: <200907061714.n66HEqsV063372@casselton.net> To: mih@semihalf.com, stas@FreeBSD.org In-Reply-To: <20090706134612.5cf860e4.stas@FreeBSD.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.2 (casselton.net [127.0.0.1]); Mon, 06 Jul 2009 12:14:52 -0500 (CDT) Cc: freebsd-arm@FreeBSD.org, tinguely@casselton.net Subject: Re: pmap problem in FreeBSD current X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 17:14:56 -0000 > Michal Hajduk mentioned: > > > Hello Mark, > >=20 > > While testing EHCI (FreeBSD 8-current with new USB-stack) on > > ARM machine I have found some problem probably related to > > svn commit *194459*=20 > > http://svn.freebsd.org/viewvc/base?view=3Drevision&revision=3D194459 > > With compiled USB-stack I had vm_fault: > >=20 > > Hi, Michal! > > This is the known problem and we currently working on fixing it. It > looks like that r194459, while certainly good, uncovered a memory > corruption problem in ARM code. As a workaround you can revert > r194459 for now. > > --=20 > Stanislav Sedov > ST4096-RIPE Sorry about that guys. I will walk through the pmap logic again to see if there is a problem with the patch. --Mark Tinguely.