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 EBB431F4E30; Wed, 26 Mar 2025 15:40:57 +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=1743003658; cv=none; b=jo2j3z4L2MooYflvNDCNfAz+gKUzkh+1nvT63ivuKAKs8eK+dDkE+t8A83HaDCSrUTSPZn5/ZhzsCHhIJOMOaGSd1/wyh+aqWNSjSgnH81XslwdihseQAIciN0HOwjQ7Rntq2OlNWlp0NGTPzJXMS6wT7bPFv8/7e+ZdPrzt0hk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743003658; c=relaxed/simple; bh=/c2BhTigo7q3rFYk5cg72DWJZ+VY8tYCx4u09+3mvbQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YnfQkwEXnDPWFQn8wBWfKh9+th49nLEg1nhhEJZFKUuRgKLAiRkPZJPU3h6Cww8ET06fXcAxmn/yUyryY4JcGc/pgcNoBDrfPUyn3OPOK4CDh0NQdhrLqTH4k9mE5kHAEZgHhzSUPYBPcPOx3nrUznJb9MJcO+OnfyEYET+GWYU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qEh8ODKv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qEh8ODKv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0388C4CEE8; Wed, 26 Mar 2025 15:40:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1743003657; bh=/c2BhTigo7q3rFYk5cg72DWJZ+VY8tYCx4u09+3mvbQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qEh8ODKviEUhFSd/Tp/OWN/KY/MkmQ4QLZjxpJ7F5Lbcu8CjVJ5iev4rVQ6pyVZdQ 0yTI3slB55+84BFpvOp66MxOMB/lDQxuu0WpTOWmJ7ebQfSH/TrWC6DVUF4d4twNCk rgENUAJFSZWr5Lhuxz7uyByYmYF7Dg47u8x9eD1U= Date: Wed, 26 Mar 2025 11:39:33 -0400 From: Greg KH To: Florian Fainelli Cc: stable@vger.kernel.org, Ilya Maximets , Friedrich Weber , Aaron Conole , Jakub Kicinski , Sasha Levin , Carlos Soto , "David S. Miller" , Pravin B Shelar , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Eric Dumazet , Willem de Bruijn , Jesper Dangaard Brouer , Felix Huettner , Breno Leitao , Yan Zhai , =?iso-8859-1?Q?Beno=EEt?= Monin , Joe Stringer , Justin Pettit , Andy Zhou , Luca Czesla , Simon Horman , "open list:NETWORKING [GENERAL]" , open list , "open list:OPENVSWITCH" , "open list:BPF (Safe dynamic programs and tools)" Subject: Re: [PATCH stable 5.15 v2 2/2] openvswitch: fix lockup on tx to unregistering netdev with carrier Message-ID: <2025032620-protract-reassign-f3e7@gregkh> References: <20250325192246.1849981-1-florian.fainelli@broadcom.com> <20250325192246.1849981-3-florian.fainelli@broadcom.com> Precedence: bulk X-Mailing-List: bpf@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: <20250325192246.1849981-3-florian.fainelli@broadcom.com> On Tue, Mar 25, 2025 at 12:22:46PM -0700, Florian Fainelli wrote: > From: Ilya Maximets > > [ Upstream commit 82f433e8dd0629e16681edf6039d094b5518d8ed ] As Sasha's bot said, this is the wrong git id :(