Re: [PATCH net-next] net: Remove redundant variable declaration in __dev_change_flags()
From: Andrew Lunn
Date: Fri Feb 14 2025 - 10:02:53 EST
> But I agree with you, if you needed to look at it, it means the message
> is NOT good enough. I will update it.
Thanks.
>
> > > Fixes: 991fb3f74c142e ("dev: always advertise rx_flags changes via netlink")
> >
> > I suppose there is also a danger here this code has at some point in
> > the past has been refactored, such that the outer old_flags was used
> > at some point? Backporting this patch could then break something? Did
> > you check for this? Again, a comment in the commit message that you
> > have checked this is safe to backport would be nice.
>
> I haven't look at this, and I don't think this should be backported,
> thus, that is why I sent to net-next and didn't cc: stable.
>
> That said, I don't think this should be backported, since it is not
> a big deal. Shouldn't I add the Fixes: in such case?
The danger of adding a Fixes: is that the ML bot will see the Fixes:
tag and might select it for backporting, even if we did not explicitly
queue it up for back porting. So i suggest dropping the tag.
Andrew