Re: [PATCH net-next v2 0/8] netconsole: stop charging netpoll users for netconsole-only data
From: Breno Leitao
Date: Thu Jul 09 2026 - 12:42:27 EST
On Thu, Jul 09, 2026 at 12:27:35PM +0200, Paolo Abeni wrote:
> On 7/9/26 12:19 PM, Simon Horman wrote:
> > On Mon, Jul 06, 2026 at 04:55:35AM -0700, Breno Leitao wrote:
> >> On Thu, Jul 02, 2026 at 05:19:44AM -0700, Breno Leitao wrote:
> >>> This work continue to untangle netconsole and netpoll, improving
> >>> memory usage for netpoll users that are not netconsole.
> >>
> >> Quick follow up on the sashiko findings. most of them are assuming that
> >> netconsole_write is called locklelly, which is not the case, except
> >> on panic (CON_NBCON_ATOMIC_UNSAFE).
> >>
> >>
> >> There are in order as they appear in
> >> https://sashiko.dev/#/patchset/20260702-netconsole_move_more-v2-0-1ebedd921dcb%40debian.org
> >>
> >> Tl;DR: There are two pre-existing issue that I will get fixed, but
> >> I don't think they are blockers for this series (IMO).
> >
> > Thanks, I agree.
> >
> > For the series:
> >
> > Reviewed-by: Simon Horman <horms@xxxxxxxxxx>
> >
> > I did notice that patch 2/8 now applies with some fuzz, which trips up git am.
> > You may want to consider a rebase.
>
> Yep, a rebase is needed, thanks!
Ack, I will do!
Thanks