From: Bart Van Assche Date: Fri, 5 Jun 2026 18:01:07 +0000 (-0700) Subject: block: Enable lock context analysis X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5f0777166e3eaefc02ec0e381658f510f4d068ce;p=thirdparty%2Flinux.git block: Enable lock context analysis Now that all block/*.c files have been annotated, enable lock context analysis for all these source files. Reviewed-by: Hannes Reinecke Reviewed-by: Christoph Hellwig Signed-off-by: Bart Van Assche Reviewed-by: Chaitanya Kulkarni Link: https://patch.msgid.link/e248ca3aeead238bbc489cf3afdafcbff9e41faf.1780682325.git.bvanassche@acm.org Signed-off-by: Jens Axboe --- diff --git a/block/Makefile b/block/Makefile index 7dce2e44276c4..54130faacc21e 100644 --- a/block/Makefile +++ b/block/Makefile @@ -3,6 +3,8 @@ # Makefile for the kernel block layer # +CONTEXT_ANALYSIS := y + obj-y := bdev.o fops.o bio.o elevator.o blk-core.o blk-sysfs.o \ blk-flush.o blk-settings.o blk-ioc.o blk-map.o \ blk-merge.o blk-timeout.o blk-lib.o blk-mq.o \