Re: [PATCH v3 4/6] rust: drm: set fops.owner from driver module pointer
"Gary Guo" <[email protected]>
| Newsgroups | org.kernel.vger.linux-modules,dev.linux.lists.driver-core,dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
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(-)