Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/2] Add hw_random Rust bindings
@ 2026-05-29 15:50 Manos Pitsidianakis
  2026-05-29 15:50 ` [PATCH 1/2] rust/bindings: add hw_random.h Manos Pitsidianakis
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Manos Pitsidianakis @ 2026-05-29 15:50 UTC (permalink / raw)
  To: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
	Danilo Krummrich, Herbert Xu
  Cc: rust-for-linux, linux-kernel, linux-crypto, manos.pitsidianakis

This series adds Rust abstractions for the hw_random subsystem.

A virtio-rng Rust driver that uses them will be submitted as a separate
series since it also depends on the virtio abstractions series.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
---
Manos Pitsidianakis (2):
      rust/bindings: add hw_random.h
      rust: add hw_random module

 MAINTAINERS                     |   8 +
 rust/bindings/bindings_helper.h |   1 +
 rust/kernel/hw_random.rs        | 320 ++++++++++++++++++++++++++++++++++++++++
 rust/kernel/lib.rs              |   2 +
 4 files changed, 331 insertions(+)
---
base-commit: 8bc67e4db64aa72732c474b44ea8622062c903f0
change-id: 20260525-rust-hw_random-virtio-rng-bd817be189c6

Best regards,
-- 
Manos Pitsidianakis <manos@pitsidianak.is>


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

end of thread, other threads:[~2026-05-29 20:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29 15:50 [PATCH 0/2] Add hw_random Rust bindings Manos Pitsidianakis
2026-05-29 15:50 ` [PATCH 1/2] rust/bindings: add hw_random.h Manos Pitsidianakis
2026-05-29 15:50 ` [PATCH 2/2] rust: add hw_random module Manos Pitsidianakis
2026-05-29 19:48   ` Onur Özkan
2026-05-29 19:56   ` Onur Özkan
2026-05-29 20:01   ` Miguel Ojeda
2026-05-29 20:02 ` [PATCH 0/2] Add hw_random Rust bindings Miguel Ojeda
2026-05-29 20:35   ` Manos Pitsidianakis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox