[drm-rust-next PATCH 0/2] Fix sync::aref imports

Alice Ryhl posted 2 patches 1 week ago
rust/kernel/drm/gem/mod.rs | 2 +-
rust/kernel/workqueue.rs   | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
[drm-rust-next PATCH 0/2] Fix sync::aref imports
Posted by Alice Ryhl 1 week ago
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>
Re: [drm-rust-next PATCH 0/2] Fix sync::aref imports
Posted by Alice Ryhl 1 week ago
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
Re: [drm-rust-next PATCH 0/2] Fix sync::aref imports
Posted by Danilo Krummrich 1 week ago
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.
Re: [drm-rust-next PATCH 0/2] Fix sync::aref imports
Posted by Gary Guo 1 week ago
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)
Re: [drm-rust-next PATCH 0/2] Fix sync::aref imports
Posted by Danilo Krummrich 1 week ago
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
Re: [drm-rust-next PATCH 0/2] Fix sync::aref imports
Posted by Alice Ryhl 1 week ago
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