[PATCH 0/2] Add hw_random Rust bindings
From: Manos Pitsidianakis
Date: Fri May 29 2026 - 12:40:22 EST
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@xxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxx>