From: Andreas Hindborg <a.hindborg@kernel.org>
To: "Joel Becker" <jlbec@evilplan.org>
Cc: "Miguel Ojeda" <ojeda@kernel.org>,
"Alex Gaynor" <alex.gaynor@gmail.com>,
"Boqun Feng" <boqun.feng@gmail.com>,
"Gary Guo" <gary@garyguo.net>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Benno Lossin" <benno.lossin@proton.me>,
"Alice Ryhl" <aliceryhl@google.com>,
"Trevor Gross" <tmgross@umich.edu>,
"Danilo Krummrich" <dakr@kernel.org>,
"Peter Zijlstra" <peterz@infradead.org>,
"Ingo Molnar" <mingo@redhat.com>, "Will Deacon" <will@kernel.org>,
"Waiman Long" <longman@redhat.com>,
"Fiona Behrens" <me@kloenk.dev>,
"Charalampos Mitrodimas" <charmitro@posteo.net>,
"Daniel Almeida" <daniel.almeida@collabora.com>,
rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 0/4] rust: configfs abstractions
Date: Tue, 18 Mar 2025 12:14:36 +0100 [thread overview]
Message-ID: <87tt7qlher.fsf@kernel.org> (raw)
In-Reply-To: <20250227-configfs-v5-0-c40e8dc3b9cd@kernel.org> (Andreas Hindborg's message of "Thu, 27 Feb 2025 13:35:09 +0100")
Hi Joel,
"Andreas Hindborg" <a.hindborg@kernel.org> writes:
> Add a safe Rust API that allows Rust modules to interface the `configfs`
> machinery.
>
> Add an example for the samples folder to demonstrate usage of the API.
>
> Add a maintainer entry for the Rust configfs abstractions in the last patch, to
> make it absolutely clear that I will commit to maintain these abstractions, if
> required.
>
> The series is a dependency of `rnull`, the Rust null block driver.
> Please see [1] for initial `configfs` support in `rnull`.
>
> [1] https://github.com/metaspace/linux/tree/9ac53130f5fb05b9b3074fa261b445b8fde547dd/drivers/block/rnull
>
> Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
Since you are not responding to my emails, I must assume that either you
did not see them, you are too busy to respond, or you are ignoring them.
Please note that if the lack of response is due to you being busy, my
offer to help out with C configfs still stands [1].
If I do not hear anything back from you, I will have to ask for these
patches to be routed through the rust subsystem tree instead of the
configfs tree.
Best regards,
Andreas Hindborg
[1] https://lore.kernel.org/all/87cyf3p6sj.fsf@kernel.org/
prev parent reply other threads:[~2025-03-18 11:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <41ZevHqZJoE8_8iyJejt99BGZVDfljWV3ycSSRkSxqBOEz-876GX03-R0Ca2z0SsGNhE4mIIV-6EegJL3ETAVw==@protonmail.internalid>
2025-02-27 12:35 ` [PATCH v5 0/4] rust: configfs abstractions Andreas Hindborg
2025-02-27 12:35 ` [PATCH v5 1/4] rust: sync: change `<Arc<T> as ForeignOwnable>::PointedTo` to `T` Andreas Hindborg
2025-02-27 13:48 ` Tamir Duberstein
2025-02-27 16:34 ` Miguel Ojeda
2025-02-27 16:36 ` Tamir Duberstein
2025-02-27 18:24 ` Andreas Hindborg
2025-02-27 18:26 ` Andreas Hindborg
2025-05-01 7:13 ` Alice Ryhl
2025-02-27 12:35 ` [PATCH v5 2/4] rust: configfs: introduce rust support for configfs Andreas Hindborg
2025-02-27 12:35 ` [PATCH v5 3/4] rust: configfs: add a sample demonstrating configfs usage Andreas Hindborg
2025-02-27 12:35 ` [PATCH v5 4/4] MAINTAINERS: add entry for configfs Rust abstractions Andreas Hindborg
2025-03-18 11:14 ` Andreas Hindborg [this message]
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=87tt7qlher.fsf@kernel.org \
--to=a.hindborg@kernel.org \
--cc=alex.gaynor@gmail.com \
--cc=aliceryhl@google.com \
--cc=benno.lossin@proton.me \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=charmitro@posteo.net \
--cc=dakr@kernel.org \
--cc=daniel.almeida@collabora.com \
--cc=gary@garyguo.net \
--cc=jlbec@evilplan.org \
--cc=linux-kernel@vger.kernel.org \
--cc=longman@redhat.com \
--cc=me@kloenk.dev \
--cc=mingo@redhat.com \
--cc=ojeda@kernel.org \
--cc=peterz@infradead.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=tmgross@umich.edu \
--cc=will@kernel.org \
/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