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

From: Stephen Hemminger
Date: Thu Aug 01 2024 - 12:22:09 EST


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?