Re: [PATCH net 0/3] mptcp: sched: fix some lock issues

2024-10-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : 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

[PATCH net 0/3] mptcp: sched: fix some lock issues

2024-10-21 Thread Matthieu Baerts (NGI0)
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 sel