All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: stop nvme matching for nvmem files
@ 2023-01-03 17:02 Russell King (Oracle)
  2023-01-08 17:05 ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King (Oracle) @ 2023-01-03 17:02 UTC (permalink / raw)
  To: Srinivas Kandagatla, Keith Busch, Jens Axboe, Christoph Hellwig,
	Sagi Grimberg
  Cc: linux-nvme, linux-kernel

The nvme patterns detect all include files starting with nvme, which
also picks up the nvmem subsystem header files. Fix this by excluding
the nvmem subsystem header files from the nvme subsystem entry.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0cccd40d7801..64cc6947099e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14711,6 +14711,7 @@ T:	git://git.infradead.org/nvme.git
 F:	drivers/nvme/host/
 F:	drivers/nvme/common/
 F:	include/linux/nvme*
+X:	include/linux/nvmem*
 F:	include/uapi/linux/nvme_ioctl.h
 
 NVM EXPRESS FABRICS AUTHENTICATION
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: stop nvme matching for nvmem files
  2023-01-03 17:02 [PATCH] MAINTAINERS: stop nvme matching for nvmem files Russell King (Oracle)
@ 2023-01-08 17:05 ` Christoph Hellwig
  2023-01-09 17:21   ` Russell King (Oracle)
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2023-01-08 17:05 UTC (permalink / raw)
  To: Russell King (Oracle)
  Cc: Srinivas Kandagatla, Keith Busch, Jens Axboe, Christoph Hellwig,
	Sagi Grimberg, linux-nvme, linux-kernel

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0cccd40d7801..64cc6947099e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14711,6 +14711,7 @@ T:	git://git.infradead.org/nvme.git
>  F:	drivers/nvme/host/
>  F:	drivers/nvme/common/
>  F:	include/linux/nvme*
> +X:	include/linux/nvmem*

I think the proper thing to do would to just match the right files
from the start:

F:	include/linux/nvme.h
F:	include/linux/nvme-*.h

is it ok if I commit it with your original attributation with that
change?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: stop nvme matching for nvmem files
  2023-01-08 17:05 ` Christoph Hellwig
@ 2023-01-09 17:21   ` Russell King (Oracle)
  2023-01-10  7:19     ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King (Oracle) @ 2023-01-09 17:21 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Srinivas Kandagatla, Keith Busch, Jens Axboe, Sagi Grimberg,
	linux-nvme, linux-kernel

On Sun, Jan 08, 2023 at 06:05:20PM +0100, Christoph Hellwig wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 0cccd40d7801..64cc6947099e 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -14711,6 +14711,7 @@ T:	git://git.infradead.org/nvme.git
> >  F:	drivers/nvme/host/
> >  F:	drivers/nvme/common/
> >  F:	include/linux/nvme*
> > +X:	include/linux/nvmem*
> 
> I think the proper thing to do would to just match the right files
> from the start:
> 
> F:	include/linux/nvme.h
> F:	include/linux/nvme-*.h
> 
> is it ok if I commit it with your original attributation with that
> change?

LGTM, thanks!

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: stop nvme matching for nvmem files
  2023-01-09 17:21   ` Russell King (Oracle)
@ 2023-01-10  7:19     ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2023-01-10  7:19 UTC (permalink / raw)
  To: Russell King (Oracle)
  Cc: Christoph Hellwig, Srinivas Kandagatla, Keith Busch, Jens Axboe,
	Sagi Grimberg, linux-nvme, linux-kernel

On Mon, Jan 09, 2023 at 05:21:57PM +0000, Russell King (Oracle) wrote:
> > I think the proper thing to do would to just match the right files
> > from the start:
> > 
> > F:	include/linux/nvme.h
> > F:	include/linux/nvme-*.h
> > 
> > is it ok if I commit it with your original attributation with that
> > change?
> 
> LGTM, thanks!

Thanks, I've added the updated version to the nvme-6.2 branch.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-10  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-03 17:02 [PATCH] MAINTAINERS: stop nvme matching for nvmem files Russell King (Oracle)
2023-01-08 17:05 ` Christoph Hellwig
2023-01-09 17:21   ` Russell King (Oracle)
2023-01-10  7:19     ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.