From owner-freebsd-current@freebsd.org Tue Aug 14 16:10:01 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 22497107CA79 for ; Tue, 14 Aug 2018 16:10:01 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA77377029; Tue, 14 Aug 2018 16:10:00 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (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)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 68EF0C73F; Tue, 14 Aug 2018 16:10:00 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f177.google.com with SMTP id q127-v6so15765060ljq.11; Tue, 14 Aug 2018 09:10:00 -0700 (PDT) X-Gm-Message-State: AOUpUlFVHPt53QJ/UtfwCW3+hn+orXbmu1GpGSsBvIjzmhYXtzAU7KFg zmfUxjPFo4nA8PtXlGyK4OENUf+bflffLkszIcM= X-Google-Smtp-Source: AA+uWPzEDkD9br6O5iAKojx0T0K/eJRhE/UNXeHXJKHl5DYOhEXFMED0+3yH9VYdA+XVHFuGME2IU7ZwRy92NsNyMa0= X-Received: by 2002:a2e:2b0e:: with SMTP id q14-v6mr15192146lje.147.1534262998887; Tue, 14 Aug 2018 09:09:58 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Tue, 14 Aug 2018 09:09:38 -0700 (PDT) In-Reply-To: <697FCAD9-6295-4F84-8B3E-269255520844@freebsd.org> References: <697FCAD9-6295-4F84-8B3E-269255520844@freebsd.org> From: Kyle Evans Date: Tue, 14 Aug 2018 11:09:38 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Panic in efi_get_time() on EPCY system when booting To: Michael Tuexen Cc: FreeBSD 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: Tue, 14 Aug 2018 16:10:01 -0000 On Tue, Aug 14, 2018 at 11:04 AM, Michael Tuexen wrote: > Dear all, > > r337761 panics on boot with a GENERIC kernel on a EPYC system: Oy. =( > [...] > panic: mutex pmap not owned at ../../../amd64/amd64/efirt_machdep.c:268 > [...] > > Any idea what is wrong? > Ah, this should be fixed by https://reviews.freebsd.org/D16618 -- immediate workaround is set efi.rt.disabled=1 in loader.conf(5) or at loader prompt. Apologies for the hassle. Thanks, Kyle Evans