linux/net/netrom
Cong Wang 63346650c1 netrom: switch to sock timer API
sk_reset_timer() and sk_stop_timer() properly handle
sock refcnt for timer function. Switching to them
could fix a refcounting bug reported by syzbot.

Reported-and-tested-by: syzbot+defa700d16f1bd1b9a05@syzkaller.appspotmail.com
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-hams@vger.kernel.org
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-01-27 10:38:04 -08:00
..
Makefile
af_netrom.c netrom: fix locking in nr_find_socket() 2018-12-30 20:24:16 -08:00
nr_dev.c
nr_in.c
nr_loopback.c
nr_out.c
nr_route.c
nr_subr.c
nr_timer.c netrom: switch to sock timer API 2019-01-27 10:38:04 -08:00
sysctl_net_netrom.c