Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 04 Nov 2024 13:31:40 +0100 you wrote:
Two small fixes related to the MPTCP path-manager:
Patch 1: remove an accidental restriction to admin users to list MPTCP endpoints. A regression from v6.7.
Patch 2: correctly use sock_kfree_s() instead of kfree() in the userspace PM. A fix for another fix introduced in v6.4 and backportable up to v5.19.
[...]
Here is the summary with links: - [net,1/2] mptcp: no admin perm to list endpoints https://git.kernel.org/netdev/net/c/cfbbd4859882 - [net,2/2] mptcp: use sock_kfree_s instead of kfree https://git.kernel.org/netdev/net/c/99635c91fb8b
You are awesome, thank you!