Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UFFD support is not compatible with newer kernels as there was a new ioctl option added that the older userfaultfd version does not recognize: ``` [PUT /snapshot/load][400] loadSnapshotBadRequest &{FaultMessage:Load snapshot error: Failed to restore from snapshot: Failed to load guest memory: Error creating guest memory from uffd: Failed to register memory address range with the userfaultfd object: Unrecognized ioctl flags: 284} ``` This was reported in bytecodealliance/userfaultfd-rs#61 and fixed in bytecodealliance/userfaultfd-rs#62 Signed-off-by: Vadim Berezniker <vadim@buildbuddy.io>
- Loading branch information