Re: [PATCH 3/7] netpoll: Move netpoll_cleanup implementation to netconsole

From: Willem de Bruijn
Date: Tue Sep 02 2025 - 18:49:39 EST


Breno Leitao wrote:
> Shift the definition of netpoll_cleanup() from netpoll core to the
> netconsole driver, updating all relevant file references. This change
> centralizes cleanup logic alongside netconsole target management,
>
> Given netpoll_cleanup() is only called by netconsole, keep it there.
>
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>

What's the rationale for making this a separate patch, as the
previous patch also moves the other netconsole specific code from
netpoll.c to netconsole.c?

And/or consider updating prefix from netpoll_.. to netconsole_..

Just two considerations. Not blockers.

Reviewed-by: Willem de Bruijn <willemb@xxxxxxxxxx>