diff options
author | Asahi Lina <[email protected]> | 2023-04-03 18:33:52 +0900 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2023-04-22 01:46:45 +0200 |
commit | 4e1746656839ab1e88d76eec4d2fa0b41d585604 (patch) | |
tree | 3636331016fa3b21e46f4d54d0741c3b7f1021d4 /scripts/gdb/linux/proc.py | |
parent | 19096bce815716cf93fc1ef3965629c3affa26f1 (diff) |
rust: uapi: Add UAPI crate
This crate mirrors the `bindings` crate, but will contain only UAPI
bindings. Unlike the bindings crate, drivers may directly use this crate
if they have to interface with userspace.
Initially, just bind the generic ioctl stuff.
In the future, we would also like to add additional checks to ensure
that all types exposed by this crate satisfy UAPI-safety guarantees
(that is, they are safely castable to/from a "bag of bits").
[ Miguel: added support for the `rustdoc` and `rusttest` targets,
since otherwise they fail, and we want to keep them working. ]
Reviewed-by: Martin Rodriguez Reboredo <[email protected]>
Signed-off-by: Asahi Lina <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions