From: David S. Miller Date: Mon, 28 Aug 2017 18:34:59 +0000 (-0700) Subject: Merge branch 'l2tp-tunnel-refs' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=77146b5d79cfa51aebb8c0e8c19af32b579890f7;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'l2tp-tunnel-refs' Guillaume Nault says: ==================== l2tp: fix some l2tp_tunnel_find() issues in l2tp_netlink Since l2tp_tunnel_find() doesn't take a reference on the tunnel it returns, its users are almost guaranteed to be racy. This series defines l2tp_tunnel_get() which can be used as a safe replacement, and converts some of l2tp_tunnel_find() users in the l2tp_netlink module. Other users often combine this issue with other more or less subtle races. They will be fixed incrementally in followup series. ==================== Signed-off-by: David S. Miller --- 77146b5d79cfa51aebb8c0e8c19af32b579890f7