]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
authorGuillaume Nault <g.nault@alphalink.fr>
Thu, 12 Apr 2018 18:50:35 +0000 (20:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Apr 2018 16:17:26 +0000 (12:17 -0400)
commit2e5adf0426111ce7f9f5f66a572bfd642969618f
tree7143db7e1e7c2286a02f5f03a19bb0935e24456f
parent87700b913a59ce4e534d67be2bbf7a572f894200
l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file

Use l2tp_tunnel_get_nth() instead of l2tp_tunnel_find_nth(), to be safe
against concurrent tunnel deletion.

Use the same mechanism as in l2tp_ppp.c for dropping the reference
taken by l2tp_tunnel_get_nth(). That is, drop the reference just
before looking up the next tunnel. In case of error, drop the last
accessed tunnel in l2tp_dfs_seq_stop().

That was the last use of l2tp_tunnel_find_nth().

Fixes: 1007a7d5783e ("l2tp: Add debugfs files for dumping l2tp debug info")
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c
net/l2tp/l2tp_core.h
net/l2tp/l2tp_debugfs.c