lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 11 May 2023 10:02:19 +0300
From: Leon Romanovsky <leon@...nel.org>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org, me@...chata.org, jiri@...nulli.us,
	jmaloy@...hat.com, parav@...dia.com, elic@...dia.com,
	Nikolay Aleksandrov <razor@...ckwall.org>
Subject: Re: [PATCH iproute2] Add MAINTAINERS file

On Wed, May 10, 2023 at 02:00:40PM -0700, Stephen Hemminger wrote:
> Record the maintainers of subsections of iproute2.
> The subtree maintainers are based off of most recent current
> patches and maintainer of kernel portion of that subsystem.
> 
> Acked-by: Nikolay Aleksandrov <razor@...ckwall.org>
> Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
> ---
>  MAINTAINERS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 49 insertions(+)
>  create mode 100644 MAINTAINERS

Like Jiri said, this file lacks "rdma/" entry.

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> new file mode 100644
> index 000000000000..fa720f686ba8
> --- /dev/null
> +++ b/MAINTAINERS
> @@ -0,0 +1,49 @@
> +Iproute2 Maintainers
> +====================
> +
> +The file provides a set of names that are are able to help
> +review patches and answer questions. This is in addition to
> +the netdev@...r.kernel.org mailing list used for all iproute2
> +and kernel networking.
> +
> +Descriptions of section entries:
> +
> +	M: Maintainer's Full Name <address@...ain>
> +	T: Git tree location.
> +	F: Files and directories with wildcard patterns.
> +	   A trailing slash includes all files and subdirectory files.
> +	   A wildcard includes all files but not subdirectories.
> +	   One pattern per line. Multiple F: lines acceptable.
> +
> +Main Branch
> +M: Stephen Hemminger <stephen@...workplumber.org>
> +T: git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
> +L: netdev@...r.kernel.org
> +
> +Next Tree
> +M: David Ahern <dsahern@...il.com>
> +T: git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git
> +L: netdev@...r.kernel.org
> +
> +Ethernet Bridging - bridge
> +M: Roopa Prabhu <roopa@...dia.com>
> +M: Nikolay Aleksandrov <razor@...ckwall.org>
> +L: bridge@...ts.linux-foundation.org (moderated for non-subscribers)
> +F: bridge/*
> +
> +Data Center Bridging - dcb
> +M: Petr Machata <me@...chata.org>
> +F: dcb/*
> +
> +Device Link - devlink
> +M: Jiri Pirko <jiri@...nulli.us>
> +F: devlink/*
> +
> +Transparent Inter-Process Communication - Tipc

IMHO, it is better to be consistent: Tipc -> tipc

> +M: Jon Maloy <jmaloy@...hat.com>
> +F: tipc/*
> +
> +Virtual Datapath Accelration - Vdpa

Vdpa -> vdpa

> +M: Parav Pandit <parav@...dia.com>
> +M: Eli Cohen <elic@...dia.com>
> +F: vdpa/*
> -- 
> 2.39.2
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