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 AC22A3D544; Mon, 9 Mar 2026 23:51:31 +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=1773100291; cv=none; b=dlhWVKmW0TUnaayXn3zP5QDcqG55bDzhcBDlkalXSYk/a2SnOUkRe4SUneRWAX0mg9UiqkuwBKrI6xUtbJtCHam0NzB5SihnSDAFpHn3HMws+RPNK2tmdW2yHh2zC8vuhKJ8egUgT0QDqWJPIKSAorqWz/TqI8VhAsicfzomKGU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773100291; c=relaxed/simple; bh=AnnEM0AEOjnmbxyb5EEXI/jarl/KqCoDW6tKbthKBzI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=qtE7qUebfi/bQ4MeC/Q5cOJrGOp1aEoq2MyjnQoThzw2fN0QjxQlDcvV+KnvXNpLQOZgw1uwn9wtsbbkTu7b2UGbKu2K1vOlbYopRU/n5Ou3GBDLuGr89zLIVvqdHwglcVCwKMCh9J98ipTHIxT8tjnot4VYYuTSNAEGsfo1uBg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OWqoBoPb; 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="OWqoBoPb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A15ACC4CEF7; Mon, 9 Mar 2026 23:51:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773100291; bh=AnnEM0AEOjnmbxyb5EEXI/jarl/KqCoDW6tKbthKBzI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=OWqoBoPbJ/5DcO1AV6iEqZmg6nt85hulv2RU0E+PcvElbhF323SzKwlItX3PiQ4LL vPGKR1akbwYB+pqE3Hz9f8cnHLGNkIGwbsMEN5KtbhdxEnOl+SWtMm23ab6Bn4om2J m2/8afU5ehT8Um47o0q6lzRZw1ypUPWpRXjHuFb9TnZm4VaZwwF0jyLAFud+E5TkeQ 9zxDTRlRIyIDR8Bjdh9RfvqQd5KlmYOvlKmwmgGPVmUraqDf/gELZyZaZUTVrQefre jlV0++9qBD9A/NM6O44+SCIE9cIiYsPewUW01e3jb6m+VfDLAg2TyWFeMn19b4GSU/ TXwHFj/PFrlKw== Date: Mon, 9 Mar 2026 16:51:29 -0700 From: Jakub Kicinski To: Vladimir Oltean Cc: "Russell King (Oracle)" , Andrew Lunn , Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Mohd Ayaan Anwar , Neil Armstrong , netdev@vger.kernel.org, Paolo Abeni , Vinod Koul Subject: Re: [PATCH RESEND2 net-next 0/8] net: stmmac: qcom-ethqos: further serdes reorganisation Message-ID: <20260309165129.78d656c1@kernel.org> In-Reply-To: <20260309154432.b3dbantow3e3tkry@skbuf> References: <20260227165556.5cf9e844@kernel.org> <20260228083111.5df8550c@kernel.org> <20260302155736.1fd2980e@kernel.org> <20260309154432.b3dbantow3e3tkry@skbuf> 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 Mon, 9 Mar 2026 17:44:32 +0200 Vladimir Oltean wrote: > On Mon, Mar 02, 2026 at 03:57:36PM -0800, Jakub Kicinski wrote: > > Alright, I think the best we can do here is to merge patch 2 > > in a "stable tag" way. The rest will have to go via net-next. > > > > I applied patch 2, Russell please rebase the rest on net-next > > and repost. Patch 2 should disappear. I don't want to merge it > > now as is without an explicit nod from Vinod. He did ask for > > a tag and we won't provide one. > > > > Vinod / Vladimir, to merge the "stable tag" of patch 2: > > > > tag_name=phy-qcom-sgmii-eth-add-set_mode-and-validate-methods > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git > > git tag $tag_name 0e8147f4da00 > > git merge $tag_name > > git tag -d $tag_name > > > > I think this should work. > > Thanks for the anonymous tag. I think you mean sha1sum > 4ff5801f45b494ad8251a16ec06c9f303ed3b9a0, not 0e8147f4da00. Ah, I guess I misunderstood what Linus once told me. I thought the signed tag remain in the history once merged even if no longer named. Anyway, I pushed the tag to kuba/linux.git phy-qcom-sgmii-eth-add-set_mode-and-validate-methods if you prefer the real / signed thing. I don't like having these random tags in netdev trees.