qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] scripts/get_maintainer.pl: allow "odd fixes"


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH] scripts/get_maintainer.pl: allow "odd fixes"
Date: Tue, 21 Oct 2014 14:35:09 +0300

We have a bunch of modules in "Odd fixes"
status, scripts/get_maintainer.pl ignores that.

Reported-by: Gerd Hoffmann <address@hidden>
Cc: Paolo Bonzini <address@hidden>
Cc: Peter Maydell <address@hidden>
Cc: Markus Armbruster <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]