Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.
authorhselasky <hselasky@FreeBSD.org>
Sat, 19 Dec 2020 11:00:11 +0000 (11:00 +0000)
committerhselasky <hselasky@FreeBSD.org>
Sat, 19 Dec 2020 11:00:11 +0000 (11:00 +0000)
commit5018a889e1b14a819091ce451b0153644c51ccd4
tree72cf972f3ab5f2b71925b227450712422c3cbc0a
parent5214378dab9cc121fbe7442da31553679eae818b
Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.

MFC after: 1 week
Reported by: Mark Millard <marklmi@yahoo.com>
Sponsored by: Mellanox Technologies // NVIDIA Networking
sys/dev/usb/net/if_ure.c