Re: [PATCH 00/12] drbd: Enable lock context analysis
Bart Van Assche <[email protected]>
| Newsgroups | org.kernel.vger.linux-block |
|---|---|
| Message-ID | <[email protected]> |
On 7/9/26 2:35 PM, Bart Van Assche wrote: > This patch series enables compile-time lock context analysis for DRBD. The goal > of this series is to allow the compiler to statically verify that locks are > acquired and released correctly, helping to prevent deadlocks and race > conditions. This version addresses feedback received on the v1 series, improves > the annotations, and refactors some conditional locking paths to use the modern > cleanup.h guard infrastructure. Christoph Böhmwalder, are you the right person to help with reviewing this patch series? Thanks, Bart.