In the Linux kernel, the following vulnerability has been resolved:
drm: zynqmpdp: Fix a deadlock in zynqmpdpignorehpd_set()
Instead of attempting the same mutex twice, lock and unlock it.
This bug has been detected by the Clang thread-safety analyzer.