From owner-freebsd-current@freebsd.org Sun Dec 23 21:11:32 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 21A2C134843C for ; Sun, 23 Dec 2018 21:11:32 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [96.73.9.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26F5E8E7B5; Sun, 23 Dec 2018 21:11:30 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id DB7CB32E97; Sun, 23 Dec 2018 14:12:17 -0700 (MST) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6JShQqdHQ0qb; Sun, 23 Dec 2018 14:12:17 -0700 (MST) Received: from photon.int.bluestop.org (gw.bluestop.org [96.73.9.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Sun, 23 Dec 2018 14:12:17 -0700 (MST) From: Rebecca Cran To: freebsd-current@freebsd.org, Kirk McKusick Cc: Mark Johnston , pho@freebsd.org Subject: Re: Panic in getblkx() booting from disc1.iso in Qemu VM Date: Sun, 23 Dec 2018 14:11:23 -0700 Message-ID: <8685298.RH3biPoPvx@photon.int.bluestop.org> In-Reply-To: <201812210128.wBL1SjfA041538@chez.mckusick.com> References: <201812210128.wBL1SjfA041538@chez.mckusick.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Rspamd-Queue-Id: 26F5E8E7B5 X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.51 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bluestop.org:s=mail]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bluestop.org:+]; DMARC_POLICY_ALLOW(-0.50)[bluestop.org,quarantine]; MX_GOOD(-0.01)[mail.bluestop.org]; NEURAL_HAM_SHORT(-0.92)[-0.915,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:7922, ipnet:96.64.0.0/11, country:US]; IP_SCORE(-3.09)[ip: (-9.79), ipnet: 96.64.0.0/11(-4.70), asn: 7922(-0.85), country: US(-0.08)]; CTE_CASE(0.50)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 23 Dec 2018 21:11:32 -0000 On Thursday, 20 December 2018 18:28:45 MST Kirk McKusick wrote: > Thanks Rebecca for the report and Mark for the analysis of the problem. > This should be fixed in -r342290. Thanks! That did fix it. -- Rebecca