All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Gerd Hoffmann <kraxel@redhat.com>,
	Markus Armbruster <armbru@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-devel] [PATCH] scripts/get_maintainer.pl: allow "odd fixes"
Date: Wed, 22 Oct 2014 10:22:04 +0300	[thread overview]
Message-ID: <20141022072204.GA28193@redhat.com> (raw)
In-Reply-To: <1413891300-23369-1-git-send-email-mst@redhat.com>

On Tue, Oct 21, 2014 at 02:35:09PM +0300, Michael S. Tsirkin wrote:
> We have a bunch of modules in "Odd fixes"
> status, scripts/get_maintainer.pl ignores that.
> 
> Reported-by: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Actually, it does not ignore that.
What it does it list status as "odd fixer".

So this boils down to the fact that we use
"odd fixer" incorrectly.

I will apply this for now but maybe we should
change MAINTAINERS switching all "Odd fixes" to
"Maintained" and then revert this patch.

Thoughts?

> ---
>  scripts/get_maintainer.pl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
> index 38334de..d5eee8c 100755
> --- a/scripts/get_maintainer.pl
> +++ b/scripts/get_maintainer.pl
> @@ -514,7 +514,7 @@ sub range_is_maintained {
>  	    my $type = $1;
>  	    my $value = $2;
>  	    if ($type eq 'S') {
> -		if ($value =~ /(maintain|support)/i) {
> +		if ($value =~ /(maintain|support|fix)/i) {
>  		    return 1;
>  		}
>  	    }
> -- 
> MST

  parent reply	other threads:[~2014-10-22  7:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-21 11:35 [Qemu-devel] [PATCH] scripts/get_maintainer.pl: allow "odd fixes" Michael S. Tsirkin
2014-10-21 16:55 ` Don Slutz
2014-10-22  7:22 ` Michael S. Tsirkin [this message]
2014-10-22  7:45   ` Paolo Bonzini
2014-10-22  8:08     ` Michael S. Tsirkin
2014-10-22  8:07       ` Paolo Bonzini
2014-10-22  8:13         ` Michael S. Tsirkin
2014-10-22  8:18           ` Paolo Bonzini
2014-10-22  7:47   ` Markus Armbruster
2014-10-22  7:58     ` Paolo Bonzini
2014-10-22  8:07       ` Markus Armbruster

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=20141022072204.GA28193@redhat.com \
    --to=mst@redhat.com \
    --cc=armbru@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=pbonzini@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.