bytecodealliance / bytecodealliance/userfaultfd-rs

IoctlFlags does not support UFFDIO_POISON

Open
#61 0 comments 0 reactions 1 assignee Claimed by @kawasin73 View on GitHub
Dominant language
Rust
Stars
49
Forks
34
PR merge metrics
No merged PRs in 30d

Description

From Linux 6.6, `uffdio_register.iotcls` contains a bit for `_UFFDIO_POISON` ([code](https://elixir.bootlin.com/linux/v6.6/source/include/uapi/linux/userfaultfd.h#L54)).

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.