rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Rust: Add cpumask abstractions
@ 2025-02-25  9:47 Viresh Kumar
  2025-02-25  9:47 ` [PATCH 1/2] rust: Add initial " Viresh Kumar
  2025-02-25  9:47 ` [PATCH 2/2] MAINTAINERS: Add entry for Rust bitmap API Viresh Kumar
  0 siblings, 2 replies; 18+ messages in thread
From: Viresh Kumar @ 2025-02-25  9:47 UTC (permalink / raw)
  To: Yury Norov, Rasmus Villemoes, Alex Gaynor, Alice Ryhl,
	Andreas Hindborg, Benno Lossin, Björn Roy Baron, Boqun Feng,
	Gary Guo, Miguel Ojeda, Trevor Gross, Viresh Kumar
  Cc: linux-kernel, Danilo Krummrich, rust-for-linux, Vincent Guittot

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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-02-28  7:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25  9:47 [PATCH 0/2] Rust: Add cpumask abstractions Viresh Kumar
2025-02-25  9:47 ` [PATCH 1/2] rust: Add initial " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).