[PATCH] MAINTAINERS: Correct scripts/coverity-model.c path

Philippe Mathieu-Daudé posted 1 patch 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260519171926.98099-1-philmd@linaro.org
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Correct scripts/coverity-model.c path
Posted by Philippe Mathieu-Daudé 1 week, 4 days ago
Commit e804f892b90 ("coverity-scan: list components, move model
to scripts/coverity-scan") moved the file but forgot to update
the MAINTAINERS entry.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 92b875ddfc1..73b7ebf1d7e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3260,7 +3260,7 @@ F: util/qemu-option.c
 Coverity model
 M: Markus Armbruster <armbru@redhat.com>
 S: Supported
-F: scripts/coverity-model.c
+F: scripts/coverity-scan/model.c
 
 Coverity Scan integration
 M: Peter Maydell <peter.maydell@linaro.org>
-- 
2.53.0


Re: [PATCH] MAINTAINERS: Correct scripts/coverity-model.c path
Posted by Philippe Mathieu-Daudé 1 week, 4 days ago
On Tue, 19 May 2026 at 19:19, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Commit e804f892b90 ("coverity-scan: list components, move model
> to scripts/coverity-scan") moved the file but forgot to update
> the MAINTAINERS entry.
>

Reported-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>

> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 92b875ddfc1..73b7ebf1d7e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3260,7 +3260,7 @@ F: util/qemu-option.c
>  Coverity model
>  M: Markus Armbruster <armbru@redhat.com>
>  S: Supported
> -F: scripts/coverity-model.c
> +F: scripts/coverity-scan/model.c
>
>  Coverity Scan integration
>  M: Peter Maydell <peter.maydell@linaro.org>
> --
> 2.53.0
>
Re: [PATCH] MAINTAINERS: Correct scripts/coverity-model.c path
Posted by Markus Armbruster 1 week, 3 days ago
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> On Tue, 19 May 2026 at 19:19, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>>
>> Commit e804f892b90 ("coverity-scan: list components, move model
>> to scripts/coverity-scan") moved the file but forgot to update
>> the MAINTAINERS entry.
>>
>
> Reported-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Reviewed-by: Markus Armbruster <armbru@redhat.com>

I can take care of getting it merged.

Thanks!
Re: [PATCH] MAINTAINERS: Correct scripts/coverity-model.c path
Posted by Markus Armbruster 1 week, 3 days ago
There are many more bad F: line elsewhere in  I'll fix them.