Repeated EAGAIN
errors during UFFD handling without balloon device
#5056
Labels
Priority: Low
Indicates that an issue or pull request should be resolved behind issues or pull requests labelled `
Status: Awaiting author
Indicates that an issue or pull request requires author action
Describe the bug
When serving memfile with hugepages via UFFD, I sometimes get
EAGAIN
errors that are not resolved by retrying (for cca 200ms—4096 retries with minimal 50µs delay).I’m not using balloon device, so I think the behavior described here and here should not apply, but our UFFD handler is still getting the repeated EAGAINs, even though this get triggered very randomly.
Expected behaviour
There should be either no EAGAINs or they should be resolved after waiting.
Environment
Checks
The text was updated successfully, but these errors were encountered: