* [PATCH] b4: Drop linktrailermask
@ 2025-06-30 17:23 Cédric Le Goater
2025-07-01 10:04 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 5+ messages in thread
From: Cédric Le Goater @ 2025-06-30 17:23 UTC (permalink / raw)
To: qemu-devel
Cc: Cédric Le Goater, Signed-off-by: Philippe Mathieu-Daudé,
Jiaxun Yang
When grabbing a patch series, the link trailer is replaced with a
Message-ID, which is not useful compared to an URL. Fix that by
dropping the linktrailermask config.
Cc: Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Fixes: 838cf72b5d2c ("Add a b4 configuration file")
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
.b4-config | 1 -
1 file changed, 1 deletion(-)
diff --git a/.b4-config b/.b4-config
index 4b9b2fe290f9..126f503ded74 100644
--- a/.b4-config
+++ b/.b4-config
@@ -11,4 +11,3 @@
prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
searchmask = https://lore.kernel.org/qemu-devel/?x=m&t=1&q=%s
linkmask = https://lore.kernel.org/qemu-devel/%s
- linktrailermask = Message-ID: <%s>
--
2.50.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] b4: Drop linktrailermask
2025-06-30 17:23 [PATCH] b4: Drop linktrailermask Cédric Le Goater
@ 2025-07-01 10:04 ` Philippe Mathieu-Daudé
2025-07-01 12:16 ` Cédric Le Goater
0 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-07-01 10:04 UTC (permalink / raw)
To: Cédric Le Goater, qemu-devel; +Cc: Jiaxun Yang
On 30/6/25 19:23, Cédric Le Goater wrote:
>
> When grabbing a patch series, the link trailer is replaced with a
> Message-ID, which is not useful compared to an URL. Fix that by
> dropping the linktrailermask config.
>
> Cc: Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Hmm :)
> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
> Fixes: 838cf72b5d2c ("Add a b4 configuration file")
> Signed-off-by: Cédric Le Goater <clg@redhat.com>
> ---
> .b4-config | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/.b4-config b/.b4-config
> index 4b9b2fe290f9..126f503ded74 100644
> --- a/.b4-config
> +++ b/.b4-config
> @@ -11,4 +11,3 @@
> prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
> searchmask = https://lore.kernel.org/qemu-devel/?x=m&t=1&q=%s
> linkmask = https://lore.kernel.org/qemu-devel/%s
> - linktrailermask = Message-ID: <%s>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] b4: Drop linktrailermask
2025-07-01 10:04 ` Philippe Mathieu-Daudé
@ 2025-07-01 12:16 ` Cédric Le Goater
2025-07-02 21:42 ` Cédric Le Goater
0 siblings, 1 reply; 5+ messages in thread
From: Cédric Le Goater @ 2025-07-01 12:16 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, qemu-devel; +Cc: Jiaxun Yang
On 7/1/25 12:04, Philippe Mathieu-Daudé wrote:
> On 30/6/25 19:23, Cédric Le Goater wrote:
>>
>> When grabbing a patch series, the link trailer is replaced with a
>> Message-ID, which is not useful compared to an URL. Fix that by
>> dropping the linktrailermask config.
>>
>> Cc: Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
>
> Hmm :)
Copy&paste error from 838cf72b5d2c. Sorry ...
Who maintains .b4-config ?
C.
>
>> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
>> Fixes: 838cf72b5d2c ("Add a b4 configuration file")
>> Signed-off-by: Cédric Le Goater <clg@redhat.com>
>> ---
>> .b4-config | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/.b4-config b/.b4-config
>> index 4b9b2fe290f9..126f503ded74 100644
>> --- a/.b4-config
>> +++ b/.b4-config
>> @@ -11,4 +11,3 @@
>> prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
>> searchmask = https://lore.kernel.org/qemu-devel/?x=m&t=1&q=%s
>> linkmask = https://lore.kernel.org/qemu-devel/%s
>> - linktrailermask = Message-ID: <%s>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] b4: Drop linktrailermask
2025-07-01 12:16 ` Cédric Le Goater
@ 2025-07-02 21:42 ` Cédric Le Goater
2025-07-03 6:22 ` Cédric Le Goater
0 siblings, 1 reply; 5+ messages in thread
From: Cédric Le Goater @ 2025-07-02 21:42 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, qemu-devel; +Cc: Jiaxun Yang
On 7/1/25 14:16, Cédric Le Goater wrote:
> On 7/1/25 12:04, Philippe Mathieu-Daudé wrote:
>> On 30/6/25 19:23, Cédric Le Goater wrote:
>>>
>>> When grabbing a patch series, the link trailer is replaced with a
>>> Message-ID, which is not useful compared to an URL. Fix that by
>>> dropping the linktrailermask config.
>>>
>>> Cc: Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
>>
>> Hmm :)
>
> Copy&paste error from 838cf72b5d2c. Sorry ...
>
> Who maintains .b4-config ?
if no one objects, I will add it the vfio queue with the Cc: fix.
Thanks,
C.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] b4: Drop linktrailermask
2025-07-02 21:42 ` Cédric Le Goater
@ 2025-07-03 6:22 ` Cédric Le Goater
0 siblings, 0 replies; 5+ messages in thread
From: Cédric Le Goater @ 2025-07-03 6:22 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, qemu-devel; +Cc: Jiaxun Yang
On 7/2/25 23:42, Cédric Le Goater wrote:
> On 7/1/25 14:16, Cédric Le Goater wrote:
>> On 7/1/25 12:04, Philippe Mathieu-Daudé wrote:
>>> On 30/6/25 19:23, Cédric Le Goater wrote:
>>>>
>>>> When grabbing a patch series, the link trailer is replaced with a
>>>> Message-ID, which is not useful compared to an URL. Fix that by
>>>> dropping the linktrailermask config.
>>>>
>>>> Cc: Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
>>>
>>> Hmm :)
>>
>> Copy&paste error from 838cf72b5d2c. Sorry ...
>>
>> Who maintains .b4-config ?
>
> if no one objects, I will add it the vfio queue with the Cc: fix.
>
> Thanks,
>
> C.
>
>
Applied to vfio-next.
Thanks,
C.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-07-03 6:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-30 17:23 [PATCH] b4: Drop linktrailermask Cédric Le Goater
2025-07-01 10:04 ` Philippe Mathieu-Daudé
2025-07-01 12:16 ` Cédric Le Goater
2025-07-02 21:42 ` Cédric Le Goater
2025-07-03 6:22 ` Cédric Le Goater
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).