[PATCH v2 3/2] MAINTAINERS: Cover fuzzer reproducer tests within 'Device Fuzzing'

Philippe Mathieu-Daudé posted 2 patches 5 years ago
[PATCH v2 3/2] MAINTAINERS: Cover fuzzer reproducer tests within 'Device Fuzzing'
Posted by Philippe Mathieu-Daudé 5 years ago
When we started to commit the fuzzer QTest reproducers to
fuzz-test.c in commit d8dd1095019 ("qtest: add fuzz test case"),
we forgot to add the corresponding MAINTAINERS entry. Do it now.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e275c81fd49..1b88753b325 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2571,6 +2571,7 @@ R: Stefan Hajnoczi <stefanha@redhat.com>
 R: Thomas Huth <thuth@redhat.com>
 S: Maintained
 F: tests/qtest/fuzz/
+F: tests/qtest/fuzz-*test.c
 F: scripts/oss-fuzz/
 F: docs/devel/fuzzing.rst
 
-- 
2.26.2

Re: [PATCH v2 3/2] MAINTAINERS: Cover fuzzer reproducer tests within 'Device Fuzzing'
Posted by Thomas Huth 5 years ago
On 26/01/2021 12.28, Philippe Mathieu-Daudé wrote:
> When we started to commit the fuzzer QTest reproducers to
> fuzz-test.c in commit d8dd1095019 ("qtest: add fuzz test case"),
> we forgot to add the corresponding MAINTAINERS entry. Do it now.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e275c81fd49..1b88753b325 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2571,6 +2571,7 @@ R: Stefan Hajnoczi <stefanha@redhat.com>
>   R: Thomas Huth <thuth@redhat.com>
>   S: Maintained
>   F: tests/qtest/fuzz/
> +F: tests/qtest/fuzz-*test.c
>   F: scripts/oss-fuzz/
>   F: docs/devel/fuzzing.rst

Reviewed-by: Thomas Huth <thuth@redhat.com>