From owner-cvs-src@FreeBSD.ORG Fri Feb 9 03:25:44 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A69AD16A401; Fri, 9 Feb 2007 03:25:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 19FDC13C494; Fri, 9 Feb 2007 03:25:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id A59CA1A9AE1; Thu, 8 Feb 2007 22:25:42 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Thu, 08 Feb 2007 22:25:42 -0500 X-Sasl-enc: 5lm8u0kswNBxOzBa/6AEExEK59TCxd7TQbWQvRq7UAKt 1170991542 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id BF94C29723; Thu, 8 Feb 2007 22:25:41 -0500 (EST) Message-ID: <45CBE9B5.4050603@FreeBSD.org> Date: Fri, 09 Feb 2007 03:25:41 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: "M. Warner Losh" References: <200702090009.l1909aLS048258@repoman.freebsd.org> <20070208.200048.-1370573186.imp@bsdimp.com> In-Reply-To: <20070208.200048.-1370573186.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cognet@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_loop.c 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: Fri, 09 Feb 2007 03:25:44 -0000 M. Warner Losh wrote: > In message: <200702090009.l1909aLS048258@repoman.freebsd.org> > Olivier Houchard writes: > : Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64. > : This fixes panics I got on arm, with struct ip aligned on 4 bytes. > > makes me wonder how many other cases like this we have in the tree :-( > > Warner > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/66029