On 10/21/14 07:35, Michael S. Tsirkin wrote:
We have a bunch of modules in "Odd fixes"
status, scripts/get_maintainer.pl ignores that.
Reported-by: Gerd Hoffmann <kra...@redhat.com>
Cc: Paolo Bonzini <pbonz...@redhat.com>
Cc: Peter Maydell <peter.mayd...@linaro.org>
Cc: Markus Armbruster <arm...@redhat.com>
Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
---
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;
}
}
Looks good to me.
Reviewed-by: Don Slutz <dsl...@verizon.com>
-Don Slutz