[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <52f737a95e0e50d3f556f8ebf3677f99683ee70b.camel@perches.com>
Date: Tue, 17 Mar 2020 05:49:27 -0700
From: Joe Perches <joe@...ches.com>
To: Daniel Vetter <daniel.vetter@...ll.ch>,
LKML <linux-kernel@...r.kernel.org>
Cc: linux-media@...r.kernel.org, dri-devel@...ts.freedesktop.org,
linaro-mm-sig@...ts.linaro.org,
Sumit Semwal <sumit.semwal@...aro.org>,
Daniel Vetter <daniel.vetter@...el.com>
Subject: Re: [PATCH] MAINTAINERS: Better regex for dma_buf|fence|resv
On Tue, 2020-03-17 at 08:15 +0100, Daniel Vetter wrote:
> We're getting some random other stuff that we're not relly interested
> in, so match only word boundaries. Also avoid the capture group while
> at it.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -5025,7 +5025,7 @@ F: include/linux/dma-buf*
> F: include/linux/reservation.h
> F: include/linux/*fence.h
> F: Documentation/driver-api/dma-buf.rst
> -K: dma_(buf|fence|resv)
> +K: '\bdma_(?:buf|fence|resv)\b'
You don't want the single quotes in the K: entry
K: \bdma_(?:buf|fence|resv)\b
My mistake for adding them in the initial suggestion.
Powered by blists - more mailing lists