Re: [PATCH 2/2] aio-posix: disable fdmon-io_uring when GSource is used

2020-05-14 Thread Oleksandr Natalenko
On Mon, May 11, 2020 at 07:36:30PM +0100, Stefan Hajnoczi wrote: > The glib event loop does not call fdmon_io_uring_wait() so fd handlers > waiting to be submitted build up in the list. There is no benefit is > using io_uring when the glib GSource is being used, so disable it > instead of implement

[PATCH 2/2] aio-posix: disable fdmon-io_uring when GSource is used

2020-05-11 Thread Stefan Hajnoczi
The glib event loop does not call fdmon_io_uring_wait() so fd handlers waiting to be submitted build up in the list. There is no benefit is using io_uring when the glib GSource is being used, so disable it instead of implementing a more complex fix. This fixes a memory leak where AioHandlers would