All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH wireless] MAINTAINERS: add common wireless and wireless-next trees
@ 2022-01-14 13:34 Kalle Valo
  2022-01-14 16:19 ` Jakub Kicinski
  2022-01-14 21:18 ` Stephen Rothwell
  0 siblings, 2 replies; 5+ messages in thread
From: Kalle Valo @ 2022-01-14 13:34 UTC (permalink / raw)
  To: linux-wireless; +Cc: netdev, linux-kernel, sfr, lkp

For easier maintenance we have decided to create common wireless and
wireless-next trees for all wireless patches. Old mac80211 and wireless-drivers
trees will not be used anymore.

While at it, add a wiki link to wireless drivers section and a patchwork link
to 802.11, mac80211 and rfkill sections.

Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
---

Stephen, please use these new trees in linux-next from now on.

Intel kernel test robot maintainers, please also update your configuration so
that the new trees are build tested. Reports can be sent to
linux-wireless@vger.kernel.org.

 MAINTAINERS | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 306de106f31b..d8db683d8b47 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -190,8 +190,9 @@ M:	Johannes Berg <johannes@sipsolutions.net>
 L:	linux-wireless@vger.kernel.org
 S:	Maintained
 W:	https://wireless.wiki.kernel.org/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
+Q:	http://patchwork.kernel.org/project/linux-wireless/list/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git
 F:	Documentation/driver-api/80211/cfg80211.rst
 F:	Documentation/networking/regulatory.rst
 F:	include/linux/ieee80211.h
@@ -11308,8 +11309,9 @@ M:	Johannes Berg <johannes@sipsolutions.net>
 L:	linux-wireless@vger.kernel.org
 S:	Maintained
 W:	https://wireless.wiki.kernel.org/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
+Q:	http://patchwork.kernel.org/project/linux-wireless/list/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git
 F:	Documentation/networking/mac80211-injection.rst
 F:	Documentation/networking/mac80211_hwsim/mac80211_hwsim.rst
 F:	drivers/net/wireless/mac80211_hwsim.[ch]
@@ -13302,9 +13304,10 @@ NETWORKING DRIVERS (WIRELESS)
 M:	Kalle Valo <kvalo@kernel.org>
 L:	linux-wireless@vger.kernel.org
 S:	Maintained
+W:	https://wireless.wiki.kernel.org/
 Q:	http://patchwork.kernel.org/project/linux-wireless/list/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git
 F:	Documentation/devicetree/bindings/net/wireless/
 F:	drivers/net/wireless/
 
@@ -16391,8 +16394,9 @@ M:	Johannes Berg <johannes@sipsolutions.net>
 L:	linux-wireless@vger.kernel.org
 S:	Maintained
 W:	https://wireless.wiki.kernel.org/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
+Q:	http://patchwork.kernel.org/project/linux-wireless/list/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git
 F:	Documentation/ABI/stable/sysfs-class-rfkill
 F:	Documentation/driver-api/rfkill.rst
 F:	include/linux/rfkill.h
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH wireless] MAINTAINERS: add common wireless and wireless-next trees
  2022-01-14 13:34 [PATCH wireless] MAINTAINERS: add common wireless and wireless-next trees Kalle Valo
@ 2022-01-14 16:19 ` Jakub Kicinski
  2022-01-14 17:23   ` Kalle Valo
  2022-01-14 21:18 ` Stephen Rothwell
  1 sibling, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2022-01-14 16:19 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, netdev, linux-kernel, sfr, lkp

On Fri, 14 Jan 2022 15:34:15 +0200 Kalle Valo wrote:
> +Q:	http://patchwork.kernel.org/project/linux-wireless/list/

nit: https?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH wireless] MAINTAINERS: add common wireless and wireless-next trees
  2022-01-14 16:19 ` Jakub Kicinski
@ 2022-01-14 17:23   ` Kalle Valo
  0 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2022-01-14 17:23 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: linux-wireless, netdev, linux-kernel, sfr, lkp

Jakub Kicinski <kuba@kernel.org> writes:

> On Fri, 14 Jan 2022 15:34:15 +0200 Kalle Valo wrote:
>> +Q:	http://patchwork.kernel.org/project/linux-wireless/list/
>
> nit: https?

Good point, I'll add that. I'll also change the existing links to use
https.

While looking at MAINTAINERS file more, I found this odd small entry in
the MAINTAINERS file:

NETWORKING [WIRELESS]
L:         linux-wireless@vger.kernel.org
Q:         http://patchwork.kernel.org/project/linux-wireless/list/

It seems to be an artifact from this commit:

0e324cf640fb MAINTAINERS: changes for wireless

I don't see how that section is needed so I'll remove that as well.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH wireless] MAINTAINERS: add common wireless and wireless-next trees
  2022-01-14 13:34 [PATCH wireless] MAINTAINERS: add common wireless and wireless-next trees Kalle Valo
  2022-01-14 16:19 ` Jakub Kicinski
@ 2022-01-14 21:18 ` Stephen Rothwell
  2022-01-15 11:11   ` Kalle Valo
  1 sibling, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2022-01-14 21:18 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, netdev, linux-kernel, lkp

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

Hi Kalle,

On Fri, 14 Jan 2022 15:34:15 +0200 Kalle Valo <kvalo@kernel.org> wrote:
>
> For easier maintenance we have decided to create common wireless and
> wireless-next trees for all wireless patches. Old mac80211 and wireless-drivers
> trees will not be used anymore.
> 
> While at it, add a wiki link to wireless drivers section and a patchwork link
> to 802.11, mac80211 and rfkill sections.
> 
> Acked-by: Johannes Berg <johannes@sipsolutions.net>
> Signed-off-by: Kalle Valo <kvalo@kernel.org>
> ---
> 
> Stephen, please use these new trees in linux-next from now on.

Done from today.  I have set you and Johannes as contacts along with
the linux-wireless mailing list.  Also, I assume you meant to mention
that I should use the branches called "main".

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH wireless] MAINTAINERS: add common wireless and wireless-next trees
  2022-01-14 21:18 ` Stephen Rothwell
@ 2022-01-15 11:11   ` Kalle Valo
  0 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2022-01-15 11:11 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-wireless, netdev, linux-kernel, lkp

Stephen Rothwell <sfr@canb.auug.org.au> writes:

> Hi Kalle,
>
> On Fri, 14 Jan 2022 15:34:15 +0200 Kalle Valo <kvalo@kernel.org> wrote:
>>
>> For easier maintenance we have decided to create common wireless and
>> wireless-next trees for all wireless patches. Old mac80211 and wireless-drivers
>> trees will not be used anymore.
>> 
>> While at it, add a wiki link to wireless drivers section and a patchwork link
>> to 802.11, mac80211 and rfkill sections.
>> 
>> Acked-by: Johannes Berg <johannes@sipsolutions.net>
>> Signed-off-by: Kalle Valo <kvalo@kernel.org>
>> ---
>> 
>> Stephen, please use these new trees in linux-next from now on.
>
> Done from today.  I have set you and Johannes as contacts along with
> the linux-wireless mailing list.  Also, I assume you meant to mention
> that I should use the branches called "main".

Yes, please use main branches. We decided to try the new naming scheme.
Thanks Stephen.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-15 11:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 13:34 [PATCH wireless] MAINTAINERS: add common wireless and wireless-next trees Kalle Valo
2022-01-14 16:19 ` Jakub Kicinski
2022-01-14 17:23   ` Kalle Valo
2022-01-14 21:18 ` Stephen Rothwell
2022-01-15 11:11   ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.