Re: [PATCH v3 net 6/7] net: enetc: linearize PTP event packets with one-step TX timestamping

From: Vladimir Oltean

Date: Wed Sep 16 2026 - 05:53:05 EST


On Wed, Sep 16, 2026 at 04:59:47AM +0300, Wei Fang wrote:
> > ---
> > v2->v3:
> > - replace skb_linearize() with skb_linearize_cow(),
>
> This is not true, this patch still use skb_linearize().

Yeah, sorry, I ran a bunch of tests in 'git rebase -i' to reproduce the
issues with this patch unapplied (this is why it's reordered to 6/7 in
this series while it was 2/6 in the previous one), and I then updated
the commit message with the conclusions, but apparently forgot to fold
the actual code change as well :-/

I'll make this change together with other feedback for v4.

Thanks for noticing.