Re: [PATCH] get_maintainer.pl: Add support to match arbitrary text

From: Joe Perches
Date: Tue Jan 25 2011 - 09:23:14 EST


On Tue, 2011-01-25 at 00:32 +0100, L. Alberto GimÃnez wrote:
> Signed-off-by: L. Alberto GimÃnez <agimenez@xxxxxxxxxxx>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cf0f3a5..c1e33ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6145,6 +6145,7 @@ TRIVIAL PATCHES
> M: Jiri Kosina <trivial@xxxxxxxxxx>
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
> S: Maintained
> +K: ^Subject:.*\[(?i)trivial\].*

The trailing .* isn't necessary.

This matches just case insensitive "[trivial]".

Looking at the trivial patches posted:
https://patchwork.kernel.org/project/LKML/list/?q=trivial
that's not a very good matching pattern.

Maybe this is better:

K: ^(?i:subject):.*(?i:trivial)\s*[:,\]]


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/