Message ID | 20240729141259.2868150-1-leitao@debian.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] net: Add skbuff.h to MAINTAINERS | expand |
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>
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!
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
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.
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
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(+)