From owner-cvs-src@FreeBSD.ORG Thu Aug 28 21:27:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B35C0106567B; Thu, 28 Aug 2008 21:27:49 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 368A78FC1C; Thu, 28 Aug 2008 21:27:48 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id m7SLRlBk067224; Thu, 28 Aug 2008 23:27:47 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id m7SLRlik067223; Thu, 28 Aug 2008 23:27:47 +0200 (CEST) (envelope-from marius) Date: Thu, 28 Aug 2008 23:27:47 +0200 From: Marius Strobl To: Gavin Atkinson Message-ID: <20080828212747.GO12180@alchemy.franken.de> References: <200808281915.m7SJF43d057684@repoman.freebsd.org> <20080828214642.H18903@ury.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080828214642.H18903@ury.york.ac.uk> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 21:27:49 -0000 On Thu, Aug 28, 2008 at 09:48:03PM +0100, Gavin Atkinson wrote: > On Thu, 28 Aug 2008, Marius Strobl wrote: > >marius 2008-08-28 19:14:47 UTC > > > > Modified files: (Branch: RELENG_7) > > sys/conf kern.pre.mk > > Log: > > SVN rev 182395 on 2008-08-28 19:14:47Z by marius > > > > MFC: r179665 > > > > Revert this part of r182231 so the kernel is compiled with at least > > "-O" on sparc64 in order to avoid unaligned accesses of struct ip > > and other bits. > > Is there any chance this will fix the unaligned access panics seen with > the new WITNESS codei on sparc64? > No, r179665/r182395 and the panics triggered by the new WITNESS code are unrelated. The latter should be fixed with r182018 though. Marius