Re: [PATCH 3/4] scsi: don't lock AioContext in I/O code path

2023-12-01 Thread Kevin Wolf
Am 23.11.2023 um 20:49 hat Stefan Hajnoczi geschrieben: > blk_aio_*() doesn't require the AioContext lock and the SCSI subsystem's > internal state also does not anymore. > > Signed-off-by: Stefan Hajnoczi With this one, I'm not really confident enough to give a R-b. I couldn't find a problem, b

Re: [PATCH 3/4] scsi: don't lock AioContext in I/O code path

2023-11-27 Thread Eric Blake
On Thu, Nov 23, 2023 at 02:49:30PM -0500, Stefan Hajnoczi wrote: > blk_aio_*() doesn't require the AioContext lock and the SCSI subsystem's > internal state also does not anymore. > > Signed-off-by: Stefan Hajnoczi > --- > hw/scsi/scsi-disk.c| 23 --- > hw/scsi/scsi-gener

[PATCH 3/4] scsi: don't lock AioContext in I/O code path

2023-11-23 Thread Stefan Hajnoczi
blk_aio_*() doesn't require the AioContext lock and the SCSI subsystem's internal state also does not anymore. Signed-off-by: Stefan Hajnoczi --- hw/scsi/scsi-disk.c| 23 --- hw/scsi/scsi-generic.c | 20 +++- 2 files changed, 3 insertions(+), 40 deletions(