Re: [PATCH 14/14] MAINTAINERS: update atomic infrastructure entry to include Rust

Elle Rhumsaa <[email protected]> Sat, 6 Sep 2025 04:26:40 +0000
Newsgroups dev.linux.lists.lkmm,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux
Message-ID <aLu4ANZWDhuC2gMs@archiso>
On Thu, Sep 04, 2025 at 09:41:41PM -0700, Boqun Feng wrote:
> From: Gary Guo <[email protected]>
> 
> I would like to help review atomic related patches, especially Rust
> related ones, hence add myself as an reviewer.
> 
> Suggested-by: Boqun Feng <[email protected]>
> Acked-by: Boqun Feng <[email protected]>
> Signed-off-by: Gary Guo <[email protected]>
> Signed-off-by: Boqun Feng <[email protected]>
> Link: https://lore.kernel.org/r/[email protected]
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 37a753ec2aca..65499b9303e8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3991,6 +3991,7 @@ M:	Will Deacon <[email protected]>
>  M:	Peter Zijlstra <[email protected]>
>  M:	Boqun Feng <[email protected]>
>  R:	Mark Rutland <[email protected]>
> +R:	Gary Guo <[email protected]>
>  L:	[email protected]
>  S:	Maintained
>  F:	Documentation/atomic_*.txt
> @@ -4000,6 +4001,7 @@ F:	include/linux/refcount.h
>  F:	scripts/atomic/
>  F:	rust/kernel/sync/atomic.rs
>  F:	rust/kernel/sync/atomic/
> +F:	rust/kernel/sync/refcount.rs
>  
>  ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
>  M:	Bradley Grove <[email protected]>
> -- 
> 2.51.0
> 
> 

Reviewed-by: Elle Rhumsaa <[email protected]>