Re: [PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool

2023-03-14 Thread Kevin Wolf
Am 03.02.2023 um 14:17 hat Emanuele Giuseppe Esposito geschrieben: > Just remove some AioContext lock in LinuxAioState and ThreadPool. > Not related to anything specific, so I decided to send it as > a separate patch. > > These patches are taken from Paolo's old draft series. Thanks, applied to

Re: [PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool

2023-03-02 Thread Stefan Hajnoczi
On Fri, Feb 03, 2023 at 08:17:27AM -0500, Emanuele Giuseppe Esposito wrote: > Just remove some AioContext lock in LinuxAioState and ThreadPool. > Not related to anything specific, so I decided to send it as > a separate patch. > > These patches are taken from Paolo's old draft series. Despite

[PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool

2023-02-03 Thread Emanuele Giuseppe Esposito
Just remove some AioContext lock in LinuxAioState and ThreadPool. Not related to anything specific, so I decided to send it as a separate patch. These patches are taken from Paolo's old draft series. --- v5: * apply Stefan comments, add patch 4 to remove ThreadPool * param from