]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Exclude the network link eventhandler from epochification after r353292.
authorhselasky <hselasky@FreeBSD.org>
Tue, 15 Oct 2019 11:20:16 +0000 (11:20 +0000)
committerhselasky <hselasky@FreeBSD.org>
Tue, 15 Oct 2019 11:20:16 +0000 (11:20 +0000)
commit9eb258b5cf99f9b4f29c1dd7b920449456ebaf81
tree546320c888305b5589bef3f7dd63878186eef4e0
parenta229d895ec68cbfbaabee3f8f4e692ec3568f548
Exclude the network link eventhandler from epochification after r353292.

This fixes the following assert when "options RATELIMIT" is used:
panic()
malloc()
sysctl_add_oid()
tcp_rl_ifnet_link()
do_link_state_change()
taskqueue_run_locked()

Sponsored by: Mellanox Technologies
sys/net/if.c