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
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>
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>
>
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.
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.
© 2016 - 2025 Red Hat, Inc.