util/scripts: Update get_maintainer.pl to latest from linux kernel
commitae34e97ad736fcb50875bc4adcffaf7e3a862504
authorMartin Roth <martinroth@google.com>
Sun, 5 Mar 2017 02:43:02 +0000 (4 19:43 -0700)
committerMartin Roth <martinroth@google.com>
Tue, 7 Mar 2017 14:03:29 +0000 (7 15:03 +0100)
tree95240ee96a8cc3010145d1b9e34da341dba10ef2
parent420d3a93c1f54768591dab1958c037e2c8936d58
util/scripts: Update get_maintainer.pl to latest from linux kernel

This is version 03aed21 from linux/scripts, updated on Dec 12, 2016.

The version needs to be updated because Perl version 5.20 deprecated the
/C regex expression.  Perl version 5.24 removed it completely, so the
old version fails to run on the coreboot builders.

Change-Id: Ib97997237ca64c65d7f91d568ae4bec000804331
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/18571
Tested-by: build bot (Jenkins)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
util/scripts/get_maintainer.pl