diff mbox series

[net] MAINTAINERS: sctp: move Neil to CREDITS

Message ID 9e1c30a987e77f97ac2b8524252f8cabbfd38848.1683758402.git.marcelo.leitner@gmail.com (mailing list archive)
State Accepted
Commit d03a2f17627e8f94ce8c4790fede3ef7efe9be53
Delegated to: Netdev Maintainers
Headers show
Series [net] MAINTAINERS: sctp: move Neil to CREDITS | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/fixes_present fail Series targets non-next tree, but doesn't contain any Fixes tags
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/cc_maintainers fail 3 maintainers not CCed: lukas.bulwahn@gmail.com jesperjuhl76@gmail.com martineau@kernel.org
netdev/build_clang success Errors and warnings before: 8 this patch: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 23 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Marcelo Ricardo Leitner May 10, 2023, 10:42 p.m. UTC
Neil moved away from SCTP related duties.
Move him to CREDITS then and while at it, update SCTP
project website.

Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
---
I'm not sure about other subsystems, but he hasn't been answering for a
while.

 CREDITS     | 4 ++++
 MAINTAINERS | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

Xin Long May 10, 2023, 10:53 p.m. UTC | #1
On Wed, May 10, 2023 at 6:42 PM Marcelo Ricardo Leitner
<marcelo.leitner@gmail.com> wrote:
>
> Neil moved away from SCTP related duties.
> Move him to CREDITS then and while at it, update SCTP
> project website.
>
> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> ---
> I'm not sure about other subsystems, but he hasn't been answering for a
> while.
>
>  CREDITS     | 4 ++++
>  MAINTAINERS | 3 +--
>  2 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/CREDITS b/CREDITS
> index 2d9da9a7defa666cbfcd2aab7fcca821f2027066..de7e4dbbc5991194ce9bcaeb94a368e79d79832a 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1706,6 +1706,10 @@ S: Panoramastrasse 18
>  S: D-69126 Heidelberg
>  S: Germany
>
> +N: Neil Horman
> +M: nhorman@tuxdriver.com
> +D: SCTP protocol maintainer.
> +
>  N: Simon Horman
>  M: horms@verge.net.au
>  D: Renesas ARM/ARM64 SoC maintainer
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e0b87d5aa2e571d8a54ea4df45fc27897afeff5..2237dc2bb94585d8615a496e1a55fdf8755c83b8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18835,12 +18835,11 @@ F:    drivers/target/
>  F:     include/target/
>
>  SCTP PROTOCOL
> -M:     Neil Horman <nhorman@tuxdriver.com>
>  M:     Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
>  M:     Xin Long <lucien.xin@gmail.com>
>  L:     linux-sctp@vger.kernel.org
>  S:     Maintained
> -W:     http://lksctp.sourceforge.net
> +W:     https://github.com/sctp/lksctp-tools/wiki
>  F:     Documentation/networking/sctp.rst
>  F:     include/linux/sctp.h
>  F:     include/net/sctp/
> --
> 2.40.1
>
Acked-by: Xin Long <lucien.xin@gmail.com>
Simon Horman May 11, 2023, 12:06 p.m. UTC | #2
On Wed, May 10, 2023 at 07:42:43PM -0300, Marcelo Ricardo Leitner wrote:
> Neil moved away from SCTP related duties.
> Move him to CREDITS then and while at it, update SCTP
> project website.
> 
> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> ---
> I'm not sure about other subsystems, but he hasn't been answering for a
> while.

Reviewed-by: Simon Horman <simon.horman@corigine.com>

(No relation to Niel)

> 
>  CREDITS     | 4 ++++
>  MAINTAINERS | 3 +--
>  2 files changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/CREDITS b/CREDITS
> index 2d9da9a7defa666cbfcd2aab7fcca821f2027066..de7e4dbbc5991194ce9bcaeb94a368e79d79832a 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1706,6 +1706,10 @@ S: Panoramastrasse 18
>  S: D-69126 Heidelberg
>  S: Germany
>  
> +N: Neil Horman
> +M: nhorman@tuxdriver.com
> +D: SCTP protocol maintainer.
> +
>  N: Simon Horman
>  M: horms@verge.net.au
>  D: Renesas ARM/ARM64 SoC maintainer
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e0b87d5aa2e571d8a54ea4df45fc27897afeff5..2237dc2bb94585d8615a496e1a55fdf8755c83b8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18835,12 +18835,11 @@ F:	drivers/target/
>  F:	include/target/
>  
>  SCTP PROTOCOL
> -M:	Neil Horman <nhorman@tuxdriver.com>
>  M:	Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
>  M:	Xin Long <lucien.xin@gmail.com>
>  L:	linux-sctp@vger.kernel.org
>  S:	Maintained
> -W:	http://lksctp.sourceforge.net
> +W:	https://github.com/sctp/lksctp-tools/wiki
>  F:	Documentation/networking/sctp.rst
>  F:	include/linux/sctp.h
>  F:	include/net/sctp/
> -- 
> 2.40.1
> 
>
patchwork-bot+netdevbpf@kernel.org May 12, 2023, 8 a.m. UTC | #3
Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 10 May 2023 19:42:43 -0300 you wrote:
> Neil moved away from SCTP related duties.
> Move him to CREDITS then and while at it, update SCTP
> project website.
> 
> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> ---
> I'm not sure about other subsystems, but he hasn't been answering for a
> while.
> 
> [...]

Here is the summary with links:
  - [net] MAINTAINERS: sctp: move Neil to CREDITS
    https://git.kernel.org/netdev/net/c/d03a2f17627e

You are awesome, thank you!
diff mbox series

Patch

diff --git a/CREDITS b/CREDITS
index 2d9da9a7defa666cbfcd2aab7fcca821f2027066..de7e4dbbc5991194ce9bcaeb94a368e79d79832a 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1706,6 +1706,10 @@  S: Panoramastrasse 18
 S: D-69126 Heidelberg
 S: Germany
 
+N: Neil Horman
+M: nhorman@tuxdriver.com
+D: SCTP protocol maintainer.
+
 N: Simon Horman
 M: horms@verge.net.au
 D: Renesas ARM/ARM64 SoC maintainer
diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0b87d5aa2e571d8a54ea4df45fc27897afeff5..2237dc2bb94585d8615a496e1a55fdf8755c83b8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18835,12 +18835,11 @@  F:	drivers/target/
 F:	include/target/
 
 SCTP PROTOCOL
-M:	Neil Horman <nhorman@tuxdriver.com>
 M:	Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
 M:	Xin Long <lucien.xin@gmail.com>
 L:	linux-sctp@vger.kernel.org
 S:	Maintained
-W:	http://lksctp.sourceforge.net
+W:	https://github.com/sctp/lksctp-tools/wiki
 F:	Documentation/networking/sctp.rst
 F:	include/linux/sctp.h
 F:	include/net/sctp/