Message ID | 20241021-net-mptcp-sched-lock-v1-0-637759cf061c@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: sched: fix some lock issues | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 21 Oct 2024 12:25:25 +0200 you wrote: > Two small fixes related to the MPTCP packets scheduler: > > - Patch 1: add missing rcu_read_(un)lock(). A fix for >= 6.6. > > - Patch 2: remove unneeded lock when listing packets schedulers. A fix > for >= 6.10. > > [...] Here is the summary with links: - [net,1/3] mptcp: init: protect sched with rcu_read_lock https://git.kernel.org/netdev/net/c/3deb12c788c3 - [net,2/3] mptcp: remove unneeded lock when listing scheds (no matching commit) - [net,3/3] selftests: mptcp: list sysctl data https://git.kernel.org/netdev/net/c/5513dc1d8fec You are awesome, thank you!
Two small fixes related to the MPTCP packets scheduler: - Patch 1: add missing rcu_read_(un)lock(). A fix for >= 6.6. - Patch 2: remove unneeded lock when listing packets schedulers. A fix for >= 6.10. And some modifications in the MPTCP selftests: - Patch 3: a small addition to the MPTCP selftests to cover more code. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> --- Matthieu Baerts (NGI0) (3): mptcp: init: protect sched with rcu_read_lock mptcp: remove unneeded lock when listing scheds selftests: mptcp: list sysctl data net/mptcp/protocol.c | 2 ++ net/mptcp/sched.c | 2 -- tools/testing/selftests/net/mptcp/mptcp_connect.sh | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) --- base-commit: 3b05b9c36ddd01338e1352588f2ec1ea23f97d43 change-id: 20241021-net-mptcp-sched-lock-10dfc75d1e00 Best regards,