]> Git Repo - linux.git/commit
Merge branch 'mptcp-pm-fix-wrong-perm-and-sock-kfree'
authorJakub Kicinski <[email protected]>
Wed, 6 Nov 2024 01:51:10 +0000 (17:51 -0800)
committerJakub Kicinski <[email protected]>
Wed, 6 Nov 2024 01:51:11 +0000 (17:51 -0800)
commit3f2f406a35e9311d9d3ec8db0ac33ea1853825cd
tree36a446b3f88ccd27fe5633db2b47c3da27334794
parent256748d5480bb3c4b731236c6d6fc86a8e2815d8
parent99635c91fb8b860a6404b9bc8b769df7bdaa2ae3
Merge branch 'mptcp-pm-fix-wrong-perm-and-sock-kfree'

Matthieu Baerts says:

====================
mptcp: pm: fix wrong perm and sock kfree

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.
====================

Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
This page took 0.042245 seconds and 4 git commands to generate.