mbox series

[0/2] Bitmap bindings for rust

Message ID 20250221205649.141305-1-yury.norov@gmail.com
Headers show
Series Bitmap bindings for rust | expand

Message

Yury Norov Feb. 21, 2025, 8:56 p.m. UTC
Hi Viresh, Miguel, Danilo and everyone,

Please review the bindings and a new maintenance entry together with my
understanding of our way to collaborate. I tried to summarize the recent
discussions in patch 2. If you have any thoughts please let me know.

Thanks,
Yury

Viresh Kumar (1):
  rust: Add cpumask helpers

Yury Norov (1):
  bitmap: add rust bindings entry in MAINTAINERS

 MAINTAINERS                     |  5 +++++
 rust/bindings/bindings_helper.h |  1 +
 rust/helpers/cpumask.c          | 40 +++++++++++++++++++++++++++++++++
 rust/helpers/helpers.c          |  1 +
 4 files changed, 47 insertions(+)
 create mode 100644 rust/helpers/cpumask.c