Re: [PATCH v4 5/9] net/ixgbe/base: fix lock checker errors

2025-03-28 Thread Burakov, Anatoly
On 3/28/2025 12:16 PM, Bruce Richardson wrote: When building on FreeBSD, errors are reported in the base code by the lock checker (-Wthread-safety). For example: ../drivers/net/intel/ixgbe/base/ixgbe_osdep.c:42:1: error: mutex 'lock->mutex' is still held at the end of function [-Werror,-Wthread

[PATCH v4 5/9] net/ixgbe/base: fix lock checker errors

2025-03-28 Thread Bruce Richardson
When building on FreeBSD, errors are reported in the base code by the lock checker (-Wthread-safety). For example: ../drivers/net/intel/ixgbe/base/ixgbe_osdep.c:42:1: error: mutex 'lock->mutex' is still held at the end of function [-Werror,-Wthread-safety-analysis] 42 | } | ^ These erro