From owner-freebsd-arm@FreeBSD.ORG Wed Aug 28 18:50:02 2013 Return-Path: Delivered-To: freebsd-arm@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4EB9E430 for ; Wed, 28 Aug 2013 18:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A7A32F00 for ; Wed, 28 Aug 2013 18:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7SIo1cr087600 for ; Wed, 28 Aug 2013 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7SIo1JM087599; Wed, 28 Aug 2013 18:50:01 GMT (envelope-from gnats) Date: Wed, 28 Aug 2013 18:50:01 GMT Message-Id: <201308281850.r7SIo1JM087599@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org Cc: From: Martin Laabs Subject: Re: arm/181602: Raspberry PI kernel panic after DHCP X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Martin Laabs List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 18:50:02 -0000 The following reply was made to PR arm/181602; it has been noted by GNATS. From: Martin Laabs To: Ian Lepore Cc: freebsd-gnats-submit@FreeBSD.org, freebsd-arm@freebsd.org, freebsd-current@freebsd.org Subject: Re: arm/181602: Raspberry PI kernel panic after DHCP Date: Wed, 28 Aug 2013 20:42:04 +0200 On 28.08.2013 14:10, Ian Lepore wrote: > On Wed, 2013-08-28 at 05:44 +0000, Martin Laabs wrote: >>> Number: 181602 >>> Category: arm >>> Synopsis: Raspberry PI kernel panic after DHCP [...] > This problem was caused by recent changes to the layout of struct mbuf > and the structures embedded within it. Fixed in r254973. OK. I can confirm this for the Raspberry-Pi. Running a r254984 So from my side it is OK to close the bug. Best regards, Martin Laabs