[PATCH v3 37/57] scsi: libsas: Enable lock context analysis

Bart Van Assche <[email protected]> Thu, 30 Jul 2026 15:45:20 -0700
Newsgroups org.kernel.vger.linux-scsi
Message-ID <b98cb2f5e38bf5c46ee2a38cef410338944ca47c.1785451174.git.bvanassche@acm.org>
Signed-off-by: Bart Van Assche <[email protected]>
---
 drivers/scsi/libsas/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/scsi/libsas/Makefile b/drivers/scsi/libsas/Makefile
index 9dc32736cf21..6f6f1336b438 100644
--- a/drivers/scsi/libsas/Makefile
+++ b/drivers/scsi/libsas/Makefile
@@ -6,6 +6,8 @@
 # Copyright (C) 2005 Luben Tuikov <[email protected]>
 #
 
+CONTEXT_ANALYSIS := y
+
 obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas.o
 libsas-y +=  sas_init.o     \
 		sas_phy.o      \