All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mat Martineau <mathew.j.martineau@linux.intel.com>
To: netdev@vger.kernel.org
Cc: Mat Martineau <mathew.j.martineau@linux.intel.com>,
	davem@davemloft.net, kuba@kernel.org,
	matthieu.baerts@tessares.net, mptcp@lists.linux.dev
Subject: [PATCH net 0/3] mptcp: A few fixes
Date: Thu, 20 Jan 2022 16:35:26 -0800	[thread overview]
Message-ID: <20220121003529.54930-1-mathew.j.martineau@linux.intel.com> (raw)

Here are some fixes from the mptcp tree:

Patch 1 fixes a RCU locking issue when processing a netlink command that
updates endpoint flags in the in-kernel MPTCP path manager.

Patch 2 fixes a typo affecting available endpoint id tracking.

Patch 3 fixes IPv6 routing in the MPTCP self tests.


Geliang Tang (1):
  mptcp: fix removing ids bitmap setting

Paolo Abeni (2):
  mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
  selftests: mptcp: fix ipv6 routing setup

 net/mptcp/pm_netlink.c                        | 39 +++++++++++++------
 .../testing/selftests/net/mptcp/mptcp_join.sh |  5 ++-
 2 files changed, 31 insertions(+), 13 deletions(-)


base-commit: 57afdc0aab094b4c811b3fe030b2567812a495f3
-- 
2.34.1


             reply	other threads:[~2022-01-21  0:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21  0:35 Mat Martineau [this message]
2022-01-21  0:35 ` [PATCH net 1/3] mptcp: fix msk traversal in mptcp_nl_cmd_set_flags() Mat Martineau
2022-01-21  0:35 ` [PATCH net 2/3] mptcp: fix removing ids bitmap setting Mat Martineau
2022-01-21  0:35 ` [PATCH net 3/3] selftests: mptcp: fix ipv6 routing setup Mat Martineau
2022-01-21  6:00 ` [PATCH net 0/3] mptcp: A few fixes patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220121003529.54930-1-mathew.j.martineau@linux.intel.com \
    --to=mathew.j.martineau@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=matthieu.baerts@tessares.net \
    --cc=mptcp@lists.linux.dev \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.