CREDITS | 7 +++++++ MAINTAINERS | 1 - 2 files changed, 7 insertions(+), 1 deletion(-)
My responsibilities at Intel have changed, so I'm handing off exclusive
MPTCP subsystem maintainer duties to Matthieu. It has been a privilege
to see MPTCP through its initial upstreaming and first few years in the
upstream kernel!
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
---
Hi Matthieu -
Hoping you can tag this (not sure if signoff or Acked-by is best?)
before I send to netdev.
Thanks,
Mat
---
CREDITS | 7 +++++++
MAINTAINERS | 1 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CREDITS b/CREDITS
index 4e302a459ddf..acac06b6563e 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2489,6 +2489,13 @@ D: XF86_Mach8
D: XF86_8514
D: cfdisk (curses based disk partitioning program)
+N: Mat Martineau
+E: mat@martineau.name
+D: MPTCP subsystem co-maintainer 2020-2023
+D: Keyctl restricted keyring and Diffie-Hellman UAPI
+D: Bluetooth L2CAP ERTM mode and AMP
+S: USA
+
N: John S. Marvin
E: jsm@fc.hp.com
D: PA-RISC port
diff --git a/MAINTAINERS b/MAINTAINERS
index 180c18f936b7..b166dec1ffc3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14633,7 +14633,6 @@ F: net/netfilter/xt_SECMARK.c
F: net/netlabel/
NETWORKING [MPTCP]
-M: Mat Martineau <mathew.j.martineau@linux.intel.com>
M: Matthieu Baerts <matthieu.baerts@tessares.net>
L: netdev@vger.kernel.org
L: mptcp@lists.linux.dev
--
2.39.1
Hi Mat, Thank you for your modifications, that's great! Our CI did some validations and here is its report: - KVM Validation: normal (except selftest_mptcp_join): - Success! ✅: - Task: https://cirrus-ci.com/task/5888767819513856 - Summary: https://api.cirrus-ci.com/v1/artifact/task/5888767819513856/summary/summary.txt - KVM Validation: debug (only selftest_mptcp_join): - Success! ✅: - Task: https://cirrus-ci.com/task/5044342889381888 - Summary: https://api.cirrus-ci.com/v1/artifact/task/5044342889381888/summary/summary.txt - KVM Validation: normal (only selftest_mptcp_join): - Success! ✅: - Task: https://cirrus-ci.com/task/5325817866092544 - Summary: https://api.cirrus-ci.com/v1/artifact/task/5325817866092544/summary/summary.txt - KVM Validation: debug (except selftest_mptcp_join): - Success! ✅: - Task: https://cirrus-ci.com/task/6451717772935168 - Summary: https://api.cirrus-ci.com/v1/artifact/task/6451717772935168/summary/summary.txt Initiator: Patchew Applier Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/3db9f7e9b80b If there are some issues, you can reproduce them using the same environment as the one used by the CI thanks to a docker image, e.g.: $ cd [kernel source code] $ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \ --pull always mptcp/mptcp-upstream-virtme-docker:latest \ auto-debug For more details: https://github.com/multipath-tcp/mptcp-upstream-virtme-docker Please note that despite all the efforts that have been already done to have a stable tests suite when executed on a public CI like here, it is possible some reported issues are not due to your modifications. Still, do not hesitate to help us improve that ;-) Cheers, MPTCP GH Action bot Bot operated by Matthieu Baerts (Tessares)
Hi Mat, On 19/01/2023 23:44, Mat Martineau wrote: > My responsibilities at Intel have changed, so I'm handing off exclusive > MPTCP subsystem maintainer duties to Matthieu. It has been a privilege > to see MPTCP through its initial upstreaming and first few years in the > upstream kernel! I just applied this patch in our tree (fix for -net) with my Ack: New patches for t/upstream-net: - 11cee47cfc2c: MAINTAINERS: Update MPTCP maintainer list and CREDITS - Results: 051fdb31d822..ffc202408d0f (export-net) Tests are now in progress: https://cirrus-ci.com/github/multipath-tcp/mptcp_net-next/export-net/20230120T100637 Cheers, Matt -- Tessares | Belgium | Hybrid Access Solutions www.tessares.net
Hi Mat, On 19/01/2023 23:44, Mat Martineau wrote: > My responsibilities at Intel have changed, so I'm handing off exclusive > MPTCP subsystem maintainer duties to Matthieu. It has been a privilege > to see MPTCP through its initial upstreaming and first few years in the > upstream kernel! It has been a privilege to support you maintaining MPTCP! Thank you for all the hard work you did to have MPTCP upstreamed! I hope you will enjoy your new responsibilities! Acked-by: Matthieu Baerts <matthieu.baerts@tessares.net> Cheers, Matt -- Tessares | Belgium | Hybrid Access Solutions www.tessares.net
Hi Mat, Thank you for your modifications, that's great! Our CI did some validations and here is its report: - KVM Validation: normal (except selftest_mptcp_join): - Success! ✅: - Task: https://cirrus-ci.com/task/6277750156165120 - Summary: https://api.cirrus-ci.com/v1/artifact/task/6277750156165120/summary/summary.txt - KVM Validation: debug (only selftest_mptcp_join): - Success! ✅: - Task: https://cirrus-ci.com/task/5433325226033152 - Summary: https://api.cirrus-ci.com/v1/artifact/task/5433325226033152/summary/summary.txt - KVM Validation: normal (only selftest_mptcp_join): - Unstable: 1 failed test(s): selftest_mptcp_join 🔴: - Task: https://cirrus-ci.com/task/4870375272611840 - Summary: https://api.cirrus-ci.com/v1/artifact/task/4870375272611840/summary/summary.txt - KVM Validation: debug (except selftest_mptcp_join): - Success! ✅: - Task: https://cirrus-ci.com/task/5996275179454464 - Summary: https://api.cirrus-ci.com/v1/artifact/task/5996275179454464/summary/summary.txt Initiator: Patchew Applier Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/bfd054965396 If there are some issues, you can reproduce them using the same environment as the one used by the CI thanks to a docker image, e.g.: $ cd [kernel source code] $ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \ --pull always mptcp/mptcp-upstream-virtme-docker:latest \ auto-debug For more details: https://github.com/multipath-tcp/mptcp-upstream-virtme-docker Please note that despite all the efforts that have been already done to have a stable tests suite when executed on a public CI like here, it is possible some reported issues are not due to your modifications. Still, do not hesitate to help us improve that ;-) Cheers, MPTCP GH Action bot Bot operated by Matthieu Baerts (Tessares)
© 2016 - 2023 Red Hat, Inc.