Merge branch 'mptcp-sched-fix-some-lock-issues'
authorJakub Kicinski <kuba@kernel.org>
Mon, 28 Oct 2024 22:50:57 +0000 (15:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 28 Oct 2024 22:50:58 +0000 (15:50 -0700)
commitb5abbf612092ebb3e026c0c4756a109d8750f5a5
treea7cc2bae02df01158590b09ec7c028841c73c5ec
parentb935252cc2983d3bcb306fef5bf838e255bab631
parent5513dc1d8fec929006548dde4acdabdc54379beb
Merge branch 'mptcp-sched-fix-some-lock-issues'

Matthieu Baerts says:

====================
mptcp: sched: fix some lock issues

Two small fixes related to the MPTCP packets scheduler:

- Patch 1: add missing rcu_read_(un)lock(). A fix for >= 6.6.

And some modifications in the MPTCP selftests:

- Patch 2: a small addition to the MPTCP selftests to cover more code.
====================

Link: https://patch.msgid.link/20241021-net-mptcp-sched-lock-v1-0-637759cf061c@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>