]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Exclude the network link eventhandler from epochification after r353292.
authorHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 15 Oct 2019 11:20:16 +0000 (11:20 +0000)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 15 Oct 2019 11:20:16 +0000 (11:20 +0000)
commit93cfeb0ed9d94bc3a86381ef9917cff7a64dda54
tree546320c888305b5589bef3f7dd63878186eef4e0
parent427c402de2dda60bae24956720bb2ab00f77b915
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