From: "Théo Lebrun" <theo.lebrun@bootlin.com>
To: "Zijin Tao" <taozj888@163.com>, <maintainer@kernel.org>
Cc: <linux-kernel@vger.kernel.org>, <conor.dooley@microchip.com>,
<andrew+netdev@lunn.ch>, <netdev@vger.kernel.org>
Subject: Re: [PATCH] net: macb: rate limit netdev error info print in the data path
Date: Thu, 24 Sep 2026 11:02:03 +0200 [thread overview]
Message-ID: <DLNFAUX8MFA1.3UMOGNLDKDRJM@bootlin.com> (raw)
In-Reply-To: <20260920100920.65773-1-taozj888@163.com>
Hello Zijin,
You missed part of my recent feedback [0][1]. Copy paste:
- Also you are missing the prefix [PATCH net] or [PATCH net-next].
Read up about this here (and read the full page):
https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html
- Also your To/Cc list is weird, make sure to use
scripts/get_maintainer.pl (or use b4 for patch
management which uses it automatically).
In addition, make sure to read the "submitting patches" guide [2].
You missed:
- replying to all review points one by one using interleaved [4]
- V2 in subject [3]
- write up a changelog [4]
Also this one is less well known, but the net subsystem (and many others
nowadays) expect people to reply to Sashiko review emails to say
whether they agree or disagree. Especially if they disagree. You can
mostly skip over the pre-existing issues which don't relate to your
series.
For example Sashiko says you don't cover some log netdev_err() calls.
You can reply explaining why only the ones you touched are important to
deal with.
--
And I see just now I have in my inbox an email from you asking how to do
it properly. Good! But it doesn't show up on lore, I'm not sure why.
Replying to it here:
- Don't send the same patch but slightly modified. Maintainers need to
know the latest version. New version means V2/V3/etc, even if
changes are tiny (like a typo fix in commit message).
- Don't put V1 for the first revision. I think that's git-format-patch
default behavior.
- Using git-format-patch looks something like:
⟩ git format-patch -1 998b159fdd78 --subject-prefix="PATCH net" -v2
v2-0001-net-macb-take-bp-lock-around-NCR-read-modify-writ.patch
⟩ grep ^Subject v2-0001-net-macb-take-bp-lock-around-NCR-read-modify-writ.patch
Subject: [PATCH net v2] net: macb: take bp->lock around NCR read-modify-writes
⟩ scripts/get_maintainer.pl v2-0001-*.patch
"Théo Lebrun" <theo.lebrun@bootlin.com> (maintainer:ATMEL MACB ETHERNET DRIVER)
Conor Dooley <conor.dooley@microchip.com> (reviewer:ATMEL MACB ETHERNET DRIVER)
Andrew Lunn <andrew+netdev@lunn.ch> (maintainer:NETWORKING DRIVERS)
...
I think most people call scripts/get_maintainer.pl and write the
git send-email --to/--cc flags by hand. I've been using b4 for a few
years now so I don't really know the usual git format-patch workflow.
Or you can use `git send-email --cc-cmd=scripts/get_maintainer.pl`.
[0]: https://lore.kernel.org/all/DLKVCOXTNGVZ.3CC6KFXDIFJ3X@bootlin.com/
[1]: https://lore.kernel.org/all/DLKVEXS7X14N.XLLMBDDX6ZJW@bootlin.com/
[2]: https://www.kernel.org/doc/html/latest/process/submitting-patches.html
[3]: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#subject-line
[4]: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#respond-to-review-comments
Thanks,
--
Théo Lebrun, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2026-09-24 9:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-20 10:09 Zijin Tao
2026-09-24 1:17 ` Jakub Kicinski
2026-09-24 6:36 ` taozj888
2026-09-24 9:02 ` Théo Lebrun [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-09-20 10:06 Zijin Tao
2026-09-20 9:58 Zijin Tao
2026-09-21 8:58 ` Théo Lebrun
2026-09-21 9:01 ` Théo Lebrun
2026-09-21 10:01 ` netdev-bot+sashiko
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=DLNFAUX8MFA1.3UMOGNLDKDRJM@bootlin.com \
--to=theo.lebrun@bootlin.com \
--cc=andrew+netdev@lunn.ch \
--cc=conor.dooley@microchip.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maintainer@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=taozj888@163.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
all inboxes | Powered by JetHome®