[PATCH 5/8] raid6: enable lock context analysis

From: Christoph Hellwig

Date: Wed Jul 15 2026 - 11:10:54 EST


The code doesn't have any locking, so this is trivial.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
lib/raid/raid6/Makefile | 2 ++
1 file changed, 2 insertions(+)

diff --git a/lib/raid/raid6/Makefile b/lib/raid/raid6/Makefile
index 038d6c74d1ba..5cdb7223de2a 100644
--- a/lib/raid/raid6/Makefile
+++ b/lib/raid/raid6/Makefile
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: GPL-2.0

+CONTEXT_ANALYSIS := y
+
ccflags-y += -I $(src)

ifeq ($(CONFIG_RAID6_PQ_ARCH),y)
--
2.53.0