[PATCH net 0/2] mptcp: More fixes for 6.5

Mat Martineau posted 2 patches 9 months, 1 week ago
Failed in applying to current master (apply log)
net/mptcp/protocol.c                            | 3 +--
tools/testing/selftests/net/mptcp/mptcp_join.sh | 4 +---
2 files changed, 2 insertions(+), 5 deletions(-)
[PATCH net 0/2] mptcp: More fixes for 6.5
Posted by Mat Martineau 9 months, 1 week ago
Patch 1: Better detection of ip6tables vs ip6tables-legacy tools for 
self tests. Fix for 6.4 and newer.

Patch 2: Only generate "new listener" event if listen operation 
succeeds. Fix for 6.2 and newer.

Signed-off-by: Mat Martineau <martineau@kernel.org>
---
Matthieu Baerts (1):
      selftests: mptcp: join: only check for ip6tables if needed

Paolo Abeni (1):
      mptcp: more accurate NL event generation

 net/mptcp/protocol.c                            | 3 +--
 tools/testing/selftests/net/mptcp/mptcp_join.sh | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)
---
base-commit: 284779dbf4e98753458708783af8c35630674a21
change-id: 20230725-send-net-20230725-579ecd4326e8

Best regards,
-- 
Mat Martineau <martineau@kernel.org>
Re: [PATCH net 0/2] mptcp: More fixes for 6.5
Posted by Jakub Kicinski 9 months, 1 week ago
On Tue, 25 Jul 2023 11:34:54 -0700 Mat Martineau wrote:
> Patch 1: Better detection of ip6tables vs ip6tables-legacy tools for 
> self tests. Fix for 6.4 and newer.
> 
> Patch 2: Only generate "new listener" event if listen operation 
> succeeds. Fix for 6.2 and newer.

I hacked up propagating Cc: stable from replies in our maintainer
tooling.  Good opportunity to test that:

Cc: stable@vger.kernel.org