userfaultfd-rs icon indicating copy to clipboard operation
userfaultfd-rs copied to clipboard

IoctlFlags does not support UFFDIO_POISON

Open kawasin73 opened this issue 1 year ago • 0 comments

From Linux 6.6, uffdio_register.iotcls contains a bit for _UFFDIO_POISON (code).

register() always fails as UnrecognizedIoctls(284) because struct IoctlFlags does not support UFFDIO_POISON yet.

kawasin73 avatar Jan 10 '24 02:01 kawasin73