From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-43172.protonmail.ch (mail-43172.protonmail.ch [185.70.43.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C4CE5207DF3 for ; Sat, 6 Sep 2025 04:26:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757132810; cv=none; b=NDog8t1HgtTTq/PygfaeFSNG+f6URJlmAQfdf33gZHDjKUw7ZN4GzetdU4iO88ATGGeADiT8QbHRMocb3ljs+103pHmhV/6ugoQVDEOuPbRwUc2Uc5Uw276/8+2PprOlAfxM9T189A4s8lctI/nsfH9NMGKtCxxIJaz38Rw5sMc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757132810; c=relaxed/simple; bh=KwC4lpDLMxPKVwVx5Dl2SdHtr2ZSyZF3Pd6Q8PgYf4M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QyHuIL0Im/fARolezPy7Pz7x8ejm1YSyBhU2Vr1b3gnPHvai3uWBKICHDCaNY3qQFFqZ3IpqdIn4NUpXsSTrOZcwCTyUcj/MiIbFSMgtqQaicC+PDRcmgfEco0lXZ5l4XYagq0AZ6zFCqFyoDw9gBiYmro4WvBfPTbMO4FlURnc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weathered-steel.dev; spf=pass smtp.mailfrom=weathered-steel.dev; dkim=pass (2048-bit key) header.d=weathered-steel.dev header.i=@weathered-steel.dev header.b=AfoN5PEX; arc=none smtp.client-ip=185.70.43.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weathered-steel.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weathered-steel.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=weathered-steel.dev header.i=@weathered-steel.dev header.b="AfoN5PEX" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=weathered-steel.dev; s=protonmail3; t=1757132805; x=1757392005; bh=oNqeH4xFdj3XF1b/TG19arHO3NxoRGMHAmffI6OkA7A=; h=Date:From:To:Cc:Subject:Message-ID:References:In-Reply-To:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=AfoN5PEXKTl4MZ8d6Ir+zPc/xSrm3Q93ZRkNe6Lhv5qrC4sF4KF9AX1SEm/+s2bzf B/T9MBahEOJlZtR2p+nQP0OFxRgWm3fUUpRmafiiydyvCf1e92ojZBrNDtYNg4bALf NPbCf6SKGuw9N4ZCRivEUbNbMrsS0OZJZ0TAHMul/1c0pr8XiDSoVevr4plVNQciCI 5Cm6s+u/WKXA5wiZnxsKUxavNFnme+YGwQPwDC0/MfqQyEehUHcCXWhPJncNsvMf2Y jnBrcDcGYppPdFkmZzEAtkwuu1eqP+NidYKykkud5dS0JnNv9tMqR5tBeH2JI8PFpH x/ucfzaENwUvg== X-Pm-Submission-Id: 4cJgCR2krQz1DDs1 Date: Sat, 6 Sep 2025 04:26:40 +0000 From: Elle Rhumsaa To: Boqun Feng Cc: rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, lkmm@lists.linux.dev, Will Deacon , Peter Zijlstra , Mark Rutland , Ingo Molnar , Thomas Gleixner , "Paul E. McKenney" , stern@rowland.harvard.edu, Miguel Ojeda , alex.gaynor@gmail.com, Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Alice Ryhl , Trevor Gross , Danilo Krummrich , Andreas Hindborg Subject: Re: [PATCH 14/14] MAINTAINERS: update atomic infrastructure entry to include Rust Message-ID: References: <20250905044141.77868-1-boqun.feng@gmail.com> <20250905044141.77868-15-boqun.feng@gmail.com> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250905044141.77868-15-boqun.feng@gmail.com> On Thu, Sep 04, 2025 at 09:41:41PM -0700, Boqun Feng wrote: > From: Gary Guo > > I would like to help review atomic related patches, especially Rust > related ones, hence add myself as an reviewer. > > Suggested-by: Boqun Feng > Acked-by: Boqun Feng > Signed-off-by: Gary Guo > Signed-off-by: Boqun Feng > Link: https://lore.kernel.org/r/20250723233312.3304339-6-gary@kernel.org > --- > 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 > M: Peter Zijlstra > M: Boqun Feng > R: Mark Rutland > +R: Gary Guo > L: linux-kernel@vger.kernel.org > 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 > -- > 2.51.0 > > Reviewed-by: Elle Rhumsaa