summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2026-07-15 16:47:36 +0200
committerAndrew Morton <akpm@linux-foundation.org>2026-07-22 21:14:22 -0700
commitcf87ac9126688364f16cbb1c44b2b6d0b6878c8a (patch)
treeab8c0a621428d7b186aa5ce016f2ee68f00a7f8c /lib
parent0ea2cd783eac919f218acb7e5437015664ef47f1 (diff)
downloadlinux-next-cf87ac9126688364f16cbb1c44b2b6d0b6878c8a.tar.gz
linux-next-cf87ac9126688364f16cbb1c44b2b6d0b6878c8a.zip
raid6: enable lock context analysis
The code doesn't have any locking, so this is trivial. Link: https://lore.kernel.org/20260715144825.95432-6-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/raid/raid6/Makefile2
1 files changed, 2 insertions, 0 deletions
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)