From nobody Mon Aug 16 12:28:47 2021 X-Original-To: virtualization@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 54DD61762517 for ; Mon, 16 Aug 2021 12:30:12 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GpD5H2tgbz3vR3; Mon, 16 Aug 2021 12:30:11 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.16.1/8.16.1) with ESMTPS id 17GCSmit066276 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 16 Aug 2021 05:28:48 -0700 (PDT) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.16.1/8.16.1/Submit) id 17GCSmUJ066275; Mon, 16 Aug 2021 05:28:48 -0700 (PDT) (envelope-from warlock) Date: Mon, 16 Aug 2021 05:28:47 -0700 From: John Kennedy To: virtualization@freebsd.org Cc: chuck@freebsd.org Subject: Re: [Bug 256422] bhyve and Centos/Rocky 8.4 no boot after install Message-ID: References: List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4GpD5H2tgbz3vR3 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of warlock@phouka1.phouka.net has no SPF policy when checking 107.170.196.116) smtp.mailfrom=warlock@phouka1.phouka.net X-Spamd-Result: default: False [0.22 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.990]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[phouka.net]; AUTH_NA(1.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.989]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(1.00)[1.000]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[warlock@phouka.net,warlock@phouka1.phouka.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:14061, ipnet:107.170.192.0/18, country:US]; FROM_NEQ_ENVFROM(0.00)[warlock@phouka.net,warlock@phouka1.phouka.net] X-ThisMailContainsUnwantedMimeParts: N On Sun, Jun 27, 2021 at 10:23:10PM +0000, bugzilla-noreply@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256422 > > --- Comment #15 from commit-hook@FreeBSD.org --- > A commit in branch main references this bug: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=91064841d72b285a146a3f1c32cb447251e062ea > > commit 91064841d72b285a146a3f1c32cb447251e062ea > Author: Chuck Tuffli > AuthorDate: 2021-06-27 22:14:52 +0000 > Commit: Chuck Tuffli > CommitDate: 2021-06-27 22:14:52 +0000 > > bhyve: Fix NVMe iovec construction for large IOs ... > PR: 256422 > Reported by: dave@syix.com > Tested by: jason@tubnor.net > MFC after: 5 days > Relnotes: yes > Reviewed by: imp, grehan > Differential Revision: https://reviews.freebsd.org/D30897 > > usr.sbin/bhyve/pci_nvme.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Is there any reason not to merge that into releng/13.0? Adding this patch against 13.0-RELEASE-p3 fixed my issues with OEL8 (and presumably RHEL8).