K 10 svn:author V 3 erj K 8 svn:date V 27 2023-07-20T22:58:20.399492Z K 7 svn:log V 588 iflib: Unlock ctx lock around call to ether_ifattach() Panic occurs during loading driver using kldload. It exists since netlink is enabled. There is problem with double locking ctx. This fix allows to call ether_ifattach() without locked ctx. Signed-off-by: Eric Joyner PR: 271768 Reviewed by: erj@, jhb@ Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D40557 (cherry picked from commit a52f23f4c49e4766fb9eb0bf460cc83c5f63f17d) Git Hash: 2617bca5a8c98e9e84fba3f2ebd9302e8e893b8f Git Author: przemyslawx.lewandowski@intel.com END