From owner-freebsd-arm@FreeBSD.ORG Sun Mar 8 20:22:00 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2F884E7 for ; Sun, 8 Mar 2015 20:22:00 +0000 (UTC) Received: from pmta1.delivery6.ore.mailhop.org (pmta1.delivery6.ore.mailhop.org [54.149.206.185]) by mx1.freebsd.org (Postfix) with ESMTP id 8F091AC for ; Sun, 8 Mar 2015 20:22:00 +0000 (UTC) Received: from smtp4.ore.mailhop.org (172.31.36.112) by pmta1.delivery1.ore.mailhop.org id hvinl020r84b for ; Sun, 8 Mar 2015 20:14:44 +0000 (envelope-from ) Received: from c-73-34-117-227.hsd1.co.comcast.net ([73.34.117.227] helo=ilsoft.org) by smtp4.ore.mailhop.org with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82) (envelope-from ) id 1YUhbO-0005La-JZ; Sun, 08 Mar 2015 20:15:06 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t28KF52A005729; Sun, 8 Mar 2015 14:15:05 -0600 (MDT) (envelope-from ian@freebsd.org) X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX19s79278CGs8KREvLQvJhz1 Message-ID: <1425845705.73796.18.camel@freebsd.org> Subject: Re: crash on writing usbstick From: Ian Lepore To: Brett Wynkoop Date: Sun, 08 Mar 2015 14:15:05 -0600 In-Reply-To: <20150308135451.5b904aba@ivory.wynn.com> References: <20150301041855.5352663e@ivory.wynn.com> <20150301144653.63b38cdf@ivory.wynn.com> <20150301184456.7b5e6487@ivory.wynn.com> <1DC8221F-64EA-418C-8CE5-5FFA4F3DBC64@bsdimp.com> <20150308135451.5b904aba@ivory.wynn.com> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 20:22:00 -0000 On Sun, 2015-03-08 at 13:54 -0400, Brett Wynkoop wrote: > Greeting- > > Oh what a difference a couple of weeks makes. Last night I rebuilt my > kernel to: > > root@beaglebone /usr/ports 135$ uname -a > FreeBSD beaglebone.wynn.com 11.0-CURRENT FreeBSD 11.0-CURRENT #4 > r279761: Sat Mar 7 23:14:30 EST 2015 > wynkoop@beaglebone.wynn.com:/usr/src/sys/arm/compile/BB-BEW arm > root@beaglebone /usr/ports 136$ > > This morning when I checked the BeagleBone I discovered that my copy > of /usr/ports to /export/ports completed! Somewhere the driver issue > must have been fixed in the last couple of weeks of commits! > > I did still bet a bunch of: > > aintc0: Spurious interrupt detected (0xffffffff) > > during the operation. > > A second thing I have noticed with r279671 is that the system seems a > bit more responsive during heavy load and sshd seems to respond faster. > > Now for me to try to break something else! I think the next step will > be a USB HUB and checking out USB flash and 802.11 connected at the same > time. I didn't check in the spurious interrupt fix until late last night. Update your kernel to r279766 to get rid of the messages. (You may still very rarely see one, but it should be on the order of 1 or 2 per day, not hundreds of them.) -- Ian