diff options
author | Beata Michalska <beata.michalska@arm.com> | 2025-06-26 18:23:13 +0200 |
---|---|---|
committer | Danilo Krummrich <dakr@kernel.org> | 2025-07-21 17:53:07 +0200 |
commit | 94febfb5bcfb6ccf02283cc07bf58927c119afca (patch) | |
tree | e9e6b5cbccdda022de0624198546f3c9a0139f72 /Documentation/devicetree/bindings/iio/gyroscope | |
parent | ca2a6abdaee43808034cdb218428d2ed85fd3db8 (diff) |
rust: drm: Drop the use of Opaque for ioctl argumentsHEADdrm-misc-next
With the Opaque<T>, the expectations are that Rust should not
make any assumptions on the layout or invariants of the wrapped
C types. That runs rather counter to ioctl arguments, which must
adhere to certain data-layout constraints. By using Opaque<T>,
ioctl handlers are forced to use unsafe code where none is actually
needed. This adds needless complexity and maintenance overhead,
brining no safety benefits.
Drop the use of Opaque for ioctl arguments as that is not the best
fit here.
Signed-off-by: Beata Michalska <beata.michalska@arm.com>
Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20250626162313.2755584-1-beata.michalska@arm.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/gyroscope')
0 files changed, 0 insertions, 0 deletions