Re: [PATCH net 2/3] net: ethtool: tsconfig: Fix ts filters and types enums size check

From: Jakub Kicinski
Date: Thu Jan 30 2025 - 11:42:36 EST


On Thu, 30 Jan 2025 10:24:51 +0100 Kory Maincent wrote:
> > This is just a code cleanup, the constants are way smaller than 32
> > today. The assert being too restrictive makes no functional difference.
>
> That's right, it was mainly for consistency with the other assert. And to avoid
> possible future mistake but indeed reaching 32 bit is not expected soon. Should
> I remove the patch as it is not a functional issue?

Yes, drop it please and repost after net-next re-opens.