From: Breno Leitao <leitao@debian.org>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: kuba@kernel.org, davem@davemloft.net, edumazet@google.com,
pabeni@redhat.com, thevlad@fb.com, thepacketgeek@gmail.com,
riel@surriel.com, horms@kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, paulmck@kernel.org,
davej@codemonkey.org.uk
Subject: Re: [PATCH net-next 6/6] net: netconsole: Defer netpoll cleanup to avoid lock release during list traversal
Date: Thu, 1 Aug 2024 09:29:03 -0700 [thread overview]
Message-ID: <Zqu3z0YyhCgL+VFi@gmail.com> (raw)
In-Reply-To: <20240801092156.2bb27a27@hermes.local>
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@debian.org> 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@selenic.com>");
>
> 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
prev parent reply other threads:[~2024-08-01 16:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-01 16:11 [PATCH net-next 0/6] net: netconsole: Fix netconsole unsafe locking Breno Leitao
2024-08-01 16:11 ` [PATCH net-next 1/6] net: netconsole: selftests: Create a new netconsole selftest Breno Leitao
2024-08-01 16:53 ` Jakub Kicinski
2024-08-02 8:09 ` Breno Leitao
2024-08-01 16:11 ` [PATCH net-next 2/6] net: netpoll: extract core of netpoll_cleanup Breno Leitao
2024-08-01 16:12 ` [PATCH net-next 3/6] net: netconsole: Correct mismatched return types Breno Leitao
2024-08-01 16:12 ` [PATCH net-next 4/6] net: netconsole: Standardize variable naming Breno Leitao
2024-08-01 16:12 ` [PATCH net-next 5/6] net: netconsole: Unify Function Return Paths Breno Leitao
2024-08-01 16:12 ` [PATCH net-next 6/6] net: netconsole: Defer netpoll cleanup to avoid lock release during list traversal Breno Leitao
2024-08-01 16:21 ` Stephen Hemminger
2024-08-01 16:29 ` Breno Leitao [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zqu3z0YyhCgL+VFi@gmail.com \
--to=leitao@debian.org \
--cc=davej@codemonkey.org.uk \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=paulmck@kernel.org \
--cc=riel@surriel.com \
--cc=stephen@networkplumber.org \
--cc=thepacketgeek@gmail.com \
--cc=thevlad@fb.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).