Linux wireless drivers development
 help / color / mirror / Atom feed
* please use tree tags in patches
@ 2025-02-21 12:17 Johannes Berg
  2025-02-21 18:27 ` Jeff Johnson
  2025-02-24  1:18 ` Ping-Ke Shih
  0 siblings, 2 replies; 7+ messages in thread
From: Johannes Berg @ 2025-02-21 12:17 UTC (permalink / raw)
  To: linux-wireless

Hi,

I couldn't (yet?) figure out how to make the nipa bot stuff run
properly, so please start using

  [PATCH wireless] wifi: xyz

or

  [PATCH wireless-next] wifi: xyz

for the subject line. This way the automation can pick it up, see e.g.

https://patchwork.kernel.org/project/linux-wireless/list/?series=936374

I'll need to fix some username stuff etc.

I likely also need to add more trees to it - please reply with your
subject tags, trees and branches to use, e.g.

wireless: main
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git/

wireless-next: main
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/

but perhaps we want to have

rtw-next: rtw-next
https://github.com/pkshih/rtw

or so? Not sure if you maintain a fixes branch there too?


Anyway, good luck to me, and please don't try to attack it ;-) I spent
all day setting it up, and haven't pulled out everything yet.

johannes

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

* Re: please use tree tags in patches
  2025-02-21 12:17 please use tree tags in patches Johannes Berg
@ 2025-02-21 18:27 ` Jeff Johnson
  2025-02-24  9:35   ` Johannes Berg
  2025-02-24  1:18 ` Ping-Ke Shih
  1 sibling, 1 reply; 7+ messages in thread
From: Jeff Johnson @ 2025-02-21 18:27 UTC (permalink / raw)
  To: Johannes Berg, linux-wireless
  Cc: ath12k@lists.infradead.org, Aditya Kumar Singh

On 2/21/2025 4:17 AM, Johannes Berg wrote:
> Hi,
> 
> I couldn't (yet?) figure out how to make the nipa bot stuff run
> properly, so please start using
> 
>   [PATCH wireless] wifi: xyz
> 
> or
> 
>   [PATCH wireless-next] wifi: xyz
> 
> for the subject line. This way the automation can pick it up, see e.g.
> 
> https://patchwork.kernel.org/project/linux-wireless/list/?series=936374
> 
> I'll need to fix some username stuff etc.
> 
> I likely also need to add more trees to it - please reply with your
> subject tags, trees and branches to use, e.g.
> 
> wireless: main
> https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git/
> 
> wireless-next: main
> https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/
> 
> but perhaps we want to have
> 
> rtw-next: rtw-next
> https://github.com/pkshih/rtw
> 
> or so? Not sure if you maintain a fixes branch there too?
> 
> 
> Anyway, good luck to me, and please don't try to attack it ;-) I spent
> all day setting it up, and haven't pulled out everything yet.

First of all, thank you for adding any automation which improves the lives of
the maintainers. Aditya has been working on that for the ath.git tree as well.

ath.git contains both ath-current and ath-next branches in the same tree:
https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git/log/?h=ath-current
https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git/log/?h=ath-next

So we can use:
	[PATCH ath] for current (this branch gets little use)
	[PATCH ath-next] for next
if that helps your automation.

And for Qualcomm contributions we've been asking the developers to always
supply a base: hash to also denote the basis of a patchset.

/jeff

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

* RE: please use tree tags in patches
  2025-02-21 12:17 please use tree tags in patches Johannes Berg
  2025-02-21 18:27 ` Jeff Johnson
@ 2025-02-24  1:18 ` Ping-Ke Shih
  2025-02-24  9:33   ` Johannes Berg
  1 sibling, 1 reply; 7+ messages in thread
From: Ping-Ke Shih @ 2025-02-24  1:18 UTC (permalink / raw)
  To: Johannes Berg, linux-wireless@vger.kernel.org

Johannes Berg <johannes@sipsolutions.net> wrote:
> Hi,
> 
> I couldn't (yet?) figure out how to make the nipa bot stuff run
> properly, so please start using
> 
>   [PATCH wireless] wifi: xyz
> 
> or
> 
>   [PATCH wireless-next] wifi: xyz
> 
> for the subject line. This way the automation can pick it up, see e.g.
> 
> https://patchwork.kernel.org/project/linux-wireless/list/?series=936374
> 
> I'll need to fix some username stuff etc.
> 
> I likely also need to add more trees to it - please reply with your
> subject tags, trees and branches to use, e.g.
> 
> wireless: main
> https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git/
> 
> wireless-next: main
> https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/
> 
> but perhaps we want to have
> 
> rtw-next: rtw-next
> https://github.com/pkshih/rtw
> 
> or so? Not sure if you maintain a fixes branch there too?
> 
> 
> Anyway, good luck to me, and please don't try to attack it ;-) I spent
> all day setting it up, and haven't pulled out everything yet.
> 

Thanks for the automation. I think it will be very useful for me to detect
patch errors earlier, so submitters can fix problems earlier before I'm
trying to merge. 

I have created rtw branch as the fixes branch, so

[PATCH rtw-next]
https://github.com/pkshih/rtw rtw-next
(clone from wirless-next/main; this is for regular development)

