mbox series

[mptcp-next,v2,0/4] add MPTCP_MIB_CURRESTAB

Message ID cover.1701230012.git.geliang.tang@suse.com (mailing list archive)
Headers show
Series add MPTCP_MIB_CURRESTAB | expand

Message

Geliang Tang Nov. 29, 2023, 4:08 a.m. UTC
v2:
- use ftrace_regs_get_argument instead of regs_get_kernel_argument to
  fix build warnings reported kernel test robot.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202311290855.aEWX2Ohy-lkp@intel.com/
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/460

Geliang Tang (4):
  mptcp: add mib counter dec helper
  mptcp: add a current established counter
  mptcp: add a ftrace callback for tcp_set_state
  selftests: mptcp: join: check CURRESTAB counters

 net/mptcp/Makefile                            |  1 +
 net/mptcp/mib.c                               |  1 +
 net/mptcp/mib.h                               |  8 +++
 net/mptcp/trace.c                             | 64 +++++++++++++++++++
 .../testing/selftests/net/mptcp/mptcp_join.sh | 58 +++++++++++++++--
 5 files changed, 127 insertions(+), 5 deletions(-)
 create mode 100644 net/mptcp/trace.c