From: Jakub Kicinski Date: Wed, 6 Nov 2024 01:51:10 +0000 (-0800) Subject: Merge branch 'mptcp-pm-fix-wrong-perm-and-sock-kfree' X-Git-Tag: v6.12~55^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f2f406a35e9311d9d3ec8db0ac33ea1853825cd;p=platform%2Fkernel%2Flinux-amlogic.git 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/20241104-net-mptcp-misc-6-12-v1-0-c13f2ff1656f@kernel.org Signed-off-by: Jakub Kicinski --- 3f2f406a35e9311d9d3ec8db0ac33ea1853825cd