[PATCH mptcp-next v2 0/5] mptcp: avoid data-races around the sysctls

Gang Yan posted 5 patches 5 days, 14 hours ago
Only 2 patches received!
There is a newer version of this series
net/mptcp/ctrl.c     | 116 ++++++++++++++++++++++++++++++-------------
net/mptcp/pm.c       |   3 +-
net/mptcp/protocol.c |   5 +-
net/mptcp/protocol.h |   6 +--
net/mptcp/sched.c    |   2 +-
5 files changed, 91 insertions(+), 41 deletions(-)
[PATCH mptcp-next v2 0/5] mptcp: avoid data-races around the sysctls
Posted by Gang Yan 5 days, 14 hours ago
From: Gang Yan <yangang@kylinos.cn>

Changelog:
v2:
  - Split the code around bpf to patch 4 and patch 5.
  - Put WRITE_ONCE(pernet->pm_type, pm_type) into patch 3 and add
    tag of Tao Cui.
v1:
  Link: https://patchwork.kernel.org/project/mptcp/cover/20260817012452.7519-1-gang.yan@linux.dev/


Gang Yan (4):
  mptcp: sched: change scheduler sysctl atomically
  mptcp: pm: change path_manager sysctl atomically
  Squash to "mptcp: pm: init and release mptcp_pm_ops"
  Squash to "bpf: Add mptcp packet scheduler struct_ops"

Matthieu Baerts (NGI0) (1):
  mptcp: use READ_ONCE() over sysctls

 net/mptcp/ctrl.c     | 116 ++++++++++++++++++++++++++++++-------------
 net/mptcp/pm.c       |   3 +-
 net/mptcp/protocol.c |   5 +-
 net/mptcp/protocol.h |   6 +--
 net/mptcp/sched.c    |   2 +-
 5 files changed, 91 insertions(+), 41 deletions(-)

-- 
2.43.0