[PATCH v2 04/12] mtip32: Enable lock context analysis
Bart Van Assche <[email protected]> Thu, 30 Jul 2026 12:58:27 -0700
| Newsgroups | org.kernel.vger.linux-block |
|---|---|
| Message-ID | <ee97a457fa3dc450215bb813b8dd9b0c488ec9b2.1785440858.git.bvanassche@acm.org> |
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