On 3/26/2025 8:55 AM, Johannes Berg wrote: > On Wed, 2025-03-26 at 08:49 -0700, Jeff Johnson wrote: >> >> This patch has the unfortunate side-effect that get_maintainer.pl (and b4) no >> longer add linux-wireless to ath* patches, and hence they no longer show up in >> https://patchwork.kernel.org/project/linux-wireless/list/. >> > > Oops. I _wanted_ that entry to no longer match so I don't get CC'ed on > everything ... I guess we need to add L: entries to all the things I > X:'ed. I sort of thought that might be there anyway, but I see that's > not the case for everything ... below change perhaps? > > johannes > > diff --git a/MAINTAINERS b/MAINTAINERS > index d19627afa652..09bd9827f318 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3655,11 +3655,11 @@ T: git git://github.com/AlbanBedel/linux > F: Documentation/devicetree/bindings/phy/phy-ath79-usb.txt > F: drivers/phy/qualcomm/phy-ath79-usb.c > > -ATHEROS ATH GENERIC UTILITIES > +ATHEROS ATH WIRELESS UTILITIES AND DRIVERS > M: Jeff Johnson <jjohnson@xxxxxxxxxx> > L: linux-wireless@xxxxxxxxxxxxxxx > S: Supported > -F: drivers/net/wireless/ath/* > +F: drivers/net/wireless/ath/ unfortunately the ath* specific entries will override so I think we need: diff --git a/MAINTAINERS b/MAINTAINERS index 6191b699352e..927d92518fbb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19387,6 +19387,7 @@ F: drivers/media/tuners/qt1010* QUALCOMM ATH12K WIRELESS DRIVER M: Jeff Johnson <jjohnson@xxxxxxxxxx> L: ath12k@xxxxxxxxxxxxxxxxxxx +L: linux-wireless@xxxxxxxxxxxxxxx S: Supported W: https://wireless.wiki.kernel.org/en/users/Drivers/ath12k T: git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git @@ -19396,6 +19397,7 @@ N: ath12k QUALCOMM ATHEROS ATH10K WIRELESS DRIVER M: Jeff Johnson <jjohnson@xxxxxxxxxx> L: ath10k@xxxxxxxxxxxxxxxxxxx +L: linux-wireless@xxxxxxxxxxxxxxx S: Supported W: https://wireless.wiki.kernel.org/en/users/Drivers/ath10k T: git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git @@ -19405,6 +19407,7 @@ N: ath10k QUALCOMM ATHEROS ATH11K WIRELESS DRIVER M: Jeff Johnson <jjohnson@xxxxxxxxxx> L: ath11k@xxxxxxxxxxxxxxxxxxx +L: linux-wireless@xxxxxxxxxxxxxxx S: Supported W: https://wireless.wiki.kernel.org/en/users/Drivers/ath11k B: https://wireless.wiki.kernel.org/en/users/Drivers/ath11k/bugreport