public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH V2 0/1] Rust DRM build fix
@ 2026-04-26  9:47 Mukesh Kumar Chaurasiya (IBM)
  2026-04-26  9:47 ` [PATCH V2 1/1] rust/drm: import ARef from sync crate Mukesh Kumar Chaurasiya (IBM)
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mukesh Kumar Chaurasiya (IBM) @ 2026-04-26  9:47 UTC (permalink / raw)
  To: dakr, aliceryhl, airlied, simona, ojeda, boqun, gary, bjorn3_gh,
	lossin, a.hindborg, tmgross, daniel.almeida, lina+kernel, lyude,
	j, mkchauras, dri-devel, rust-for-linux, linux-kernel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH V1 0/2] Rust DRM build fix
@ 2026-04-26  8:22 Mukesh Kumar Chaurasiya (IBM)
  2026-04-28  5:21 ` Claude review: " Claude Code Review Bot
  0 siblings, 1 reply; 6+ messages in thread
From: Mukesh Kumar Chaurasiya (IBM) @ 2026-04-26  8:22 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, simona, dakr,
	aliceryhl, ojeda, boqun, gary, bjorn3_gh, lossin, a.hindborg,
	tmgross, daniel.almeida, lina+kernel, j, mkchauras, dri-devel,
	linux-kernel, rust-for-linux

rust drm gem shmem doesn't builds due to an import error of ARef from
types instead of sync.

This series fixes that and also makes CONFIG_RUST_DRM_GEM_SHMEM_HELPER
dependent of RUST and making it selectable from menuconfig.

Mukesh Kumar Chaurasiya (IBM) (2):
  rust/drm: import ARef from sync crate
  drm: Make CONFIG_RUST_DRM_GEM_SHMEM_HELPER selectable from menuconfig

 drivers/gpu/drm/Kconfig      | 4 ++--
 rust/kernel/drm/gem/shmem.rs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-04-28  5:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-26  9:47 [PATCH V2 0/1] Rust DRM build fix Mukesh Kumar Chaurasiya (IBM)
2026-04-26  9:47 ` [PATCH V2 1/1] rust/drm: import ARef from sync crate Mukesh Kumar Chaurasiya (IBM)
2026-04-28  5:19   ` Claude review: " Claude Code Review Bot
2026-04-27  0:17 ` [PATCH V2 0/1] Rust DRM build fix Danilo Krummrich
2026-04-28  5:19 ` Claude review: " Claude Code Review Bot
  -- strict thread matches above, loose matches on Subject: below --
2026-04-26  8:22 [PATCH V1 0/2] " Mukesh Kumar Chaurasiya (IBM)
2026-04-28  5:21 ` Claude review: " Claude Code Review Bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox