Re: [PATCH 0/6] virtio-blk: iothread-vq-mapping cleanups

2024-01-19 Thread Kevin Wolf
Am 19.01.2024 um 14:57 hat Stefan Hajnoczi geschrieben: > Kevin Wolf identified some issues with the virtio-blk iothread-vq-mapping > patch > series that was merged at the end of 2023: > 1. s->rq is restarted from one AioContext and races with the other >iothread-vq-mapping AioContexts. > 2. F

[PATCH 0/6] virtio-blk: iothread-vq-mapping cleanups

2024-01-19 Thread Stefan Hajnoczi
Kevin Wolf identified some issues with the virtio-blk iothread-vq-mapping patch series that was merged at the end of 2023: 1. s->rq is restarted from one AioContext and races with the other iothread-vq-mapping AioContexts. 2. Failure to set the AioContext is no longer fatal since the IO_CODE API