Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 08 Jan 2025 16:34:28 +0100 you wrote:
As pointed out by Al Viro and Eric Dumazet in [1], using the 'net' structure via 'current' is not recommended for different reasons:
- Inconsistency: getting info from the reader's/writer's netns vs only from the opener's netns as it is usually done. This could cause unexpected issues when other operations are done on the wrong netns.
[...]
Here is the summary with links: - [net,1/9] mptcp: sysctl: avail sched: remove write access https://git.kernel.org/netdev/net/c/771ec78dc8b4 - [net,2/9] mptcp: sysctl: sched: avoid using current->nsproxy https://git.kernel.org/netdev/net/c/d38e26e36206 - [net,3/9] mptcp: sysctl: blackhole timeout: avoid using current->nsproxy https://git.kernel.org/netdev/net/c/92cf7a51bdae - [net,4/9] sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy https://git.kernel.org/netdev/net/c/ea62dd138391 - [net,5/9] sctp: sysctl: rto_min/max: avoid using current->nsproxy https://git.kernel.org/netdev/net/c/9fc17b76fc70 - [net,6/9] sctp: sysctl: auth_enable: avoid using current->nsproxy https://git.kernel.org/netdev/net/c/15649fd5415e - [net,7/9] sctp: sysctl: udp_port: avoid using current->nsproxy https://git.kernel.org/netdev/net/c/c10377bbc197 - [net,8/9] sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy https://git.kernel.org/netdev/net/c/6259d2484d0c - [net,9/9] rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy https://git.kernel.org/netdev/net/c/7f5611cbc487
You are awesome, thank you!