Re: [PATCH v2 04/12] mtip32: Enable lock context analysis
Nilay Shroff <[email protected]> Mon, 3 Aug 2026 18:46:21 +0530
| Newsgroups | org.kernel.vger.linux-block |
|---|---|
| Message-ID | <[email protected]> |
On 7/31/26 1:28 AM, Bart Van Assche wrote: > Let the compiler verify lock and unlock calls. Enable lock context analysis > in the Makefile. > > Reviewed-by: Christoph Hellwig <[email protected]> > Signed-off-by: Bart Van Assche <[email protected]> > --- > drivers/block/mtip32xx/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/block/mtip32xx/Makefile b/drivers/block/mtip32xx/Makefile > index bff32b5d3c19..233961fdb41b 100644 > --- a/drivers/block/mtip32xx/Makefile > +++ b/drivers/block/mtip32xx/Makefile > @@ -3,4 +3,6 @@ > # Makefile for Block device driver for Micron PCIe SSD > # > > +CONTEXT_ANALYSIS := y > + > obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX) += mtip32xx.o Looks good to me. Reviewed-by: Nilay Shroff <[email protected]>