[PATCH 6.7.y 0/5] mptcp: dependences for "selftests: mptcp: rm subflow with v4/v4mapped addr"

Matthieu Baerts (NGI0) posted 5 patches 2 months ago
Only 0 patches received!
There is a newer version of this series
.../selftests/net/mptcp/mptcp_connect.sh      |  16 +-
.../testing/selftests/net/mptcp/mptcp_join.sh | 187 ++++++++++--------
.../testing/selftests/net/mptcp/mptcp_lib.sh  |  15 ++
.../selftests/net/mptcp/mptcp_sockopt.sh      |   8 +-
.../selftests/net/mptcp/userspace_pm.sh       |  86 ++++----
5 files changed, 170 insertions(+), 142 deletions(-)
[PATCH 6.7.y 0/5] mptcp: dependences for "selftests: mptcp: rm subflow with v4/v4mapped addr"
Posted by Matthieu Baerts (NGI0) 2 months ago
Hi Greg,

To be able to apply the last patch without conflicts in v6.7, 4 other
clean-up patches are needed.

These patches mainly replace existing code with helpers to reduce code
duplication. It looks interesting to backport them to ease future
backports.

I had a few conflicts in mptcp_lib.sh, because some of the new helpers
have been backported recently, but not all: so I had to place them
between others.

Geliang Tang (5):
  selftests: mptcp: add evts_get_info helper
  selftests: mptcp: add chk_subflows_total helper
  selftests: mptcp: update userspace pm test helpers
  selftests: mptcp: add mptcp_lib_is_v6
  selftests: mptcp: rm subflow with v4/v4mapped addr

 .../selftests/net/mptcp/mptcp_connect.sh      |  16 +-
 .../testing/selftests/net/mptcp/mptcp_join.sh | 187 ++++++++++--------
 .../testing/selftests/net/mptcp/mptcp_lib.sh  |  15 ++
 .../selftests/net/mptcp/mptcp_sockopt.sh      |   8 +-
 .../selftests/net/mptcp/userspace_pm.sh       |  86 ++++----
 5 files changed, 170 insertions(+), 142 deletions(-)

-- 
2.43.0
Re: [PATCH 6.7.y 0/5] mptcp: dependences for "selftests: mptcp: rm subflow with v4/v4mapped addr"
Posted by Greg KH 2 months ago
On Mon, Mar 04, 2024 at 02:38:28PM +0100, Matthieu Baerts (NGI0) wrote:
> Hi Greg,
> 
> To be able to apply the last patch without conflicts in v6.7, 4 other
> clean-up patches are needed.

6.6 and 6.7 patches now queued up, thanks!

greg k-h