[PATCH v2] b4-config: Configure Lore masks

Philippe Mathieu-Daudé posted 1 patch 3 months, 1 week ago
.b4-config | 3 +++
1 file changed, 3 insertions(+)
[PATCH v2] b4-config: Configure Lore masks
Posted by Philippe Mathieu-Daudé 3 months, 1 week ago
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
Based-on: <20241222-b4-config-v1-1-b3667beb30a4@flygoat.com>
---
 .b4-config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.b4-config b/.b4-config
index 5feac156429..af9cfdcd3ed 100644
--- a/.b4-config
+++ b/.b4-config
@@ -8,3 +8,6 @@
     send-auto-to-cmd = echo
     send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback
     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.47.1


Re: [PATCH v2] b4-config: Configure Lore masks
Posted by Jiaxun Yang 3 months, 1 week ago

在2024年12月24日十二月 下午1:50,Philippe Mathieu-Daudé写道:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---

Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

Thanks!

> Based-on: <20241222-b4-config-v1-1-b3667beb30a4@flygoat.com>
> ---
>  .b4-config | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/.b4-config b/.b4-config
> index 5feac156429..af9cfdcd3ed 100644
> --- a/.b4-config
> +++ b/.b4-config
> @@ -8,3 +8,6 @@
>      send-auto-to-cmd = echo
>      send-auto-cc-cmd = scripts/get_maintainer.pl --noroles 
> --norolestats --nogit --nogit-fallback
>      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.47.1

-- 
- Jiaxun