On Mon Jun 22, 2026 at 3:44 AM BST, Alvin Sun wrote: > Change `create_fops()` to accept an owner module pointer instead of > hardcoding `null_mut()`, ensuring the kernel correctly tracks the > module owning the DRM device's file operations. > > Signed-off-by: Alvin Sun <[email protected]>
Reviewed-by: Gary Guo <[email protected]> How is the patch logistics going to be handled? This series probably should be routed via the rust tree? Perhaps as fixes? Best, Gary > --- > rust/kernel/drm/device.rs | 3 ++- > rust/kernel/drm/gem/mod.rs | 4 ++-- > 2 files changed, 4 insertions(+), 3 deletions(-)

