Re: [PATCH net-next 2/9] netpoll: export the netpoll_setup() helpers for netconsole
From: Gustavo Luiz Duarte
Date: Mon Jul 27 2026 - 19:25:48 EST
On Fri, Jul 24, 2026 at 4:05 PM Breno Leitao <leitao@xxxxxxxxxx> wrote:
>
> Temporarily export leaf functions that will be moved to netconsole.
>
> The upcoming patch will move the setup function to netconsole, and
> continue to call these leaf functions here in netpoll, then other
> patches will move these exports functions to netconsole (and make them
> statics).
>
> In summary, these exports are temporary in order to make the patchset
> digestible.
>
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>
Reviewed-by: Gustavo Luiz Duarte <gustavold@xxxxxxxxx>