[PATCH rtw]
https://github.com/pkshih/rtw rtw
(clone from wireless/main; this is for urgent fixes)

Ping-Ke


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

* Re: please use tree tags in patches
  2025-02-24  1:18 ` Ping-Ke Shih
@ 2025-02-24  9:33   ` Johannes Berg
  2025-02-24 11:15     ` Johannes Berg
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2025-02-24  9:33 UTC (permalink / raw)
  To: Ping-Ke Shih, linux-wireless@vger.kernel.org

On Mon, 2025-02-24 at 01:18 +0000, Ping-Ke Shih wrote:
> 
> 
> Thanks for the automation. I think it will be very useful for me to detect
> patch errors earlier, so submitters can fix problems earlier before I'm
> trying to merge. 

Hopefully. Right now we still need to get the [PATCH rtw] tags into the
patches before. Perhaps we can auto-detect somehow later.

> I have created rtw branch as the fixes branch, so
> 
> [PATCH rtw-next]
> https://github.com/pkshih/rtw rtw-next
> (clone from wirless-next/main; this is for regular development)
> 
> [PATCH rtw]
> https://github.com/pkshih/rtw rtw
> (clone from wireless/main; this is for urgent fixes)

Added both, I hope :)

johannes

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

* Re: please use tree tags in patches
  2025-02-21 18:27 ` Jeff Johnson
@ 2025-02-24  9:35   ` Johannes Berg
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Berg @ 2025-02-24  9:35 UTC (permalink / raw)
  To: Jeff Johnson, linux-wireless
  Cc: ath12k@lists.infradead.org, Aditya Kumar Singh

On Fri, 2025-02-21 at 10:27 -0800, Jeff Johnson wrote:
> First of all, thank you for adding any automation which improves the lives of
> the maintainers. Aditya has been working on that for the ath.git tree as well.

Cool. Do you have additional tests that should feed back to patchwork?

> ath.git contains both ath-current and ath-next branches in the same tree:
> https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git/log/?h=ath-current
> https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git/log/?h=ath-next
> 
> So we can use:
> 	[PATCH ath] for current (this branch gets little use)
> 	[PATCH ath-next] for next
> if that helps your automation.

Yes please. I've picked up those trees in my config/workspace now, so it
ought to work and report back, but we'll see when patches are posted.

As I just said to Ping-Ke, we can hopefully also improve the auto-detect
logic, but I didn't get there yet.

johannes

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

* Re: please use tree tags in patches
  2025-02-24  9:33   ` Johannes Berg
@ 2025-02-24 11:15     ` Johannes Berg
  2025-02-27 18:23       ` Jeff Johnson
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2025-02-24 11:15 UTC (permalink / raw)
  To: Ping-Ke Shih, linux-wireless@vger.kernel.org

On Mon, 2025-02-24 at 10:33 +0100, Johannes Berg wrote:
> On Mon, 2025-02-24 at 01:18 +0000, Ping-Ke Shih wrote:
> > 
> > 
> > Thanks for the automation. I think it will be very useful for me to detect
> > patch errors earlier, so submitters can fix problems earlier before I'm
> > trying to merge. 
> 
> Hopefully. Right now we still need to get the [PATCH rtw] tags into the
> patches before. Perhaps we can auto-detect somehow later.
> 

FWIW I'm running this now:
https://github.com/jmberg/nipa/tree/configurable-list-wifi

In case anyone wants to take a look and/or help out with the tree
detection.

johannes

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

* Re: please use tree tags in patches
  2025-02-24 11:15     ` Johannes Berg
@ 2025-02-27 18:23       ` Jeff Johnson
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Johnson @ 2025-02-27 18:23 UTC (permalink / raw)
  To: Johannes Berg, Ping-Ke Shih, linux-wireless@vger.kernel.org

On 2/24/2025 3:15 AM, Johannes Berg wrote:
> On Mon, 2025-02-24 at 10:33 +0100, Johannes Berg wrote:
>> On Mon, 2025-02-24 at 01:18 +0000, Ping-Ke Shih wrote:
>>>
>>>
>>> Thanks for the automation. I think it will be very useful for me to detect
>>> patch errors earlier, so submitters can fix problems earlier before I'm
>>> trying to merge. 
>>
>> Hopefully. Right now we still need to get the [PATCH rtw] tags into the
>> patches before. Perhaps we can auto-detect somehow later.
>>
> 
> FWIW I'm running this now:
> https://github.com/jmberg/nipa/tree/configurable-list-wifi
> 
> In case anyone wants to take a look and/or help out with the tree
> detection.

Probably related, can you check:
https://patchwork.kernel.org/project/linux-wireless/patch/20250226113118.7626-1-quic_lingbok@quicinc.com/

This uses the "ath-next" tag but triggered:
jmberg/fixes_present	fail	Series targets non-next tree, but doesn't contain any Fixes tags

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

end of thread, other threads:[~2025-02-27 18:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-21 12:17 please use tree tags in patches Johannes Berg
2025-02-21 18:27 ` Jeff Johnson
2025-02-24  9:35   ` Johannes Berg
2025-02-24  1:18 ` Ping-Ke Shih
2025-02-24  9:33   ` Johannes Berg
2025-02-24 11:15     ` Johannes Berg
2025-02-27 18:23       ` Jeff Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox