From owner-svn-src-all@freebsd.org Wed Sep 30 16:33:37 2020 Return-Path: Delivered-To: svn-src-all@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 5505642B8E8; Wed, 30 Sep 2020 16:33:37 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f47.google.com (mail-io1-f47.google.com [209.85.166.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1hdr2BQxz4V0r; Wed, 30 Sep 2020 16:33:36 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f47.google.com with SMTP id u6so2467003iow.9; Wed, 30 Sep 2020 09:33:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SBaxfkmOx4ENZhcoFd2Sl2B95n0arFE5Bg7iq6uW/kw=; b=hdVKFk1DvD9lvMI+2vNFVV6s0y8AphjXUZjyhUpfLLdI8qu0Ya8quVjmJ5ZHSMhVcO d+XkjBiIYOlBhp/mBel0kn/4ZL47JAA+iSmyOVb+nzlEDAiJy2CbE2N53sWFNC7mjwP8 SKyKfWHl7k7NUnn+krPG7H1Hb5uq7MpgtqmPAs01MO+JB1Se6R3e8CqCN/h+Kd1xIpTE yT61PK3o55ozZJTy7wBV4P+1OBu9XZnug6SsPVPhMLaT38aUf3Q1MrPZM1iTI6wtU51K IZK8ZVqlv4I3YDi+BP1rvpNfVbOsHDiTnA3y9N8Nl5s7RQI8B9HtHzkXoyWXGlKJO/sp WzAQ== X-Gm-Message-State: AOAM532BdLgbcgev4nFcyQZPHAnLUhxhiWxhjciVAmu+R2kANfS5zqYa hjGKgBILYKQi56N+boLIxjeNHro7Q+1D1Vi1YtUeZz7epRc= X-Google-Smtp-Source: ABdhPJzjv1BSzMCbpuzOXKIXv16k1x70HDZhZDQkPuLCmn6IxzSg1UiT9U3bYdIeVU9USPtnpWRJo+Qn35xpnrwhRQk= X-Received: by 2002:a6b:ec04:: with SMTP id c4mr2348808ioh.179.1601483613790; Wed, 30 Sep 2020 09:33:33 -0700 (PDT) MIME-Version: 1.0 References: <202009251644.08PGi2Qg041379@repo.freebsd.org> In-Reply-To: <202009251644.08PGi2Qg041379@repo.freebsd.org> From: Ed Maste Date: Wed, 30 Sep 2020 12:33:22 -0400 Message-ID: Subject: Re: svn commit: r366161 - head/sys/dev/extres/syscon To: Michal Meloun Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4C1hdr2BQxz4V0r X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.47 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-1.47 / 15.00]; RCVD_TLS_ALL(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; ARC_NA(0.00)[]; NEURAL_SPAM_SHORT(0.30)[0.305]; NEURAL_HAM_LONG(-0.97)[-0.968]; NEURAL_HAM_MEDIUM(-0.81)[-0.808]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.47:from]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.47:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; MAILMAN_DEST(0.00)[svn-src-all,svn-src-head]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2020 16:33:37 -0000 On Fri, 25 Sep 2020 at 12:44, Michal Meloun wrote: > > Author: mmel > Date: Fri Sep 25 16:44:01 2020 > New Revision: 366161 > URL: https://svnweb.freebsd.org/changeset/base/366161 The pine64 in CI is currently broken, panicking at boot with: panic: mutex aw_syscon0 owned at /usr/src/sys/dev/extres/syscon/syscon_generic.c:98 Log: https://ci.freebsd.org/hwlab/job/FreeBSD-device-head-pinea64-test/6480/artifact/device_tests/pinea64.boot.log It's possible there's an outdated dtb involved here, as there was with the BBB. Hopefully manu's change to report/check the dtb version makes it in and can be used to help track these issues down. Unfortunately the USB-serial interface connected to the pine64 was broken until yesterday so I'm not sure for how long this has been broken in this way. The last successful run was at r364130 almost 2 months ago; the first failure after that was because of an apparent hang at shutdown.