netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] net: Add skbuff.h to MAINTAINERS
@ 2024-07-29 14:12 Breno Leitao
  2024-07-30 12:57 ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Breno Leitao @ 2024-07-29 14:12 UTC (permalink / raw)
  To: davem, edumazet, pabeni, kuba; +Cc: netdev, linux-kernel

The network maintainers need to be copied if the skbuff.h is touched.

This also helps git-send-email to figure out the proper maintainers when
touching the file.

Signed-off-by: Breno Leitao <leitao@debian.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c0a3d9e93689..7f4295d67aa4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15879,6 +15879,7 @@ F:	include/linux/hippidevice.h
 F:	include/linux/if_*
 F:	include/linux/inetdevice.h
 F:	include/linux/netdevice.h
+F:	include/linux/skbuff.h
 F:	include/uapi/linux/cn_proc.h
 F:	include/uapi/linux/if_*
 F:	include/uapi/linux/netdevice.h
-- 
2.43.0


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

* Re: [PATCH net] net: Add skbuff.h to MAINTAINERS
  2024-07-29 14:12 [PATCH net] net: Add skbuff.h to MAINTAINERS Breno Leitao
@ 2024-07-30 12:57 ` Simon Horman
  2024-07-30 14:01   ` Jakub Kicinski
  2024-07-30 16:09   ` Breno Leitao
  0 siblings, 2 replies; 5+ messages in thread
From: Simon Horman @ 2024-07-30 12:57 UTC (permalink / raw)
  To: Breno Leitao; +Cc: davem, edumazet, pabeni, kuba, netdev, linux-kernel

On Mon, Jul 29, 2024 at 07:12:58AM -0700, Breno Leitao wrote:
> The network maintainers need to be copied if the skbuff.h is touched.
> 
> This also helps git-send-email to figure out the proper maintainers when
> touching the file.
> 
> Signed-off-by: Breno Leitao <leitao@debian.org>

I might have chosen the NETWORKING [GENERAL] rather than the
NETWORKING DRIVERS section. But in any case I agree skbuff.h
should be added to Maintainers.

Reviewed-by: Simon Horman <horms@kernel.org>

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

* Re: [PATCH net] net: Add skbuff.h to MAINTAINERS
  2024-07-30 12:57 ` Simon Horman
@ 2024-07-30 14:01   ` Jakub Kicinski
  2024-07-30 16:09   ` Breno Leitao
  1 sibling, 0 replies; 5+ messages in thread
From: Jakub Kicinski @ 2024-07-30 14:01 UTC (permalink / raw)
  To: Simon Horman; +Cc: Breno Leitao, davem, edumazet, pabeni, netdev, linux-kernel

On Tue, 30 Jul 2024 13:57:00 +0100 Simon Horman wrote:
> I might have chosen the NETWORKING [GENERAL] rather than the
> NETWORKING DRIVERS section.

Good catch and agreed!
-- 
pw-bot: cr

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

* Re: [PATCH net] net: Add skbuff.h to MAINTAINERS
  2024-07-30 12:57 ` Simon Horman
  2024-07-30 14:01   ` Jakub Kicinski
@ 2024-07-30 16:09   ` Breno Leitao
  2024-07-30 16:46     ` Simon Horman
  1 sibling, 1 reply; 5+ messages in thread
From: Breno Leitao @ 2024-07-30 16:09 UTC (permalink / raw)
  To: Simon Horman; +Cc: davem, edumazet, pabeni, kuba, netdev, linux-kernel

Hello Simon,

On Tue, Jul 30, 2024 at 01:57:00PM +0100, Simon Horman wrote:
> On Mon, Jul 29, 2024 at 07:12:58AM -0700, Breno Leitao wrote:
> > The network maintainers need to be copied if the skbuff.h is touched.
> > 
> > This also helps git-send-email to figure out the proper maintainers when
> > touching the file.
> > 
> > Signed-off-by: Breno Leitao <leitao@debian.org>
> 
> I might have chosen the NETWORKING [GENERAL] rather than the
> NETWORKING DRIVERS section. But in any case I agree skbuff.h
> should be added to Maintainers.

I will move the same change to "NETWORKING [GENERAL]" then, and carry
you Reviewed-by if you don't mind.

Thanks
--breno

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

* Re: [PATCH net] net: Add skbuff.h to MAINTAINERS
  2024-07-30 16:09   ` Breno Leitao
@ 2024-07-30 16:46     ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2024-07-30 16:46 UTC (permalink / raw)
  To: Breno Leitao; +Cc: davem, edumazet, pabeni, kuba, netdev, linux-kernel

On Tue, Jul 30, 2024 at 09:09:33AM -0700, Breno Leitao wrote:
> Hello Simon,
> 
> On Tue, Jul 30, 2024 at 01:57:00PM +0100, Simon Horman wrote:
> > On Mon, Jul 29, 2024 at 07:12:58AM -0700, Breno Leitao wrote:
> > > The network maintainers need to be copied if the skbuff.h is touched.
> > > 
> > > This also helps git-send-email to figure out the proper maintainers when
> > > touching the file.
> > > 
> > > Signed-off-by: Breno Leitao <leitao@debian.org>
> > 
> > I might have chosen the NETWORKING [GENERAL] rather than the
> > NETWORKING DRIVERS section. But in any case I agree skbuff.h
> > should be added to Maintainers.
> 
> I will move the same change to "NETWORKING [GENERAL]" then, and carry
> you Reviewed-by if you don't mind.

Thanks, please feel free to do so.

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

end of thread, other threads:[~2024-07-30 16:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 14:12 [PATCH net] net: Add skbuff.h to MAINTAINERS Breno Leitao
2024-07-30 12:57 ` Simon Horman
2024-07-30 14:01   ` Jakub Kicinski
2024-07-30 16:09   ` Breno Leitao
2024-07-30 16:46     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).