mbox series

[0/2] Pol fixups

Message ID 20230110180055.204657-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Pol fixups | expand

Message

Jens Axboe Jan. 10, 2023, 6 p.m. UTC
Hi,

Patch 1 just adds support for fdinfo outputting state of the locked
poll hash table, something which was forgotten when that support was
added earlier.

Patch 2 fixes a race where multiple requests on the same poll waitqueue
may get woken and not properly retried. This causes those requests to
potentially never get woken again, if we race.