[PATCH V2 0/1] Rust DRM build fix

Mukesh Kumar Chaurasiya (IBM) posted 1 patch 1 month, 3 weeks ago
rust/kernel/drm/gem/shmem.rs | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[PATCH V2 0/1] Rust DRM build fix
Posted by Mukesh Kumar Chaurasiya (IBM) 1 month, 3 weeks ago
rust drm gem shmem doesn't builds due to an import error of ARef from
types instead of sync.

Changelog:

V1 -> V2:
- Removed the 2nd patch as it was by design
- Removed unnecessary braces around the Opaque mod
- Minor change in commit message 
V1: https://lore.kernel.org/all/20260426082234.2026908-1-mkchauras@gmail.com/

Mukesh Kumar Chaurasiya (IBM) (1):
  rust/drm: import ARef from sync crate

 rust/kernel/drm/gem/shmem.rs | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

-- 
2.53.0
Re: [PATCH V2 0/1] Rust DRM build fix
Posted by Danilo Krummrich 1 month, 3 weeks ago
On Sun, 26 Apr 2026 15:17:24 +0530, Mukesh Kumar Chaurasiya (IBM) wrote:
> [PATCH V2 0/1] Rust DRM build fix

Applied, thanks!

  Branch: drm-rust-next
  Tree:   https://gitlab.freedesktop.org/drm/rust/kernel.git

[1/1] rust/drm: import ARef from sync crate
      commit: 5f69165b7e42

      [ Add missing Fixes: tag. - Danilo ]

The patch will appear in the next linux-next integration (typically within 24
hours on weekdays).

The patch is queued up for the upcoming merge window for the next major kernel
release.