diff mbox series

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

Message ID 20210126112849.3145695-1-philmd@redhat.com (mailing list archive)
State New, archived
Headers show
Series tests/qtest: Only run fuzz-tests when tested devices are available | expand

Commit Message

Philippe Mathieu-Daudé Jan. 26, 2021, 11:28 a.m. UTC
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(+)

Comments

Thomas Huth Jan. 26, 2021, 5:56 p.m. UTC | #1
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>
diff mbox series

Patch

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