mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 09:09:47 +02:00
Unsafe code in VmaNew's methods assumes that the type has the same layout
as the inner `bindings::vm_area_struct`. This is not guaranteed by the
default struct representation in Rust, but requires specifying the
`transparent` representation.
Link: https://lkml.kernel.org/r/20250812132712.61007-1-baptiste.lepers@gmail.com
Fixes:
|
||
|---|---|---|
| .. | ||
| mmput_async.rs | ||
| virt.rs | ||