linux/rust/kernel/drm
Gary Guo 22e77d81d0 rust: drm: fix non-const read8 in unit test
With CONFIG_CC_OPTIMIZE_FOR_SIZE, the address validity check in non-const
`read8` invocaction is not optimized away, leading to build failure.

Fixes: d055768429 ("rust: drm: gem: shmem: Add vmap functions")
Signed-off-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260716142545.3622278-2-gary@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
2026-07-19 16:29:18 +02:00
..
gem rust: drm: fix non-const read8 in unit test 2026-07-19 16:29:18 +02:00
gpuvm rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo 2026-07-13 15:43:07 +00:00
device.rs rust: drm: Add RegistrationData to drm::Driver 2026-07-12 16:05:44 +02:00
driver.rs rust: drm: Fix typo in FEAT_RENDER documentation 2026-07-13 18:13:26 +02:00
file.rs rust/drm: Remove imports covered by prelude::* 2026-02-24 16:11:41 +01:00
ioctl.rs rust: drm: Pass registration data to ioctl handlers 2026-07-12 16:06:43 +02:00
mod.rs rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections 2026-07-12 15:56:52 +02:00