From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E638A2E92AB for ; Wed, 23 Jul 2025 13:51:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753278710; cv=none; b=rKQsexhocUb6KyNBWoyA9m5P8lR66CKvQY/m+jmiqMI1zOFMNc1VxgYj0vgLVpMUAOKpT8lwO6lrwAtaHKkL/7t4dYBnAvyCDvuxVwM+GYEvBaukqEBUA0/8ZtarnrrhNieQAYYitMLVdq76n8V8Lfz1nmx7PrtgpbSiDsa8rt4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753278710; c=relaxed/simple; bh=vWOPeX/41Zq97Zr19D0PoLCtQ23VDnSEerrywNp+kfE=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=sH9KFu4mb0k0jW6IjscnB9PvcMDnHxcjBElqv+D2rr7TqL8rOOzuSr5CDzMcu2nOYTa+JtjFuSfHFTwBbg+CPQx9Crcin6RRCGa03DfYvqQOb8bS5HDV3F/oiKz1psLY1NCtE0+vLD4/gSJ64raa1oNhu62I06T1zpxtSC73FhA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=luketYE3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="luketYE3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B63EC4CEE7; Wed, 23 Jul 2025 13:51:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753278709; bh=vWOPeX/41Zq97Zr19D0PoLCtQ23VDnSEerrywNp+kfE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=luketYE3dwEzwCMAKI68cmwgOgqOo3GnlP5Vh76W+qtwD16o6Ltcn900/5Vptq5R2 oZhcS/Iq0qdiRZWhIHQHxxkvHh7lbirB2sMrjjdgN/YpxydMjRvobYR700wS9hnxO1 YqNghjmYUljGS8p8MbqNK5H0HZRe0lIga6w9SpCTI+51RusDX9C9GE3uj5DUhpjXlf eIIySFSLp3HDE4fTB4XKit6Hzwj26hVp7PEqW8rRhPavcvsrUjSlm9782QqUT2fSo4 sKCr0HbOzsXJ3DEoCNy/h5sDMmIOZ6GMTxzMu+/v4mLEq4rYzObyAuTTdukJxY8aIL N9DYka6/Gb8VQ== Date: Wed, 23 Jul 2025 06:51:48 -0700 From: Jakub Kicinski To: Jason Wang Cc: Paolo Abeni , Zigit Zo , "Michael S. Tsirkin" , Xuan Zhuo , Eugenio =?UTF-8?B?UMOpcmV6?= , "netdev@vger.kernel.org" Subject: Re: virtio_close() stuck on napi_disable_locked() Message-ID: <20250723065148.1b40c3b8@kernel.org> In-Reply-To: References: <20250722145524.7ae61342@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 23 Jul 2025 13:14:38 +0800 Jason Wang wrote: > > It only hits in around 1 in 5 runs. > > I tried to reproduce this locally but failed. Where can I see the qemu > command line for the VM? Please see: https://github.com/linux-netdev/nipa/wiki/Running-driver-tests-on-virtio