Re: [PATCH net-next v2 0/2] net: hsr: subsystem cleanups and modernization
From: Felix Maurer
Date: Fri Mar 27 2026 - 08:05:11 EST
On Thu, Mar 26, 2026 at 06:45:58PM +0100, luka.gejak@xxxxxxxxx wrote:
> From: Luka Gejak <luka.gejak@xxxxxxxxx>
>
> Changes in v2:
> - dropped trivial cleanup-only patches per netdev clean-up policy
> - added AI attribution for cover-letter/commit-message wording only
> - dropped fallthrough/BIT conversion patches per review
Thank you for updating (and limiting) the series.
> This series contains two focused HSR cleanups with practical benefit.
> It constifies protocol operation tables and replaces a hardcoded
> function name with __func__ to keep diagnostics correct across
> refactoring.
> Assisted-by: Copilot:gpt-5.3-codex (cover-letter/commit-message wording
> only)
>
> Luka Gejak (2):
> net: hsr: constify hsr_ops and prp_ops protocol operation structures
> net: hsr: use __func__ instead of hardcoded function name
The patches look good to me, so for the series:
Reviewed-by: Felix Maurer <fmaurer@xxxxxxxxxx>
Thanks,
Felix