rust/kernel/drm/gem/mod.rs | 2 +- rust/kernel/workqueue.rs | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-)
A few imports of types::ARef were merged into drm-rust-next, but this
old path is being removed in rust-next this cycle. Thus update them.
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
Alice Ryhl (2):
rust: workqueue: use new sync::aref path for imports
rust: drm: use new sync::aref path for imports
rust/kernel/drm/gem/mod.rs | 2 +-
rust/kernel/workqueue.rs | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
---
base-commit: 206bada308d0d715d62ac841784af34a2ca22ff6
change-id: 20260326-drm-rust-next-fix-aref-595e7bd5e70c
Best regards,
--
Alice Ryhl <aliceryhl@google.com>
On Thu, Mar 26, 2026 at 4:25 PM Alice Ryhl <aliceryhl@google.com> wrote: > > A few imports of types::ARef were merged into drm-rust-next, but this > old path is being removed in rust-next this cycle. Thus update them. > > Signed-off-by: Alice Ryhl <aliceryhl@google.com> > --- > Alice Ryhl (2): > rust: workqueue: use new sync::aref path for imports > rust: drm: use new sync::aref path for imports > > rust/kernel/drm/gem/mod.rs | 2 +- > rust/kernel/workqueue.rs | 8 +++++--- > 2 files changed, 6 insertions(+), 4 deletions(-) I'm applying this now to avoid a linux-next break tonight. Thanks for the reviews Danilo and Gary. Alice
On 3/26/26 4:49 PM, Alice Ryhl wrote: > On Thu, Mar 26, 2026 at 4:25 PM Alice Ryhl <aliceryhl@google.com> wrote: >> >> A few imports of types::ARef were merged into drm-rust-next, but this >> old path is being removed in rust-next this cycle. Thus update them. >> >> Signed-off-by: Alice Ryhl <aliceryhl@google.com> >> --- >> Alice Ryhl (2): >> rust: workqueue: use new sync::aref path for imports >> rust: drm: use new sync::aref path for imports >> >> rust/kernel/drm/gem/mod.rs | 2 +- >> rust/kernel/workqueue.rs | 8 +++++--- >> 2 files changed, 6 insertions(+), 4 deletions(-) > > I'm applying this now to avoid a linux-next break tonight. Thanks for > the reviews Danilo and Gary. Sounds good, thanks.
On Thu Mar 26, 2026 at 3:25 PM GMT, Alice Ryhl wrote: > A few imports of types::ARef were merged into drm-rust-next, but this > old path is being removed in rust-next this cycle. Thus update them. > > Signed-off-by: Alice Ryhl <aliceryhl@google.com> > --- > Alice Ryhl (2): > rust: workqueue: use new sync::aref path for imports > rust: drm: use new sync::aref path for imports > > rust/kernel/drm/gem/mod.rs | 2 +- > rust/kernel/workqueue.rs | 8 +++++--- > 2 files changed, 6 insertions(+), 4 deletions(-) > --- > base-commit: 206bada308d0d715d62ac841784af34a2ca22ff6 > change-id: 20260326-drm-rust-next-fix-aref-595e7bd5e70c > > Best regards, Reviewed-by: Gary Guo <gary@garyguo.net> (with import style fixed up)
On 3/26/26 4:25 PM, Alice Ryhl wrote: > Alice Ryhl (2): > rust: workqueue: use new sync::aref path for imports > rust: drm: use new sync::aref path for imports Acked-by: Danilo Krummrich <dakr@kernel.org> You may want to use kernel formatting style though. :P
On Thu, Mar 26, 2026 at 4:34 PM Danilo Krummrich <dakr@kernel.org> wrote: > > On 3/26/26 4:25 PM, Alice Ryhl wrote: > > Alice Ryhl (2): > > rust: workqueue: use new sync::aref path for imports > > rust: drm: use new sync::aref path for imports > > Acked-by: Danilo Krummrich <dakr@kernel.org> > > You may want to use kernel formatting style though. :P lol I forgot
© 2016 - 2026 Red Hat, Inc.