From owner-freebsd-virtualization@freebsd.org Wed Mar 31 19:00:47 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 148595ACAD6 for ; Wed, 31 Mar 2021 19:00:47 +0000 (UTC) (envelope-from khng@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F9bHg0Bfgz4Vc1; Wed, 31 Mar 2021 19:00:47 +0000 (UTC) (envelope-from khng@FreeBSD.org) Received: from Kas-MacBook-Pro.lan (unknown [IPv6:2001:470:f816:0:f523:df21:9e7f:8cba]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: khng/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 55F28A6DC; Wed, 31 Mar 2021 19:00:46 +0000 (UTC) (envelope-from khng@FreeBSD.org) Subject: Re: recent changed in vmm lead to panic: AMD, ivhd_setup_intr To: Oleg Ginzburg , freebsd-virtualization@freebsd.org References: From: Ka Ho Ng Message-ID: <7559a304-3188-4df9-24cd-09f0bdb8c120@FreeBSD.org> Date: Thu, 1 Apr 2021 03:00:43 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2021 19:00:47 -0000 On 4/1/21 2:59 am, Oleg Ginzburg wrote: > Hi, > > Over the past two weeks some changes appeared, which lead to a panic > while trying to load the VMM kernel module. > > Kernel and revision with which everything was fine: > FreeBSD 14.0-CURRENT #0 main-n245511-a771bf748f9: Thu Mar 18 06:35:21 > UTC 2021 > > Latest builds get panic: https://paste.pics/C2FOS > > CPU: AMD Ryzen 7 PRO 3700U w/ Radeon Vega Mobile Gfx (2295.74-MHz > K8-class CPU) > ( Thinkpad t495s ) > > I see possible commits that could affect this behavior (all previous > months before that moment, the VMM module works fine on the current > equipment): > > https://cgit.freebsd.org/src/commit/?id=ede14736fd6d74db0374f4a233491ad5dc0e9b1d > > https://cgit.freebsd.org/src/commit/?id=74ada297e8978b8efda3dffdd1bb24aee7c5faa4 > > > If you need to provide additional information that will help diagnose > the problem - please inform. I will look into it, thanks. Ka Ho