All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Extend the device fuzzing section
@ 2020-07-21  5:39 Thomas Huth
  2020-07-21  8:31 ` Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2020-07-21  5:39 UTC (permalink / raw)
  To: qemu-devel, Alexander Bulekov; +Cc: Paolo Bonzini, Bandan Das, Stefan Hajnoczi

The file docs/devel/fuzzing.txt should be in this section, too, and add
myself as a reviewer (since I often take the fuzzer patches through the
qtest-next tree, I should be notified on patches, too).

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 030faf0249..6118fd0b60 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2445,9 +2445,11 @@ M: Alexander Bulekov <alxndr@bu.edu>
 R: Paolo Bonzini <pbonzini@redhat.com>
 R: Bandan Das <bsd@redhat.com>
 R: Stefan Hajnoczi <stefanha@redhat.com>
+R: Thomas Huth <thuth@redhat.com>
 S: Maintained
 F: tests/qtest/fuzz/
 F: scripts/oss-fuzz/
+F: docs/devel/fuzzing.txt
 
 Register API
 M: Alistair Francis <alistair@alistair23.me>
-- 
2.18.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Extend the device fuzzing section
  2020-07-21  5:39 [PATCH] MAINTAINERS: Extend the device fuzzing section Thomas Huth
@ 2020-07-21  8:31 ` Stefan Hajnoczi
  2020-07-21  8:43 ` Philippe Mathieu-Daudé
  2020-07-21 11:52 ` Alexander Bulekov
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2020-07-21  8:31 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Alexander Bulekov, Bandan Das, qemu-devel, Paolo Bonzini

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

On Tue, Jul 21, 2020 at 07:39:26AM +0200, Thomas Huth wrote:
> The file docs/devel/fuzzing.txt should be in this section, too, and add
> myself as a reviewer (since I often take the fuzzer patches through the
> qtest-next tree, I should be notified on patches, too).
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Extend the device fuzzing section
  2020-07-21  5:39 [PATCH] MAINTAINERS: Extend the device fuzzing section Thomas Huth
  2020-07-21  8:31 ` Stefan Hajnoczi
@ 2020-07-21  8:43 ` Philippe Mathieu-Daudé
  2020-07-21 11:52 ` Alexander Bulekov
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-21  8:43 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Alexander Bulekov
  Cc: Paolo Bonzini, Bandan Das, Stefan Hajnoczi

On 7/21/20 7:39 AM, Thomas Huth wrote:
> The file docs/devel/fuzzing.txt should be in this section, too, and add
> myself as a reviewer (since I often take the fuzzer patches through the
> qtest-next tree, I should be notified on patches, too).
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 030faf0249..6118fd0b60 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2445,9 +2445,11 @@ M: Alexander Bulekov <alxndr@bu.edu>
>  R: Paolo Bonzini <pbonzini@redhat.com>
>  R: Bandan Das <bsd@redhat.com>
>  R: Stefan Hajnoczi <stefanha@redhat.com>
> +R: Thomas Huth <thuth@redhat.com>
>  S: Maintained
>  F: tests/qtest/fuzz/
>  F: scripts/oss-fuzz/
> +F: docs/devel/fuzzing.txt
>  
>  Register API
>  M: Alistair Francis <alistair@alistair23.me>
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Extend the device fuzzing section
  2020-07-21  5:39 [PATCH] MAINTAINERS: Extend the device fuzzing section Thomas Huth
  2020-07-21  8:31 ` Stefan Hajnoczi
  2020-07-21  8:43 ` Philippe Mathieu-Daudé
@ 2020-07-21 11:52 ` Alexander Bulekov
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Bulekov @ 2020-07-21 11:52 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Paolo Bonzini, Bandan Das, qemu-devel, Stefan Hajnoczi

On 200721 0739, Thomas Huth wrote:
> The file docs/devel/fuzzing.txt should be in this section, too, and add
> myself as a reviewer (since I often take the fuzzer patches through the
> qtest-next tree, I should be notified on patches, too).
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Alexander Bulekov <alxndr@bu.edu>

Thank you

> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 030faf0249..6118fd0b60 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2445,9 +2445,11 @@ M: Alexander Bulekov <alxndr@bu.edu>
>  R: Paolo Bonzini <pbonzini@redhat.com>
>  R: Bandan Das <bsd@redhat.com>
>  R: Stefan Hajnoczi <stefanha@redhat.com>
> +R: Thomas Huth <thuth@redhat.com>
>  S: Maintained
>  F: tests/qtest/fuzz/
>  F: scripts/oss-fuzz/
> +F: docs/devel/fuzzing.txt
>  
>  Register API
>  M: Alistair Francis <alistair@alistair23.me>
> -- 
> 2.18.1
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-21 11:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21  5:39 [PATCH] MAINTAINERS: Extend the device fuzzing section Thomas Huth
2020-07-21  8:31 ` Stefan Hajnoczi
2020-07-21  8:43 ` Philippe Mathieu-Daudé
2020-07-21 11:52 ` Alexander Bulekov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.