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 B9D7F37F8A8; Wed, 13 May 2026 22:32:09 +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=1778711529; cv=none; b=fRPpKeR8fdYiPQpmE0Mkqu9Wykeqiwzw6B+/PKuYPYxPWWWGUX+0q4mkuob/HyT/zkr6uIakP9Fnh3T8UCb7FR3wKUNb5e//ae4TkKSurNObUFIf6U0qyWO/1lXTsiMOx2wYfZghfRXs6ocOYYLGtEJruw4YyQSIPkWlIsVfjfI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778711529; c=relaxed/simple; bh=iFy6DyTK6bP2bzHFBlZ5Z6Lji7h6EOpHFC92IovV77E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fhQzAzEKKJBaGKIuO2sL3gVZEoOHLLq12D80OrvZVEX44udXiJaRmoBGVeKzwLd8HbpsAhz0s0dhTQBahAYDopuQf9x4gog4cD4a6pJ79i9O20eTVMQsM5OczTXgrDjnofliuA6hyexZMSk0bmQPvO1W6TiHXSXOh836uwAoRP8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=t4NVFrGs; 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="t4NVFrGs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B01FC19425; Wed, 13 May 2026 22:32:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778711529; bh=iFy6DyTK6bP2bzHFBlZ5Z6Lji7h6EOpHFC92IovV77E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=t4NVFrGs/s1WZW5Q2qbdlWc6hVF1PfSK8ydtSf2fkRWro8Ms/Xlt+dfLZBAwuo+J+ 42tqJkknGI6zzJlJKHAYAuiJJuaa8x4OevegQ9ms/Zd7BHq/vIVE15D7rlw8ddoNNo CK6Vm39M98AeCorbWjZoNzf1K1pnCXhK7l1U7ItDlWF9qYFeWECWBxsUNj0/cMOAuR XONP6LbOlVfevmhwkjEIwm8gm+DCbdp3ACMqCopW4QHVeaeYUfzA+854dnholO5f+5 zDjyIyTw7kHJL5mtcT+qZQ9/NabEHq5j88yuI5D+5vvWyJJgcdGcXEqdBc8EgtUcqc KLG7/Uda5MMoA== Date: Wed, 13 May 2026 22:32:07 +0000 From: Wei Liu To: Michael Kelley Cc: "wei.liu@kernel.org" , "tzimmermann@suse.de" , "longli@microsoft.com" , "jfalempe@redhat.com" , "drawat.floss@gmail.com" , "maarten.lankhorst@linux.intel.com" , "mripard@kernel.org" , "airlied@gmail.com" , "simona@ffwll.ch" , "kys@microsoft.com" , "haiyangz@microsoft.com" , "decui@microsoft.com" , "ryasuoka@redhat.com" , "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" , "linux-hyperv@vger.kernel.org" , "stable@vger.kernel.org" Subject: Re: [PATCH v2 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic Message-ID: <20260513223207.GA336053@liuwe-devbox-debian-v2.local> References: <20260217182335.265585-1-mhklkml@zohomail.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, May 04, 2026 at 08:47:50PM +0000, Michael Kelley wrote: > From: Michael Kelley Sent: Tuesday, February 17, 2026 10:24 AM > > > > Wei and Thomas -- > > This small patch series has been neglected. Patch 2 of the series is here [1]. > > Long Li < longli@microsoft.com> has given a Reviewed-by on this patch, > and Jocelyn Falempe has given a Reviewed-by > on Patch 2 of the series, modulo a comment which I have incorporated. > See [2]. But I neglected to add her R-b when I spun v2 of the series. > > Any reason this can't be picked up as a bug fix for 7.1? I just checked, > and it applies cleanly to a recent linux-next (20260423). I'd suggest > going through the hyperv tree, as these two patches should be kept > together in sequence. > I thought they were not reviewed yet. I have now applied them to hyperv-fixes. Thanks for the reminder. Wei