From: "Luka Gejak" <luka.gejak@linux.dev>
To: "Ping-Ke Shih" <pkshih@realtek.com>, "Luka Gejak" <luka.gejak@linux.dev>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Michael Straube" <straube.linux@gmail.com>,
"Peter Robinson" <pbrobinson@gmail.com>,
"Bitterblue Smith" <rtl8821cerfe2@gmail.com>
Subject: Re: [PATCH v4 6/6] MAINTAINERS: add entry for the RTL8723B rtw88 driver
Date: Thu, 24 Sep 2026 07:58:33 +0200 [thread overview]
Message-ID: <DLNBECY70VGJ.DRSBNB6M66U8@linux.dev> (raw)
In-Reply-To: <afb044e0aef8425880ddb24add9340ab@realtek.com>
On Thu Sep 24, 2026 at 3:24 AM CEST, Ping-Ke Shih wrote:
> Luka Gejak <luka.gejak@linux.dev> wrote:
[...]
>> +REALTEK RTL8723B WIRELESS DRIVER (rtw88)
>> +M: Luka Gejak <luka.gejak@linux.dev>
>> +L: linux-wireless@vger.kernel.org
>> +S: Maintained
>> +F: drivers/net/wireless/realtek/rtw88/rtw8723b*.c
>> +F: drivers/net/wireless/realtek/rtw88/rtw8723b*.h
>> +
>
> I think no need this entry.
>
> Just with below 'R', the ./scripts/get_maintainer.pl with rtw88 patch can
> output your name, no?
>
>> REALTEK WIRELESS DRIVER (rtw88)
>> M: Ping-Ke Shih <pkshih@realtek.com>
>> +R: Luka Gejak <luka.gejak@linux.dev>
>> L: linux-wireless@vger.kernel.org
>> S: Maintained
>> T: git https://github.com/pkshih/rtw.git
>> --
>> 2.55.0
>
> By the way, your patch should tag rtw-next (i.e. [PATCH v5 rtw-next]).
> Otherwise, NIPA test your patches on wireless-next tree, reporting
> errors [1].
>
> I don't know if someone is reading your patches. I'd skip v4.
> Please wait a while and send v5.
>
> [1] https://patchwork.kernel.org/user/todo/linux-wireless/?series=1172592
Thank you. I will hold and send v5 tagged [PATCH v5 rtw-next], and I am
reading the list in the meantime.
On the entry: it is a maintainer entry for one driver, which is not the
same thing as the reviewer line. The file's legend:
M: *Mail* patches to: FullName <address@domain>
R: Designated *Reviewer*: FullName <address@domain>
These reviewers should be CCed on patches.
The names it reports them under are "maintainer:" and "reviewer:":
get_maintainer gives the M: role the first and pushes R: entries as the
second. With R: alone the entry says my name should be CCed on RTL8723B
patches, which is correct, and I have kept that line, but it does not
say that anyone is expected to look after the chip.
Documentation/maintainer/feature-and-driver-maintainers.rst covers
exactly this case, a maintainer for one driver inside a larger
subsystem:
- "The term maintainer spans a very wide range of levels of
engagement ... to people responsible for a small feature or a
driver";
- "Drivers and alike most often do not have their own mailing lists
and git trees but instead send and review patches on the list of a
larger subsystem" - which is why the entry deliberately has no T:
line and patches keep going through rtw-next;
- "Maintainers must review *all* patches touching exclusively their
drivers, no matter how trivial" and "an Acked-by or Reviewed-by tag
... from a single maintainer is enough to satisfy this
requirement" - an Acked-by on the list for 8723b patches is the
role I am asking for, not a tree of my own;
- "Most natural and common choice of a maintainer is the author of
the code", and the file "is not a list of credits ... it is a list
of those who will actively help with the code".
I know that least one person(with my help) is working on an RTL8723BE (PCIe)
build and I expect an RTL8723BU (USB) to be added eventually. rtw8723b*.c and
rtw8723b*.h already cover all three variants, so the family has one named
owner as it grows, and those patches do not all have to reach you first.
It is not a claim on rtw88. The patterns cover rtw8723b*.c and
rtw8723b*.h only. Nothing else in the directory changes: get_maintainer
on reg.h returns you as maintainer and me as reviewer whether the
section is present or not, and the R: line you suggested is what puts me
on those patches.
The nesting is not new: the ath family keeps separate entries for ath5k,
ath9k, ath10k and carl9170 inside ATHEROS ATH GENERIC UTILITIES, whose
F: is drivers/net/wireless/ath/* and whose M: is Jeff Johnson, and ath5k
and carl9170 carry M: with no T: line, as this one would.
This is about the one chip I have the hardware for, not a proposal to
split the other rtw88 chips out of your entry.
checkpatch --strict on the MAINTAINERS patch is 0 errors, 0 warnings.
If you would still rather keep it to the R: line, say so and the
section goes, it is one patch, and it should not hold up the series,
but please take these points into account.
Best regards,
Luka Gejak
prev parent reply other threads:[~2026-09-24 5:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-23 21:35 [PATCH v4 0/6] wifi: rtw88: add RTL8723B/RTL8723BS support Luka Gejak
2026-09-23 21:35 ` [PATCH v4 1/6] wifi: rtw88: 8723b: add the RTL8723B register definitions Luka Gejak
2026-09-23 21:35 ` [PATCH v4 2/6] wifi: rtw88: 8723b: add the RTL8723B BB, RF and AGC tables Luka Gejak
2026-09-23 21:35 ` [PATCH v4 3/6] wifi: rtw88: 8723b: add the RTL8723B chip driver Luka Gejak
2026-09-23 21:35 ` [PATCH v4 4/6] wifi: rtw88: 8723bs: add the RTL8723BS SDIO bind Luka Gejak
2026-09-23 21:35 ` [PATCH v4 5/6] wifi: rtw88: 8723bs: enable building the RTL8723BS driver Luka Gejak
2026-09-23 21:35 ` [PATCH v4 6/6] MAINTAINERS: add entry for the RTL8723B rtw88 driver Luka Gejak
2026-09-24 1:24 ` Ping-Ke Shih
2026-09-24 5:58 ` Luka Gejak [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=DLNBECY70VGJ.DRSBNB6M66U8@linux.dev \
--to=luka.gejak@linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=pbrobinson@gmail.com \
--cc=pkshih@realtek.com \
--cc=rtl8821cerfe2@gmail.com \
--cc=straube.linux@gmail.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®