]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge branch 'mptcp-pm-a-few-more-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 14 Nov 2024 02:51:09 +0000 (18:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 14 Nov 2024 02:51:10 +0000 (18:51 -0800)
commit7d2253d93327de257590b88c86eeebfe7ff88d0c
treeff71f8ebde3253ff5e4ae2844a048998556fa906
parent73af53d82076bbe184d9ece9e14b0dc8599e6055
parentdb3eab8110bc0520416101b6a5b52f44a43fb4cf
Merge branch 'mptcp-pm-a-few-more-fixes'

Matthieu Baerts says:

====================
mptcp: pm: a few more fixes

Three small fixes related to the MPTCP path-manager:

- Patch 1: correctly reflect the backup flag to the corresponding local
  address entry of the userspace path-manager. A fix for v5.19.

- Patch 2: hold the PM lock when deleting an entry from the local
  addresses of the userspace path-manager to avoid messing up with this
  list. A fix for v5.19.

- Patch 3: use _rcu variant to iterate the in-kernel path-manager's
  local addresses list, when under rcu_read_lock(). A fix for v5.17.
====================

Link: https://patch.msgid.link/20241112-net-mptcp-misc-6-12-pm-v1-0-b835580cefa8@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>