aboutsummaryrefslogtreecommitdiffstats
diff options
authorThierry Reding <treding@nvidia.com>2026-04-30 09:32:16 +0200
committerThierry Reding <treding@nvidia.com>2026-04-30 09:32:16 +0200
commit0323c465e031e4e62e3f2a5e534d9a8392e3d3cd (patch)
tree3558576e9fe69a78932d24e0124af43f324fed99
parentef355c128d7ecf369e37c4bf8b939fbb3d32ff5b (diff)
parent15e8bae5d930c91b8739a87d75db0a6efca3cb32 (diff)
downloadlinux-next-0323c465e031e4e62e3f2a5e534d9a8392e3d3cd.tar.gz
Merge branch 'drm-rust-fixes' of https://gitlab.freedesktop.org/drm/rust/kernel.git
-rw-r--r--MAINTAINERS6
-rw-r--r--rust/kernel/drm/gem/shmem.rs6
2 files changed, 4 insertions, 8 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index bde3ccb67a227..f2eb9378e520c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8194,10 +8194,9 @@ F: include/uapi/drm/nouveau_drm.h
CORE DRIVER FOR NVIDIA GPUS [RUST]
M: Danilo Krummrich <dakr@kernel.org>
M: Alexandre Courbot <acourbot@nvidia.com>
-L: nouveau@lists.freedesktop.org
+L: nova-gpu@lists.linux.dev
S: Supported
W: https://rust-for-linux.com/nova-gpu-driver
-Q: https://patchwork.freedesktop.org/project/nouveau/
B: https://gitlab.freedesktop.org/drm/nova/-/issues
C: irc://irc.oftc.net/nouveau
T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next
@@ -8206,10 +8205,9 @@ F: drivers/gpu/nova-core/
DRM DRIVER FOR NVIDIA GPUS [RUST]
M: Danilo Krummrich <dakr@kernel.org>
-L: nouveau@lists.freedesktop.org
+L: nova-gpu@lists.linux.dev
S: Supported
W: https://rust-for-linux.com/nova-gpu-driver
-Q: https://patchwork.freedesktop.org/project/nouveau/
B: https://gitlab.freedesktop.org/drm/nova/-/issues
C: irc://irc.oftc.net/nouveau
T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next
diff --git a/rust/kernel/drm/gem/shmem.rs b/rust/kernel/drm/gem/shmem.rs
index d025fb0351954..e1b648920d2f6 100644
--- a/rust/kernel/drm/gem/shmem.rs
+++ b/rust/kernel/drm/gem/shmem.rs
@@ -19,10 +19,8 @@ use crate::{
},
error::to_result,
prelude::*,
- types::{
- ARef,
- Opaque, //
- }, //
+ sync::aref::ARef,
+ types::Opaque, //
};
use core::{
ops::{