From owner-freebsd-arm@freebsd.org Fri Jan 31 15:27:11 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 5B3E4242D8D for ; Fri, 31 Jan 2020 15:27:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 488LgM1rDkz3GRG for ; Fri, 31 Jan 2020 15:27:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com [209.85.160.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 2CDDB1D5B9 for ; Fri, 31 Jan 2020 15:27:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f169.google.com with SMTP id v25so5666283qto.7 for ; Fri, 31 Jan 2020 07:27:11 -0800 (PST) X-Gm-Message-State: APjAAAX9nKAh8DazOANVZiGU+CxZso+qZ+svSbaBMNoUJX3EjH0kYyrr Y6dXLFEvNi8Gl+TLr4W8xvhtZM7z43yWZvfUVxA= X-Google-Smtp-Source: APXvYqx8eXMrR5yyW9Tw+suueZHIbJ6V8d8w9x1I6U/RMx2fPNWiLK1cHoTNanysKnG+a0RzBFhFkpM1AL9QAOkTjUQ= X-Received: by 2002:ac8:f77:: with SMTP id l52mr10974768qtk.310.1580484430838; Fri, 31 Jan 2020 07:27:10 -0800 (PST) MIME-Version: 1.0 References: <20200123164419.GA81833@www.zefox.net> <20200125153229.GA3768@www.zefox.net> <20200126164211.GB7312@www.zefox.net> <20200130162055.GA21879@www.zefox.net> <20200131152343.GA30158@www.zefox.net> In-Reply-To: <20200131152343.GA30158@www.zefox.net> From: Kyle Evans Date: Fri, 31 Jan 2020 09:26:59 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: panic: deadlres_td_sleep_q: possible deadlock detected on RPI3 To: bob prohaska Cc: Ralf Wenk , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset="UTF-8" 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:27:11 -0000 On Fri, Jan 31, 2020 at 9:23 AM bob prohaska wrote: > > 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. > My expectation is that this one should be fine, so indeed that's a problem. =-) Thanks, Kyle Evans