From owner-freebsd-current@freebsd.org Sat Aug 4 03:11:21 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B6D4105B985 for ; Sat, 4 Aug 2018 03:11:21 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yw1-xc44.google.com (mail-yw1-xc44.google.com [IPv6:2607:f8b0:4864:20::c44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A21228214C for ; Sat, 4 Aug 2018 03:11:20 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-yw1-xc44.google.com with SMTP id z143-v6so1717706ywa.7 for ; Fri, 03 Aug 2018 20:11:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to; bh=YXcqXtaXAW/iG41/BIDFhcVfPDDqOL3Ta/Z3RM7rcUs=; b=FlC3ri80pSdbvO5mBIpdoFTSlVE1uWaM8LmyakUZktq39k2nnPSbz8qbwnnpyLdmSI e5ppwdFqb3tx6enUK1E8awpdnKbfSunqiCNYyXPSHCqIyZqrm3C95YxgRoN1Enit3k3x 0e9vOnfzwTfN8E5qc+ubwd+ud+unPQOVd6T7Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=YXcqXtaXAW/iG41/BIDFhcVfPDDqOL3Ta/Z3RM7rcUs=; b=DF9hhaYc+KATZc1PnFIhvzVIptdJoUCoxhIw0zbCv23kYugPVeSFGSOCiIvgg16KtH v4qRg/lEoD48xLY1KeTubuyq1boj8ShbNapHqR/aJ5iABgCHqzNCwh97czvIT6oFhgyM PYTaMA/y1q3XhEsn1MTgU9jlS1wDGr5c9/mkEs0B/komfLEnRfYok0+ahb/4yburfKFe wbhOto6tAGYAySfDUkiMLOsGgUIAl8Pmmw68w0O93NM8RNfg0KTpdQOqQCFuw8mu+72W UO8XzZwGeBl7lYXad/a1VU9P3Lip95DPlbCLGO9dGod24e654oW6PtIrLTK2H3EOsyWr eElQ== X-Gm-Message-State: AOUpUlFsLGaAXleSFmjCPl1m/2/vuv77dUa5AIUaGTc3tzj6tU42lXla cdxkpYX7nZeanP+DTcZ+C1YCxhlbBVK3i/T0iJ9fKQ== X-Google-Smtp-Source: AAOMgpclb4eP9AeUd+TmKtRDrh8YQ0d7O6m0f8X06zU+RxuJanAWqTWdZlw0dTgrUT+pcnX6bV1udg/aIIMZUcfThYU= X-Received: by 2002:a0d:e846:: with SMTP id r67-v6mr3598598ywe.19.1533352279375; Fri, 03 Aug 2018 20:11:19 -0700 (PDT) MIME-Version: 1.0 From: Eitan Adler Date: Fri, 3 Aug 2018 20:10:52 -0700 Message-ID: Subject: panic: mutex pmap not owned at ... efirt_machdep.c:255 To: Konstantin Belousov , freebsd-current Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2018 03:11:21 -0000 Hi all, After installing the latest current kernel I get the following panic: panic: mutex pmap not owned at ... efirt_machdep.c:255 cpuid =3 time = 1 ... mtx_assert() efi_arch_enter() efirt_modevents() module_register_init() mi_startup() btext() Unfortunately this appears to be early enough that the keyboard is not usable. I'll try to bisect this over the next few days unless someone has an idea is to the exact cause. -- Eitan Adler