[PATCH mptcp-next 0/3] mptcp: add more mibs

Paolo Abeni posted 3 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1680544063.git.pabeni@redhat.com
Maintainers: Matthieu Baerts <matthieu.baerts@tessares.net>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Shuah Khan <shuah@kernel.org>
There is a newer version of this series
net/mptcp/mib.c                               |   6 +
net/mptcp/mib.h                               |  14 +++
net/mptcp/options.c                           |   5 +-
net/mptcp/pm.c                                |   6 +-
.../testing/selftests/net/mptcp/mptcp_join.sh | 112 +++++++++---------
5 files changed, 87 insertions(+), 56 deletions(-)
[PATCH mptcp-next 0/3] mptcp: add more mibs
Posted by Paolo Abeni 1 year, 1 month ago
dumb cover letter for CI's sake.

Slould be applied only after the current tree has been crunched
by syzkaller for a little bit, as this will likely change quite
a bit the timings of some critical path, possibly hiding old races
and make more easy to reach other ones

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/378

Paolo Abeni (3):
  mptcp: introduces more address related mibs
  selftests: mptcp: add explicit check for new mibs
  selftests: mptcp: centralize stats dumping

 net/mptcp/mib.c                               |   6 +
 net/mptcp/mib.h                               |  14 +++
 net/mptcp/options.c                           |   5 +-
 net/mptcp/pm.c                                |   6 +-
 .../testing/selftests/net/mptcp/mptcp_join.sh | 112 +++++++++---------
 5 files changed, 87 insertions(+), 56 deletions(-)

-- 
2.39.2
Re: [PATCH mptcp-next 0/3] mptcp: add more mibs
Posted by Paolo Abeni 1 year, 1 month ago
On Tue, 2023-04-04 at 13:41 +0200, Paolo Abeni wrote:
> dumb cover letter for CI's sake.
> 
> Slould be applied only after the current tree has been crunched
> by syzkaller for a little bit, as this will likely change quite
> a bit the timings of some critical path, possibly hiding old races
> and make more easy to reach other ones
> 
> Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/378
> 
> Paolo Abeni (3):
>   mptcp: introduces more address related mibs
>   selftests: mptcp: add explicit check for new mibs
>   selftests: mptcp: centralize stats dumping
> 
>  net/mptcp/mib.c                               |   6 +
>  net/mptcp/mib.h                               |  14 +++
>  net/mptcp/options.c                           |   5 +-
>  net/mptcp/pm.c                                |   6 +-
>  .../testing/selftests/net/mptcp/mptcp_join.sh | 112 +++++++++---------
>  5 files changed, 87 insertions(+), 56 deletions(-)
> 
oops, I sent out an old version. I'll send a v2 soon.

Paolo