[PATCH v2 0/4] rust: serdev: trivial fixes

Markus Probst posted 4 patches 6 days, 15 hours ago
rust/kernel/serdev.rs | 82 +++++++++++++++++++++++++++------------------------
1 file changed, 44 insertions(+), 38 deletions(-)
[PATCH v2 0/4] rust: serdev: trivial fixes
Posted by Markus Probst 6 days, 15 hours ago
Those are small fixes discovered by the kernel test robot and Gary Guo
after the serdev rust abstraction have already been merged.

This includes
- a fix for a documentation typo
- adding missing `#[inline]` attributes
- a small structual change for timeout

There is no urgency to merge this.

Signed-off-by: Markus Probst <markus.probst@posteo.de>
---
Changes in v2:
- resolve Sashiko issues:
  - reword small parts of the `PrivateData::active` documentation
  - fix documentation references left to `serdev::Timeout`.
- Link to v1: https://patch.msgid.link/20260718-rust_serdev_fixes-v1-0-35433b6dce0f@posteo.de

---
Markus Probst (4):
      rust: serdev: fix typo in rustdoc
      rust: serdev: mark small functions as `#[inline]`
      rust: serdev: document `PrivateData::active`
      rust: serdev: remove `serdev::Timeout`

 rust/kernel/serdev.rs | 82 +++++++++++++++++++++++++++------------------------
 1 file changed, 44 insertions(+), 38 deletions(-)
---
base-commit: 25acf039a5dbb40b6865d9392e05be8e713a39f3
change-id: 20260717-rust_serdev_fixes-9baf5f310278
Re: [PATCH v2 0/4] rust: serdev: trivial fixes
Posted by Danilo Krummrich 6 days, 13 hours ago
On Sat Jul 18, 2026 at 2:47 PM CEST, Markus Probst wrote:
> Those are small fixes discovered by the kernel test robot and Gary Guo
> after the serdev rust abstraction have already been merged.
>
> This includes
> - a fix for a documentation typo
> - adding missing `#[inline]` attributes
> - a small structual change for timeout

Thanks for the quick follow-up, the patches were only in the -testing branch, so
I dropped them from the queue.

Can you please integrate those changes into the original patches and resend?

Thanks,
Danilo
Re: [PATCH v2 0/4] rust: serdev: trivial fixes
Posted by Markus Probst 5 days, 11 hours ago
On Sat, 2026-07-18 at 16:10 +0200, Danilo Krummrich wrote:
> On Sat Jul 18, 2026 at 2:47 PM CEST, Markus Probst wrote:
> > Those are small fixes discovered by the kernel test robot and Gary Guo
> > after the serdev rust abstraction have already been merged.
> > 
> > This includes
> > - a fix for a documentation typo
> > - adding missing `#[inline]` attributes
> > - a small structual change for timeout
> 
> Thanks for the quick follow-up, the patches were only in the -testing branch, so
> I dropped them from the queue.
> 
> Can you please integrate those changes into the original patches and resend?
> 
> Thanks,
> Danilo

Hi,

The patches have been integrated into
https://lore.kernel.org/rust-for-linux/20260718-rust_serdev-v16-0-5809384d2e1b@posteo.de
.

As they haven't been picked up again yet, I assume you want to wait to
allow for comments to be written.

Thanks
- Markus Probst