2020-03-17 20:58:01

by Daniel Vetter

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Better regex for dma_buf|fence|resv

We're getting some random other stuff that we're not really interested
in, so match only word boundaries. Also avoid the capture group while
at it.

Suggested by Joe Perches.

Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Joe Perches <[email protected]>
Cc: Sumit Semwal <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
---
v2: No single quotes in MAINTAINERS (Joe)
v3: Fix typo in commit message (Sam)
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3005be638c2c..ed6088a01bfe 100644
--- 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
T: git git://anongit.freedesktop.org/drm/drm-misc

DMA-BUF HEAPS FRAMEWORK
--
2.25.1


2020-03-18 15:48:16

by Sumit Semwal

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Better regex for dma_buf|fence|resv

Hello Daniel,

Thanks for the patch.

On Wed, 18 Mar 2020 at 02:26, Daniel Vetter <[email protected]> wrote:
>
> We're getting some random other stuff that we're not really interested
> in, so match only word boundaries. Also avoid the capture group while
> at it.
>
> Suggested by Joe Perches.
>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Cc: Joe Perches <[email protected]>
> Cc: Sumit Semwal <[email protected]>
> Cc: Sam Ravnborg <[email protected]>
> Signed-off-by: Daniel Vetter <[email protected]>

Acked-by: Sumit Semwal <[email protected]>
> ---
> v2: No single quotes in MAINTAINERS (Joe)
> v3: Fix typo in commit message (Sam)
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3005be638c2c..ed6088a01bfe 100644
> --- 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
> T: git git://anongit.freedesktop.org/drm/drm-misc
>
> DMA-BUF HEAPS FRAMEWORK
> --
> 2.25.1
>

2020-03-18 16:54:18

by Daniel Vetter

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Better regex for dma_buf|fence|resv

On Wed, Mar 18, 2020 at 09:16:17PM +0530, Sumit Semwal wrote:
> Hello Daniel,
>
> Thanks for the patch.
>
> On Wed, 18 Mar 2020 at 02:26, Daniel Vetter <[email protected]> wrote:
> >
> > We're getting some random other stuff that we're not really interested
> > in, so match only word boundaries. Also avoid the capture group while
> > at it.
> >
> > Suggested by Joe Perches.
> >
> > Cc: [email protected]
> > Cc: [email protected]
> > Cc: [email protected]
> > Cc: Joe Perches <[email protected]>
> > Cc: Sumit Semwal <[email protected]>
> > Cc: Sam Ravnborg <[email protected]>
> > Signed-off-by: Daniel Vetter <[email protected]>
>
> Acked-by: Sumit Semwal <[email protected]>

Thanks for your ack, patch applied.
-Daniel

> > ---
> > v2: No single quotes in MAINTAINERS (Joe)
> > v3: Fix typo in commit message (Sam)
> > ---
> > MAINTAINERS | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 3005be638c2c..ed6088a01bfe 100644
> > --- 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
> > T: git git://anongit.freedesktop.org/drm/drm-misc
> >
> > DMA-BUF HEAPS FRAMEWORK
> > --
> > 2.25.1
> >

--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch