From nobody Sun Jul 04 23:00:05 2021 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A8AABCFBEFC for ; Sun, 4 Jul 2021 23:00:08 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from rainpuddle.neelc.org (locks.neelc.org [158.51.84.233]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GJ460427Yz4mDk; Sun, 4 Jul 2021 23:00:08 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from mail.neelc.org (locks.neelc.org [IPv6:2602:fed2:7106:25ff::1]) by rainpuddle.neelc.org (Postfix) with ESMTPSA id CA81C8924E; Sun, 4 Jul 2021 16:00:05 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Date: Sun, 04 Jul 2021 16:00:05 -0700 From: Neel Chauhan To: Warner Losh Cc: FreeBSD Current , Doug Ambrisko , Warner Losh Subject: Re: CURRENT- and vmd(8): Panic upon bootup with recent HEAD In-Reply-To: References: <1492e0b20fc2781675e0eda09fc3397c@neelc.org> User-Agent: Roundcube Webmail/1.4.11 Message-ID: <6674e27cbf311a97c647ee221e6bd96f@FreeBSD.org> X-Sender: nc@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GJ460427Yz4mDk X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi Warner, On 2021-07-04 15:17, Warner Losh wrote: > Have you used 'git bisect' yet? It looks like there's only about 244 > commits between > last known working and the known broken commit of mine.... I was about to do just that. I just posted incase I heard from anyone else about the commits. I guess I will do a `git bisect`. > The panic is because we're trying to get the pci attributes of a > non-pci > device and > an assertion is failing. Yes, I know. > Warner Thanks for responding. -Neel (nc@)