[PATCH V3 2/2] MAINTAINERS: Add entry for Rust bitmap API

Viresh Kumar posted 2 patches 9 months ago
There is a newer version of this series
[PATCH V3 2/2] MAINTAINERS: Add entry for Rust bitmap API
Posted by Viresh Kumar 9 months ago
Update the MAINTAINERS file to include the Rust abstractions for bitmap
API.

Yury has indicated that he does not wish to maintain the Rust code but
would like to be listed as a reviewer.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Yury Norov <yury.norov@gmail.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 315cff76df29..c55db52590cb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4026,6 +4026,12 @@ M:	Yury Norov <yury.norov@gmail.com>
 S:	Maintained
 F:	rust/helpers/cpumask.c
 
+BITMAP API [RUST]
+M:	Viresh Kumar <viresh.kumar@linaro.org> (cpumask)
+R:	Yury Norov <yury.norov@gmail.com>
+S:	Maintained
+F:	rust/kernel/cpumask.rs
+
 BITOPS API
 M:	Yury Norov <yury.norov@gmail.com>
 R:	Rasmus Villemoes <linux@rasmusvillemoes.dk>
-- 
2.31.1.272.g89b43f80a514
Re: [PATCH V3 2/2] MAINTAINERS: Add entry for Rust bitmap API
Posted by Viresh Kumar 8 months, 2 weeks ago
On 18-03-25, 17:21, Viresh Kumar wrote:
> Update the MAINTAINERS file to include the Rust abstractions for bitmap
> API.
> 
> Yury has indicated that he does not wish to maintain the Rust code but
> would like to be listed as a reviewer.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> Reviewed-by: Yury Norov <yury.norov@gmail.com>
> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 315cff76df29..c55db52590cb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4026,6 +4026,12 @@ M:	Yury Norov <yury.norov@gmail.com>
>  S:	Maintained
>  F:	rust/helpers/cpumask.c
>  
> +BITMAP API [RUST]
> +M:	Viresh Kumar <viresh.kumar@linaro.org> (cpumask)
> +R:	Yury Norov <yury.norov@gmail.com>
> +S:	Maintained
> +F:	rust/kernel/cpumask.rs

Yury,

How should I name this section now (since we have separate sections for bitmap
and cpumask abstractions now in MAINTAINERS) ?

BITMAP (CPUMASK) API [RUST]

or something else ?

Wanted to get it right before sending a new version with this change.

-- 
viresh
Re: [PATCH V3 2/2] MAINTAINERS: Add entry for Rust bitmap API
Posted by Yury Norov 8 months, 2 weeks ago
On Tue, Apr 01, 2025 at 04:53:06PM +0530, Viresh Kumar wrote:
> On 18-03-25, 17:21, Viresh Kumar wrote:
> > Update the MAINTAINERS file to include the Rust abstractions for bitmap
> > API.
> > 
> > Yury has indicated that he does not wish to maintain the Rust code but
> > would like to be listed as a reviewer.
> > 
> > Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> > Reviewed-by: Yury Norov <yury.norov@gmail.com>
> > ---
> >  MAINTAINERS | 6 ++++++
> >  1 file changed, 6 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 315cff76df29..c55db52590cb 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -4026,6 +4026,12 @@ M:	Yury Norov <yury.norov@gmail.com>
> >  S:	Maintained
> >  F:	rust/helpers/cpumask.c
> >  
> > +BITMAP API [RUST]
> > +M:	Viresh Kumar <viresh.kumar@linaro.org> (cpumask)
> > +R:	Yury Norov <yury.norov@gmail.com>
> > +S:	Maintained
> > +F:	rust/kernel/cpumask.rs
> 
> Yury,
> 
> How should I name this section now (since we have separate sections for bitmap
> and cpumask abstractions now in MAINTAINERS) ?
> 
> BITMAP (CPUMASK) API [RUST]
> 
> or something else ?

CPUMASK [RUST] or CPUMASK API [RUST] sounds OK to me.

Thanks,
Yury