14/11/2024 08:44, Hemant Agrawal: > To avoid regressions on this topic, could you look into enabling clang > thread safety check?
This original question is replaced with a proper description of the change: bus/dpaa: enable clang thread safety check for FQ locks Enable "annotate_locks" for compile-time checks by clang. FQLOCK and FQUNLOCK need to be considered as lock functions that the clang analyzer can rely on. > > Signed-off-by: David Marchand <david.march...@redhat.com> > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com> Applied, thanks.