From: Viresh Kumar <viresh.kumar@linaro.org>
To: "Yury Norov" <yury.norov@gmail.com>,
"Rasmus Villemoes" <linux@rasmusvillemoes.dk>,
"Alex Gaynor" <alex.gaynor@gmail.com>,
"Alice Ryhl" <aliceryhl@google.com>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Benno Lossin" <benno.lossin@proton.me>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Boqun Feng" <boqun.feng@gmail.com>,
"Gary Guo" <gary@garyguo.net>, "Miguel Ojeda" <ojeda@kernel.org>,
"Trevor Gross" <tmgross@umich.edu>,
"Viresh Kumar" <viresh.kumar@linaro.org>
Cc: linux-kernel@vger.kernel.org, Danilo Krummrich <dakr@redhat.com>,
rust-for-linux@vger.kernel.org,
Vincent Guittot <vincent.guittot@linaro.org>
Subject: [PATCH 0/2] Rust: Add cpumask abstractions
Date: Tue, 25 Feb 2025 15:17:13 +0530 [thread overview]
Message-ID: <cover.1740475625.git.viresh.kumar@linaro.org> (raw)
Hello,
This series adds initial cpumask Rust abstractions and adds a new maintenance
entry for the same.
This was earlier sent as part of a larger series [1] and it was suggested to
send these separately.
Depends on: [2].
--
Viresh
[1] https://lore.kernel.org/all/cover.1738832118.git.viresh.kumar@linaro.org/
[2] https://lore.kernel.org/all/20250224233938.3158-1-yury.norov@gmail.com/
Viresh Kumar (2):
rust: Add initial cpumask abstractions
MAINTAINERS: Add entry for Rust bitmap API
MAINTAINERS | 6 ++
rust/kernel/cpumask.rs | 168 +++++++++++++++++++++++++++++++++++++++++
rust/kernel/lib.rs | 1 +
3 files changed, 175 insertions(+)
create mode 100644 rust/kernel/cpumask.rs
--
2.31.1.272.g89b43f80a514
next reply other threads:[~2025-02-25 9:47 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-25 9:47 Viresh Kumar [this message]
2025-02-25 9:47 ` [PATCH 1/2] rust: Add initial cpumask abstractions Viresh Kumar
2025-02-25 9:55 ` Alice Ryhl
2025-02-25 10:54 ` Viresh Kumar
2025-02-25 11:34 ` Alice Ryhl
2025-02-25 11:36 ` Viresh Kumar
2025-02-25 11:39 ` Alice Ryhl
2025-02-25 11:52 ` Viresh Kumar
2025-02-25 11:48 ` Viresh Kumar
2025-02-25 11:53 ` Alice Ryhl
2025-02-25 17:02 ` Viresh Kumar
2025-02-25 17:12 ` Alice Ryhl
2025-02-25 18:02 ` Alice Ryhl
2025-02-27 10:46 ` Viresh Kumar
2025-02-27 12:19 ` Alice Ryhl
2025-02-28 7:09 ` Viresh Kumar
2025-02-25 9:47 ` [PATCH 2/2] MAINTAINERS: Add entry for Rust bitmap API Viresh Kumar
2025-02-26 15:03 ` Yury Norov
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=cover.1740475625.git.viresh.kumar@linaro.org \
--to=viresh.kumar@linaro.org \
--cc=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=dakr@redhat.com \
--cc=gary@garyguo.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@rasmusvillemoes.dk \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=tmgross@umich.edu \
--cc=vincent.guittot@linaro.org \
--cc=yury.norov@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.