ozaki-r 013cd23759 Fix a deadlock on callout_halt of nd6_dad_timer
We must not call callout_halt of nd6_dad_timer with holding nd6_dad_lock because
the lock is taken in nd6_dad_timer. Once softnet_lock goes away, we can pass the
lock to callout_halt, but for now we cannot.
2018-01-10 07:11:38 +00:00
2018-01-09 09:15:57 +00:00
2018-01-09 09:22:25 +00:00
2018-01-09 17:35:29 +00:00
2018-01-10 07:08:35 +00:00
2017-12-29 03:05:13 +00:00
2017-12-27 08:29:02 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%