Re: [PATCH v2 0/4] More strict maple tree lockdep

From: Linus Torvalds
Date: Fri Jul 14 2023 - 16:16:11 EST


On Fri, 14 Jul 2023 at 12:56, Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> wrote:
>
> This series of patches adds checks to ensure the lock is held in write
> mode during the write path of the maple tree instead of checking if it's
> held at all.

Ack, LGTM. I assume that there were no lockdep errors found by all this..

Linus