drivers/gpu/drm/tyr/driver.rs | 12 ------------ rust/kernel/clk.rs | 7 +++++++ 2 files changed, 7 insertions(+), 12 deletions(-)
I added a patch to remove the Send/Sync impl for the Tyr driver as well.
I think it's fine for the Tyr patch to land through whichever tree takes
the clk patch, as there should be no non-trivial merge conflicts. Or we
can also take the clk patch through drm-rust where tyr patches normally
go if preferred by clk maintainers.
Regarding Daniel's patch [1], I suggest that Daniel sends his type-state
change rebased on top of this series (without including the patches in
this series in his).
[1]: https://lore.kernel.org/rust-for-linux/20250910-clk-type-state-v2-2-1b97c11bb631@collabora.com/
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
Changes in v2:
- Rebase on v6.18-rc1.
- Add patch to tyr driver.
- Link to v1: https://lore.kernel.org/r/20250904-clk-send-sync-v1-1-48d023320eb8@google.com
---
Alice Ryhl (2):
rust: clk: implement Send and Sync
tyr: remove impl Send/Sync for TyrData
drivers/gpu/drm/tyr/driver.rs | 12 ------------
rust/kernel/clk.rs | 7 +++++++
2 files changed, 7 insertions(+), 12 deletions(-)
---
base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
change-id: 20250904-clk-send-sync-3cfa7f4e1ce2
Best regards,
--
Alice Ryhl <aliceryhl@google.com>
On Mon, Oct 20, 2025 at 09:35:33AM +0000, Alice Ryhl wrote: > I added a patch to remove the Send/Sync impl for the Tyr driver as well. > I think it's fine for the Tyr patch to land through whichever tree takes > the clk patch, as there should be no non-trivial merge conflicts. Or we > can also take the clk patch through drm-rust where tyr patches normally > go if preferred by clk maintainers. > > Regarding Daniel's patch [1], I suggest that Daniel sends his type-state > change rebased on top of this series (without including the patches in > this series in his). > > [1]: https://lore.kernel.org/rust-for-linux/20250910-clk-type-state-v2-2-1b97c11bb631@collabora.com/ > > Signed-off-by: Alice Ryhl <aliceryhl@google.com> Stephen, any chance you could pick up this series? Thanks! Alice
On Mon, Oct 20, 2025 at 09:35:33AM +0000, Alice Ryhl wrote: > I added a patch to remove the Send/Sync impl for the Tyr driver as well. > I think it's fine for the Tyr patch to land through whichever tree takes > the clk patch, as there should be no non-trivial merge conflicts. Or we > can also take the clk patch through drm-rust where tyr patches normally > go if preferred by clk maintainers. > > Regarding Daniel's patch [1], I suggest that Daniel sends his type-state > change rebased on top of this series (without including the patches in > this series in his). > > [1]: https://lore.kernel.org/rust-for-linux/20250910-clk-type-state-v2-2-1b97c11bb631@collabora.com/ > > Signed-off-by: Alice Ryhl <aliceryhl@google.com> For the whole series: Reviewed-by: Boqun Feng <boqun.feng@gmail.com> Regards, Boqun > --- > Changes in v2: > - Rebase on v6.18-rc1. > - Add patch to tyr driver. > - Link to v1: https://lore.kernel.org/r/20250904-clk-send-sync-v1-1-48d023320eb8@google.com > > --- > Alice Ryhl (2): > rust: clk: implement Send and Sync > tyr: remove impl Send/Sync for TyrData > > drivers/gpu/drm/tyr/driver.rs | 12 ------------ > rust/kernel/clk.rs | 7 +++++++ > 2 files changed, 7 insertions(+), 12 deletions(-) > --- > base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787 > change-id: 20250904-clk-send-sync-3cfa7f4e1ce2 > > Best regards, > -- > Alice Ryhl <aliceryhl@google.com> >
© 2016 - 2026 Red Hat, Inc.