All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role
@ 2023-04-18 23:13 Mat Martineau
  2023-04-19  0:12 ` MAINTAINERS: Resume MPTCP co-maintainer role: Tests Results MPTCP CI
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mat Martineau @ 2023-04-18 23:13 UTC (permalink / raw)
  To: netdev, kuba, davem, pabeni, edumazet
  Cc: Mat Martineau, matthieu.baerts, mptcp

I'm returning to the MPTCP maintainer role I held for most of the
subsytem's history. This time I'm using my kernel.org email address.

Acked-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Link: https://lore.kernel.org/mptcp/af85e467-8d0a-4eba-b5f8-e2f2c5d24984@tessares.net/
Signed-off-by: Mat Martineau <martineau@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4fc57dfd5fd0..e5ff4687d3f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14612,6 +14612,7 @@ F:	net/netlabel/
 
 NETWORKING [MPTCP]
 M:	Matthieu Baerts <matthieu.baerts@tessares.net>
+M:	Mat Martineau <martineau@kernel.org>
 L:	netdev@vger.kernel.org
 L:	mptcp@lists.linux.dev
 S:	Maintained
-- 
2.40.0


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

* Re: MAINTAINERS: Resume MPTCP co-maintainer role: Tests Results
  2023-04-18 23:13 [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role Mat Martineau
@ 2023-04-19  0:12 ` MPTCP CI
  2023-04-20  1:11 ` [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role Jakub Kicinski
  2023-04-20  1:20 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: MPTCP CI @ 2023-04-19  0:12 UTC (permalink / raw)
  To: Mat Martineau; +Cc: mptcp

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/5548554148642816
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/5548554148642816/summary/summary.txt

- KVM Validation: normal (only selftest_mptcp_join):
  - Success! ✅:
  - Task: https://cirrus-ci.com/task/6674454055485440
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/6674454055485440/summary/summary.txt

- KVM Validation: debug (only selftest_mptcp_join):
  - Success! ✅:
  - Task: https://cirrus-ci.com/task/5759660381175808
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/5759660381175808/summary/summary.txt

- KVM Validation: debug (except selftest_mptcp_join):
  - Success! ✅:
  - Task: https://cirrus-ci.com/task/4633760474333184
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/4633760474333184/summary/summary.txt

Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/7d96499f0ff6


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)

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

* Re: [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role
  2023-04-18 23:13 [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role Mat Martineau
  2023-04-19  0:12 ` MAINTAINERS: Resume MPTCP co-maintainer role: Tests Results MPTCP CI
@ 2023-04-20  1:11 ` Jakub Kicinski
  2023-04-20  1:20 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2023-04-20  1:11 UTC (permalink / raw)
  To: Mat Martineau; +Cc: netdev, davem, pabeni, edumazet, matthieu.baerts, mptcp

On Tue, 18 Apr 2023 16:13:18 -0700 Mat Martineau wrote:
> I'm returning to the MPTCP maintainer role I held for most of the
> subsytem's history. This time I'm using my kernel.org email address.

Small world, welcome back :)

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

* Re: [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role
  2023-04-18 23:13 [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role Mat Martineau
  2023-04-19  0:12 ` MAINTAINERS: Resume MPTCP co-maintainer role: Tests Results MPTCP CI
  2023-04-20  1:11 ` [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role Jakub Kicinski
@ 2023-04-20  1:20 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-04-20  1:20 UTC (permalink / raw)
  To: Mat Martineau
  Cc: netdev, kuba, davem, pabeni, edumazet, matthieu.baerts, mptcp

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 18 Apr 2023 16:13:18 -0700 you wrote:
> I'm returning to the MPTCP maintainer role I held for most of the
> subsytem's history. This time I'm using my kernel.org email address.
> 
> Acked-by: Matthieu Baerts <matthieu.baerts@tessares.net>
> Link: https://lore.kernel.org/mptcp/af85e467-8d0a-4eba-b5f8-e2f2c5d24984@tessares.net/
> Signed-off-by: Mat Martineau <martineau@kernel.org>
> 
> [...]

Here is the summary with links:
  - [net-next] MAINTAINERS: Resume MPTCP co-maintainer role
    https://git.kernel.org/netdev/net/c/52b37ae8aa67

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-04-20  1:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18 23:13 [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role Mat Martineau
2023-04-19  0:12 ` MAINTAINERS: Resume MPTCP co-maintainer role: Tests Results MPTCP CI
2023-04-20  1:11 ` [PATCH net-next] MAINTAINERS: Resume MPTCP co-maintainer role Jakub Kicinski
2023-04-20  1:20 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.