From owner-freebsd-arm@freebsd.org Fri Jan 31 15:23:31 2020 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 559C7242C4B for ; Fri, 31 Jan 2020 15:23:31 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 488Lb70m38z3G2r; Fri, 31 Jan 2020 15:23:30 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id 00VFNhP8030201 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 31 Jan 2020 07:23:44 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id 00VFNhMs030200; Fri, 31 Jan 2020 07:23:43 -0800 (PST) (envelope-from fbsd) Date: Fri, 31 Jan 2020 07:23:43 -0800 From: bob prohaska To: Kyle Evans Cc: Ralf Wenk , "freebsd-arm@freebsd.org" , bob prohaska Subject: Re: panic: deadlres_td_sleep_q: possible deadlock detected on RPI3 Message-ID: <20200131152343.GA30158@www.zefox.net> References: <20200123164419.GA81833@www.zefox.net> <20200125153229.GA3768@www.zefox.net> <20200126164211.GB7312@www.zefox.net> <20200130162055.GA21879@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Rspamd-Queue-Id: 488Lb70m38z3G2r X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.96 / 15.00]; NEURAL_HAM_MEDIUM(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2020 15:23:31 -0000 On Fri, Jan 31, 2020 at 07:48:32AM -0600, Kyle Evans wrote: > > These results should no longer be reproducible in recent loaders -- Is January 17th considered old? The countdown is smooth, no jumping seconds, but takes about five seconds per "click" on a Pi3. > the effect you're seeing is an extraordinarily long redraw times as > that's roughly in the range where serial console in loader was > effectively borked. Things were later hashed out such that we use the > old console driver for serial in many (most? all?) situations. Thanks for writing! bob prohaska