Re: [PATCH v5 6/6] scsi: core: Enable lock context analysis

Bart Van Assche <[email protected]> Thu, 6 Aug 2026 09:58:28 -0700
Newsgroups gmane.linux.scsi
Message-ID <[email protected]>
On 8/6/26 2:16 AM, John Garry wrote:
> On 05/08/2026 22:36, Bart Van Assche wrote:
>> Enable lock context analysis for those SCSI core files that build
>> without triggering any compiler warnings.
> 
> Do you mean context analysis compiler warnings?

Yes, that's what I meant.

> If so, are there files which do trigger context analysis compiler
> warnings?
Yes, multiple. All code changes and lock context annotations added by
this patch series are necessary to make all SCSI drivers build without
triggering lock context analysis compiler warnings:
"[PATCH v3 00/57] Enable lock context analysis for the SCSI subsystem"
(https://lore.kernel.org/linux-scsi/[email protected]/)

Thanks,

Bart.