Re: [RFC v7 00/19] lockdep: Support deadlock detection for recursive read locks

From: Peter Zijlstra
Date: Fri Aug 21 2020 - 15:58:13 EST


On Fri, Aug 07, 2020 at 03:42:19PM +0800, Boqun Feng wrote:
> Hi Peter and Waiman,
>
> As promised, this is the updated version of my previous lockdep patchset
> for recursive read lock support. It's based on v5.8. Previous versions
> can be found at:

OK, this all looks really nice.

I've stuck it in my locking/core branch for testing, I've had to fix a
few minor rejects (my bad for being to slow), made a few minor edits and
fixed that one masking thing.

It seems to boot with the selftests all green, haven't done much else
with it yet, we'll see.

git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git locking/core

Thanks!