MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH net 0/2] mptcp: pm: fix wrong perm and sock kfree
@ 2024-11-04 12:31 Matthieu Baerts (NGI0)
  2024-11-04 12:31 ` [PATCH net 1/2] mptcp: no admin perm to list endpoints Matthieu Baerts (NGI0)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matthieu Baerts (NGI0) @ 2024-11-04 12:31 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Donald Hunter,
	Davide Caratti
  Cc: netdev, linux-kernel, Matthieu Baerts (NGI0), stable,
	Geliang Tang

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.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Geliang Tang (1):
      mptcp: use sock_kfree_s instead of kfree

Matthieu Baerts (NGI0) (1):
      mptcp: no admin perm to list endpoints

 Documentation/netlink/specs/mptcp_pm.yaml | 1 -
 net/mptcp/mptcp_pm_gen.c                  | 1 -
 net/mptcp/pm_userspace.c                  | 3 ++-
 3 files changed, 2 insertions(+), 3 deletions(-)
---
base-commit: 5ccdcdf186aec6b9111845fd37e1757e9b413e2f
change-id: 20241104-net-mptcp-misc-6-12-34ca759f78ee

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-06  2:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04 12:31 [PATCH net 0/2] mptcp: pm: fix wrong perm and sock kfree Matthieu Baerts (NGI0)
2024-11-04 12:31 ` [PATCH net 1/2] mptcp: no admin perm to list endpoints Matthieu Baerts (NGI0)
2024-11-04 12:31 ` [PATCH net 2/2] mptcp: use sock_kfree_s instead of kfree Matthieu Baerts (NGI0)
2024-11-06  2:20 ` [PATCH net 0/2] mptcp: pm: fix wrong perm and sock kfree patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox