Re: [PATCH v2] scsi: bsg: read io_uring command fields once
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.io-uring,org.kernel.vger.linux-block,org.kernel.vger.linux-scsi |
|---|---|
| Message-ID | <[email protected]> |
On 6/24/26 9:25 PM, Yang Xiuwei wrote: > Hi James, Martin, > > Friendly ping on v2 ? anything else needed before pick-up? It'll fix the issue, but it also just applies READ_ONCE() everywhere. Which is fine, but most of them don't really matter. For example, yes you could race on the timeout if the application is being stupid or silly, but it doesn't matter one bit. Similarly with a bunch of others. I'll leave that up to the SCSI folks to decide how they want to do it. -- Jens Axboe