[PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section

Peter Maydell posted 1 patch 3 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210208113729.25170-1-peter.maydell@linaro.org
Test checkpatch passed
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
Posted by Peter Maydell 3 years, 2 months ago
The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
Noticed this because my recent patchset which touched gdbstub.h
didn't cause check-maintainers to add the gdb stub maintainers
automatically.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8d8b0bf966d..f5e27502435 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2336,6 +2336,7 @@ M: Alex Bennée <alex.bennee@linaro.org>
 R: Philippe Mathieu-Daudé <philmd@redhat.com>
 S: Maintained
 F: gdbstub*
+F: include/exec/gdbstub.h
 F: gdb-xml/
 F: tests/tcg/multiarch/gdbstub/
 
-- 
2.20.1


Re: [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
Posted by Philippe Mathieu-Daudé 3 years, 2 months ago
On 2/8/21 12:37 PM, Peter Maydell wrote:
> The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> Noticed this because my recent patchset which touched gdbstub.h
> didn't cause check-maintainers to add the gdb stub maintainers
> automatically.
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

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


Re: [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
Posted by Alex Bennée 3 years, 2 months ago
Peter Maydell <peter.maydell@linaro.org> writes:

> The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> Noticed this because my recent patchset which touched gdbstub.h
> didn't cause check-maintainers to add the gdb stub maintainers
> automatically.

Acked-by: Alex Bennée <alex.bennee@linaro.org>

Do you want me to pull these into my tree (with your other set)?

-- 
Alex Bennée

Re: [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
Posted by Peter Maydell 3 years, 2 months ago
On Mon, 8 Feb 2021 at 13:34, Alex Bennée <alex.bennee@linaro.org> wrote:
>
>
> Peter Maydell <peter.maydell@linaro.org> writes:
>
> > The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
> >
> > Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> > ---
> > Noticed this because my recent patchset which touched gdbstub.h
> > didn't cause check-maintainers to add the gdb stub maintainers
> > automatically.
>
> Acked-by: Alex Bennée <alex.bennee@linaro.org>
>
> Do you want me to pull these into my tree (with your other set)?

Yeah, that's probably best I guess.

thanks
-- PMM

Re: [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
Posted by Alex Bennée 3 years, 2 months ago
Peter Maydell <peter.maydell@linaro.org> writes:

> On Mon, 8 Feb 2021 at 13:34, Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>>
>> Peter Maydell <peter.maydell@linaro.org> writes:
>>
>> > The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
>> >
>> > Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>> > ---
>> > Noticed this because my recent patchset which touched gdbstub.h
>> > didn't cause check-maintainers to add the gdb stub maintainers
>> > automatically.
>>
>> Acked-by: Alex Bennée <alex.bennee@linaro.org>
>>
>> Do you want me to pull these into my tree (with your other set)?
>
> Yeah, that's probably best I guess.

Queued to gdbstub/next, thanks.

-- 
Alex Bennée