Message ID | 20250221205649.141305-3-yury.norov@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Bitmap bindings for rust | expand |
On Fri, Feb 21, 2025 at 9:57 PM Yury Norov <yury.norov@gmail.com> wrote: > > Bitmap developers do their best to keep the API stable. When API or > user-visible behavior needs to be changed such that it breaks rust, > bitmap and rust developers collaborate as follows: If I understand correctly, you are proposing to a "temporarily stable API", i.e. to add new APIs while keeping old ones for a bit until the Rust side updates to the new one (including perhaps workarounds in the helpers when needed). Is that correct? In other words, while the entry is about the helpers file, the policy is about all APIs (since some APIs are called directly), right? (Up to you, Viresh et al., of course, i.e. I am just trying to follow) Thanks! Cheers, Miguel
diff --git a/MAINTAINERS b/MAINTAINERS index efee40ea589f..4fb287405492 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4021,6 +4021,11 @@ F: tools/include/vdso/bits.h F: tools/lib/bitmap.c F: tools/lib/find_bit.c +BITMAP API BINDINGS [RUST] +M: Yury Norov <yury.norov@gmail.com> +S: Maintained +F: rust/helpers/cpumask.c + BITOPS API M: Yury Norov <yury.norov@gmail.com> R: Rasmus Villemoes <linux@rasmusvillemoes.dk>