Re: [PATCH net-next 6/6] net: netconsole: Defer netpoll cleanup to avoid lock release during list traversal

From: Breno Leitao
Date: Thu Aug 01 2024 - 12:29:18 EST


Hello Stephen,

On Thu, Aug 01, 2024 at 09:21:56AM -0700, Stephen Hemminger wrote:
> On Thu, 1 Aug 2024 09:12:03 -0700
> Breno Leitao <leitao@xxxxxxxxxx> wrote:
>
> > diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c
> > index eb9799edb95b..dd984ee4a564 100644
> > --- a/drivers/net/netconsole.c
> > +++ b/drivers/net/netconsole.c
> > @@ -37,6 +37,7 @@
> > #include <linux/configfs.h>
> > #include <linux/etherdevice.h>
> > #include <linux/utsname.h>
> > +#include <linux/rtnetlink.h>
> >
> > MODULE_AUTHOR("Maintainer: Matt Mackall <mpm@xxxxxxxxxxx>");
>
> Should the Maintainer part be removed from the AUTHOR string by now?

Yes, I think this is a good idea. I will send a patch soon.

--breno