From owner-svn-src-head@freebsd.org Thu Oct 1 14:31:09 2020 Return-Path: Delivered-To: svn-src-head@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 89F8142A04B; Thu, 1 Oct 2020 14:31:09 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) (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 4C2Ft51njmz4D7X; Thu, 1 Oct 2020 14:31:09 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f45.google.com with SMTP id u19so6872098ion.3; Thu, 01 Oct 2020 07:31:09 -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=7ZgsCNHljB3KcgJTKE1tMk+3k6Uq/en+CnnlT1xXR2k=; b=pXQgcRjvbb7IH1Oe/kSMcZGncAal43BtSsXc8iAacLEUtF5R9Qz62akWnbJ97ntPlw Nl5KiAGMIKRRADCwYbE29SqFayYAjDRvy1MxoibIkh8n1ALiHXWlxVNg7StgxviEu4Hk p4gw7sHDMK70348gPCKay6fcCHgQPh4ibNqBSZ2606AqCJJB5Hgz8Cqh/gXNzViYfvXC pivvf7RyCCo3cVqqGpjapNe2BjH++dcL3mvKGqqnwWIhiYuW7NwADHjpI/GJTYQ7rdIl +GpSM4i37PLwX+csunggySRKjo7GyIVsuBIhS3tb0iUB/Y5fIGUTZwBm/+MD93YXYDI3 DroA== X-Gm-Message-State: AOAM5309bP+pl2VMj8NYXPnjYf7ke+UaF3a4x1lwRCOtZ/jZrllThqgr 2UJePm4SodEn1eh8S9c58qcLeKmIzEFaZ2mPVYCMwR/vRg0= X-Google-Smtp-Source: ABdhPJzN1qH2H3KzysvlBCqhcyRyWHRZ8rdhTxfyKG+TeSIlofb4WIzkTOhHVdecZ8HkSK6YM0yQSnsgFjMPKKg9F4A= X-Received: by 2002:a6b:ec04:: with SMTP id c4mr5720461ioh.179.1601562667330; Thu, 01 Oct 2020 07:31:07 -0700 (PDT) MIME-Version: 1.0 References: <202010010950.0919o9kU076885@repo.freebsd.org> In-Reply-To: <202010010950.0919o9kU076885@repo.freebsd.org> From: Ed Maste Date: Thu, 1 Oct 2020 10:30:55 -0400 Message-ID: Subject: Re: svn commit: r366312 - 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: 4C2Ft51njmz4D7X X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2020 14:31:09 -0000 On Thu, 1 Oct 2020 at 05:50, Michal Meloun wrote: > > Author: mmel > Date: Thu Oct 1 09:50:08 2020 > New Revision: 366312 > URL: https://svnweb.freebsd.org/changeset/base/366312 > > Log: > Fix the inverted condition in mtx_asserts. > Mutex should be owned in affected functions. Thanks! The board now boots to the login prompt in the CI hwlab. CI is still reporting failure but I believe it is a hardware issue. The smoke test tries to log in on the console then run a few commands and shutdown, and it looks like the USB-serial dongle has working rx but not tx.