From owner-freebsd-arm@freebsd.org Thu Jun 16 11:03:32 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18C26A6BA18; Thu, 16 Jun 2016 11:03:32 +0000 (UTC) (envelope-from kwhite@site.uottawa.ca) Received: from courriel.site.uottawa.ca (eecsmail.engineering.uottawa.ca [137.122.24.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "courriel.site.uottawa.ca", Issuer "DigiCert SHA2 Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD4D11153; Thu, 16 Jun 2016 11:03:31 +0000 (UTC) (envelope-from kwhite@site.uottawa.ca) Received: from [10.0.2.15] (ppp-74-51-49-4.vianet.ca [74.51.49.4]) (authenticated bits=0) by courriel.site.uottawa.ca (8.14.5/8.14.5) with ESMTP id u5GB3SMH099386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 16 Jun 2016 07:03:29 -0400 (EDT) (envelope-from kwhite@site.uottawa.ca) Date: Thu, 16 Jun 2016 07:03:23 -0400 (EDT) From: Keith White X-X-Sender: kwhite@localhost.my.domain To: Mark Millard cc: freebsd-arm , FreeBSD Current Subject: RE: RPI-B 11.0-ALPHA3 r301815 panic ["when connecting via WiFi"] In-Reply-To: <5B47CB62-5BB6-41F3-82F9-507B42EF161B@dsl-only.net> Message-ID: References: <5B47CB62-5BB6-41F3-82F9-507B42EF161B@dsl-only.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 11:03:32 -0000 On Wed, 15 Jun 2016, Mark Millard wrote: > https://lists.freebsd.org/pipermail/freebsd-current/2016-June/061904.html reports an RPI-B alignment fault for -r301815 (the snapshot) "when connecting via WiFi". > > -r301872 ( https://lists.freebsd.org/pipermail/svn-src-head/2016-June/088339.html ) has a fix for networking vs. alignment handling for armv6 contexts that might be needed. Quoting: > >> Author: ian >> Date: Mon Jun 13 16:48:27 2016 >> New Revision: 301872 >> URL: >> https://svnweb.freebsd.org/changeset/base/301872 > ... Thanks for pointing this out! I'll see if a (complete) rebuild at that rev fixes the problem. ...keith