diff options
| author | Bart Van Assche <bvanassche@acm.org> | 2026-06-05 11:01:07 -0700 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-06-05 13:41:11 -0600 |
| commit | 5f0777166e3eaefc02ec0e381658f510f4d068ce (patch) | |
| tree | fef517983b84c80b8ac877189daf90733162b305 /block | |
| parent | f10b2de2af28f90c9d1a0774a474e5c4e4d222da (diff) | |
| download | ath-5f0777166e3eaefc02ec0e381658f510f4d068ce.tar.gz | |
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 <hare@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://patch.msgid.link/e248ca3aeead238bbc489cf3afdafcbff9e41faf.1780682325.git.bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
| -rw-r--r-- | block/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
