On Sun, 1 Mar 2026 13:39:25 +0000 Russell King (Oracle) wrote:
On Sat, Feb 28, 2026 at 08:31:11AM -0800, Jakub Kicinski wrote:
quoted
On Fri, 27 Feb 2026 16:55:56 -0800 Jakub Kicinski wrote:
quoted
Yes, that's what I thought but then I saw the other thread..
Trying to apply this now but stmmac parts don't apply on Linus's tree,
and Vinod wants a tag :( What do we do?
The problem will be that this series has dependencies on the first
batch of qcom-ethqos patches, particularly:
cd0aa6515350 ("net: stmmac: pass interface mode into fix_mac_speed()
method")
b560938163db ("net: stmmac: qcom-ethqos: pass phy interface mode to
configs")
fb42f19e671f ("net: stmmac: qcom-ethqos: move SerDes speed
configuration")
which enables the change in the third patch of this series - and
without the third patch, none of the following patches in this series
can be applied.
I'm not sure what to suggest either.
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.