From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Danilo Krummrich <dakr@kernel.org>
Cc: "Markus Probst" <markus.probst@posteo.de>,
"Rob Herring" <robh@kernel.org>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Miguel Ojeda" <ojeda@kernel.org>, "Gary Guo" <gary@garyguo.net>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Benno Lossin" <lossin@kernel.org>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Alice Ryhl" <aliceryhl@google.com>,
"Trevor Gross" <tmgross@umich.edu>,
"Kari Argillander" <kari.argillander@gmail.com>,
"Rafael J. Wysocki" <rafael@kernel.org>,
"Viresh Kumar" <viresh.kumar@linaro.org>,
"Boqun Feng" <boqun@kernel.org>,
"David Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona@ffwll.ch>,
"Daniel Almeida" <daniel.almeida@collabora.com>,
"Tamir Duberstein" <tamird@kernel.org>,
"Alexandre Courbot" <acourbot@nvidia.com>,
"Onur Özkan" <work@onurozkan.dev>,
linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org,
rust-for-linux@vger.kernel.org, linux-pm@vger.kernel.org,
driver-core@lists.linux.dev, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v14 0/3] rust: add basic serial device bus abstractions
Date: Fri, 17 Jul 2026 14:03:41 +0200 [thread overview]
Message-ID: <2026071719-afflicted-eleven-1be9@gregkh> (raw)
In-Reply-To: <74213297-d3da-4637-8f31-8fecebd65f60@kernel.org>
On Fri, Jul 17, 2026 at 01:22:40PM +0200, Danilo Krummrich wrote:
> On 7/17/26 1:14 PM, Markus Probst wrote:
> > On Fri, 2026-07-17 at 12:55 +0200, Greg Kroah-Hartman wrote:
> >> On Wed, Jul 15, 2026 at 09:00:14PM +0000, Markus Probst wrote:
> >>> This patch series adds the serdev device bus rust abstraction into the
> >>> kernel.
> >>>
> >>> This abstraction will be used by a driver,
> >>> which targets the MCU devices in Synology devices.
> >>>
> >>> Kari Argillander also messaged me, stating that he wants to write a
> >>> watchdog driver with this abstraction (needing initial device data).
> >>>
> >>> This series depends on [1].
> >>>
> >>> [1] https://lore.kernel.org/rust-for-linux/20260530132736.3298549-1-dakr@kernel.org/
> >>>
> >>> Signed-off-by: Markus Probst <markus.probst@posteo.de>
> >>
> >> Given there are no objections, I'll go queue this up now, thanks.
> > Thanks for merging, but I haven't seen the dependency
> >
> > https://lore.kernel.org/rust-for-linux/20260530132736.3298549-1-dakr@kernel.org/
> >
> > getting picked yet (its at least not in linux-next), so it might not
> > even compile. Not sure whats holding the patch back though.
> (Ah, saw this just after I replied to the other thread.)
>
> Nothing is holding them back other than requiring a user (which is your work),
> so I did not pick them up.
>
> Also note that tty and driver-core are different trees, so picking it up in
> driver-core would not have helped tty.
Should I drop this from the tty tree and take it through driver-core
instead? If so, no problem for me, just let me know.
thanks,
greg k-h
next prev parent reply other threads:[~2026-07-17 12:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-15 21:00 [PATCH v14 0/3] rust: add basic serial device bus abstractions Markus Probst
2026-07-15 21:00 ` [PATCH v14 1/3] " Markus Probst
2026-07-17 11:15 ` Gary Guo
2026-07-17 11:27 ` Markus Probst
2026-07-15 21:00 ` [PATCH v14 2/3] samples: rust: add Rust serial device bus sample device driver Markus Probst
2026-07-15 21:00 ` [PATCH v14 3/3] MAINTAINERS: serdev: Add self for serdev Markus Probst
2026-07-17 10:55 ` [PATCH v14 0/3] rust: add basic serial device bus abstractions Greg Kroah-Hartman
2026-07-17 11:14 ` Markus Probst
2026-07-17 11:22 ` Danilo Krummrich
2026-07-17 12:03 ` Greg Kroah-Hartman [this message]
2026-07-17 12:07 ` Gary Guo
2026-07-17 12:20 ` Danilo Krummrich
2026-07-17 12:44 ` Markus Probst
2026-07-17 12:07 ` Danilo Krummrich
2026-07-17 13:12 ` Greg Kroah-Hartman
2026-07-17 13:18 ` Danilo Krummrich
2026-07-17 11:19 ` Danilo Krummrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2026071719-afflicted-eleven-1be9@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=a.hindborg@kernel.org \
--cc=acourbot@nvidia.com \
--cc=airlied@gmail.com \
--cc=aliceryhl@google.com \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun@kernel.org \
--cc=dakr@kernel.org \
--cc=daniel.almeida@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=driver-core@lists.linux.dev \
--cc=gary@garyguo.net \
--cc=jirislaby@kernel.org \
--cc=kari.argillander@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=lossin@kernel.org \
--cc=markus.probst@posteo.de \
--cc=ojeda@kernel.org \
--cc=rafael@kernel.org \
--cc=robh@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=simona@ffwll.ch \
--cc=tamird@kernel.org \
--cc=tmgross@umich.edu \
--cc=viresh.kumar@linaro.org \
--cc=work@onurozkan.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox