From owner-freebsd-mips@FreeBSD.ORG Wed Aug 28 12:07:20 2013 Return-Path: Delivered-To: freebsd-mips@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 ESMTP id 8C098943 for ; Wed, 28 Aug 2013 12:07:20 +0000 (UTC) (envelope-from lists@rewt.org.uk) Received: from hosted.mx.as41113.net (abby.lhr1.as41113.net [91.208.177.20]) by mx1.freebsd.org (Postfix) with ESMTP id 18BEF2210 for ; Wed, 28 Aug 2013 12:07:19 +0000 (UTC) Received: from [192.168.1.218] (staff-ns50-3.as25178.net [212.9.98.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lists@rewt.org.uk) by hosted.mx.as41113.net (Postfix) with ESMTPSA id 3cQ5Kq6MpzzNJ for ; Wed, 28 Aug 2013 13:07:11 +0100 (BST) Message-ID: <521DE7EB.2020800@rewt.org.uk> Date: Wed, 28 Aug 2013 13:07:07 +0100 From: Joe Holden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-mips@freebsd.org Subject: Re: Hang after usb on EdgeRouter Lite References: <520CC2DC.4060702@rewt.org.uk> <10d401ce9a06$c5016f90$4f044eb0$@rewt.org.uk> <111501ce9a14$b41f59e0$1c5e0da0$@rewt.org.uk> <520DE94E.5050200@rewt.org.uk> <19BE644B-D2A4-42D2-B983-50E90F3D3F8D@bsdimp.com> <149701ce9c3f$7659ea80$630dbf80$@rewt.org.uk> <14bb01ce9c51$c3152530$493f6f90$@rewt.org.uk> <14c801ce9c53$6f19bf20$4d4d3d60$@rewt.org.uk> <14de01ce9c5a$91bc75c0$b5356140$@rewt.org.uk> <1376869486.1201.6.camel@revolution.hippie.lan> In-Reply-To: <1376869486.1201.6.camel@revolution.hippie.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 12:07:20 -0000 ok so, just built new HEAD with DDB, WITNESS etc to get a backtrace but alas, now it's booting fine... who unbroke it? :) On 19/08/2013 00:44, Ian Lepore wrote: > Olivier made some changes to unbreak the arm stuff right after that > commit. Given that some of the mips code evolved from the arm code, > maybe there are clues in what he did for arm. > > -- Ian > > On Sun, 2013-08-18 at 15:18 -0700, Juli Mallett wrote: >> I looked at that change recently, and it changed how kstacks are allocated >> at least, and while it should have preserved the right alignment behaviour, >> I'm wondering now if there may be some subtler problem in the change there >> now. There were other changes that could be implicated as part of that >> commit, but that's the bit that immediately set off some alarm for me, >> because I know MIPS is an unusual case in that regard. (Requiring kstacks >> to fill up a whole double-TLB entry.) >> >> Thanks for tracking this down, and I'm hopeful that Jeff will have some >> insight. Thanks to Adrian for following up with him. >> >> Juli. >> >> >> On Sun, Aug 18, 2013 at 3:01 PM, Adrian Chadd wrote: >> >>> Ok. I just replied to Jeff's commit and CC'ed you. >>> >>> Let's see if we can work with Jeff to figure out why the hell it broke and >>> get it fixed up before 10.0-REL is cut. >>> >>> Would you please file a PR with all the relevant information that you've >>> found? >>> >>> Thanks! >>> >>> >>> >>> -adrian >>> >>> >>> On 18 August 2013 14:33, Joe Holden wrote: >>> >>>> Ok so r254025 is definitely the commit that broke it (both SMP *and* >>> USB) - >>>> looks like the commit is quite involved so won't be particularly easy to >>>> unbreak just mips (at least for me) :( >>>> >>>>> -----Original Message----- >>>>> From: owner-freebsd-mips@freebsd.org [mailto:owner-freebsd- >>>>> mips@freebsd.org] On Behalf Of Joe Holden >>>>> Sent: 18 August 2013 21:42 >>>>> To: 'Adrian Chadd' >>>>> Cc: freebsd-mips@freebsd.org >>>>> Subject: RE: Hang after usb on EdgeRouter Lite >>>>> >>>>> ... and it boot with the second core disabled (usb still broken >>> though) - >>>>> something has gone horribly wrong :P >>>>> >>>>>> -----Original Message----- >>>>>> From: owner-freebsd-mips@freebsd.org [mailto:owner-freebsd- >>>>>> mips@freebsd.org] On Behalf Of Joe Holden >>>>>> Sent: 18 August 2013 21:30 >>>>>> To: 'Adrian Chadd' >>>>>> Cc: freebsd-mips@freebsd.org >>>>>> Subject: RE: Hang after usb on EdgeRouter Lite >>>>>> >>>>>> Sigh. it's actually getting worse - r254025 hangs after ULE setup. >>>>>> >>>>>> >>>>>> >>>>>> This may take longer than I first thought >>>>>> >>>>>> >>>>>> >>>>>> From: adrian.chadd@gmail.com [mailto:adrian.chadd@gmail.com] On >>>>> Behalf >>>>>> Of Adrian Chadd >>>>>> Sent: 18 August 2013 20:27 >>>>>> To: Joe Holden >>>>>> Cc: Warner Losh; freebsd-mips@freebsd.org >>>>>> Subject: Re: Hang after usb on EdgeRouter Lite >>>>>> >>>>>> >>>>>> >>>>>> .. you can just disable those for now. You're debugging USB hangs, >>> not >>>>>> bootp/nfs compile problems. :0 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -adiran >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On 18 August 2013 11:19, Joe Holden >>>>> > wrote: >>>>>> >>>>>> None yet - getting compilation problems when building with BOOTP and >>>>>> NFS root (undefined references) >>>>>> >>>>>> >>>>>>> -----Original Message----- >>>>>>> From: Warner Losh [mailto:wlosh@bsdimp.com >>>>>> ] >>>>>>> On >>>>>> Behalf Of Warner Losh >>>>>>> Sent: 18 August 2013 07:41 >>>>>>> To: Adrian Chadd >>>>>>> Cc: Joe Holden; freebsd-mips@freebsd.org >>>>>>> >>>>>> >>>>>>> Subject: Re: Hang after usb on EdgeRouter Lite >>>>>>> >>>>>>> >>>>>> >>>>>>> On Aug 16, 2013, at 12:12 PM, Adrian Chadd wrote: >>>>>>>> On 16 August 2013 01:56, Joe Holden >>>>> > wrote: >>>>>>>>> Not getting much closer but so far 253367 works, 253845 and >>> later >>>>>>>>> don't, I can't see any mips-specific changes that might break it >>>>>>>>> but I >>>>>> may >>>>>>> be wrong! >>>>>>>> >>>>>>>> Plenty of non-MIPS stuff does break MIPS. :) >>>>>>> >>>>>>> Any new news? >>>>>>> >>>>>>> Warner >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> freebsd-mips@freebsd.org mailing list >>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-mips >>>>>> To unsubscribe, send any mail to " >>> freebsd-mips-unsubscribe@freebsd.org >>>> " >>>>> >>>>> >>>>> _______________________________________________ >>>>> freebsd-mips@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-mips >>>>> To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org >>> " >>>> >>>> >>>> >>> _______________________________________________ >>> freebsd-mips@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-mips >>> To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >>> >> _______________________________________________ >> freebsd-mips@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-mips >> To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >