All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: qemu-devel@nongnu.org, clg@redhat.com, peter.maydell@linaro.org
Subject: Re: [PATCH] scripts/checkpatch: Fix MAINTAINERS update warning with --terse
Date: Fri, 9 Jan 2026 08:09:38 +0000	[thread overview]
Message-ID: <aWC3sHN4vP-N0ee4@redhat.com> (raw)
In-Reply-To: <20260109071217.2326194-1-armbru@redhat.com>

On Fri, Jan 09, 2026 at 08:12:17AM +0100, Markus Armbruster wrote:
> We recently improved the MAINTAINERS update warning to show the files
> that trigger it.  Example:
> 
>     WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
>     #105:
>     deleted file mode 100644
> 
> improved to
> 
>     WARNING: added, moved or deleted file(s):
> 
>       migration/threadinfo.h
>       migration/threadinfo.c
> 
>     Does MAINTAINERS need updating?
> 
> Unfortunately, this made things worse with --terse, as only the first
> line of each warning is shown then.
> 
>     WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
> 
> became
> 
>     WARNING: added, moved or deleted file(s):
> 
> Adjust the warning text to
> 
>     WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
>       migration/threadinfo.h
>       migration/threadinfo.c
> 
> so we get the exact same warning as we used to with --terse.
> 
> Fixes: 1d745e6d9635 (scripts/checkpatch: use new hook for MAINTAINERS update check)
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  scripts/checkpatch.pl | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



      reply	other threads:[~2026-01-09  8:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-09  7:12 [PATCH] scripts/checkpatch: Fix MAINTAINERS update warning with --terse Markus Armbruster
2026-01-09  8:09 ` Daniel P. Berrangé [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aWC3sHN4vP-N0ee4@redhat.com \
    --to=berrange@redhat.com \
    --cc=armbru@redhat.com \
    --cc=clg@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.