From owner-freebsd-arm@FreeBSD.ORG Fri Nov 22 17:48:04 2013 Return-Path: Delivered-To: arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFC2B3E9 for ; Fri, 22 Nov 2013 17:48:04 +0000 (UTC) Received: from mail.bsdpad.com (mail.bsdpad.com [109.107.176.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A8EE2375 for ; Fri, 22 Nov 2013 17:48:01 +0000 (UTC) Received: from mail.bsdpad.com ([109.107.176.56]) by mail.bsdpad.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vjurx-000Ftq-NJ; Fri, 22 Nov 2013 21:50:17 +0400 Received: by mail.bsdpad.com (nbSMTP-1.00) for uid 1001 br@mail.bsdpad.com; Fri, 22 Nov 2013 21:50:17 +0400 (MSK) Date: Fri, 22 Nov 2013 21:50:17 +0400 From: Ruslan Bukin To: Olivier Houchard Subject: Re: arm SMP fix Message-ID: <20131122175017.GA52512@mail.bsdpad.com> References: <20131122000457.GA44039@freebsd.org> <20131122072140.GA709@mail.bsdpad.com> <20131122164358.GA15486@ci0.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20131122164358.GA15486@ci0.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 17:48:04 -0000 On Fri, Nov 22, 2013 at 05:43:58PM +0100, Olivier Houchard wrote: > On Fri, Nov 22, 2013 at 11:21:40AM +0400, Ruslan Bukin wrote: > > On Fri, Nov 22, 2013 at 12:04:57AM +0000, Olivier Houchard wrote: > > > Any review, comment, and testing, even on UP boards, would be very welcome. > > > > > > Regards, > > > > > > Olivier > > > > what type of media for root you used? > > > > just a quick test on exynos5250 > > > > one time I booted OK with patch and SMP enabled, > > two other attempts got panics > > (probably during usb ethernet load) > > > > http://pastebin.com/H129SMKX > > http://pastebin.com/szkBjaT5 > > > > Hi, > > I'm netbooting using the Pandaboard usb ethernet adapter too. > As you're not alone in reporting that my patch doesn't work, I guess I can't > just pretend it's your fault :) > Are you getting the same thing without the patch ? > sorry I meant usb flash, not the ethernet. I will try use ethernet insted of da0 for root later. with no patch and SMP enabled I have another kind of panics, like: [...] Starting cron. panic: mutex pmap not owned at /usr/home/br/dev/head/sys/arm/arm/pmap-v6.c:4184 cpuid = 1 [...] [...] Starting Network: ue0. ue0: flags=8802 metric 0 mtu 1500 options=80008 ether 00:00:00:00:00:00 media: Ethernet autoselect (100baseTX ) status: active nd6 options=29 panic: userret: Returning with -1 locks held cpuid = 1 [...]