From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752106AbcKHOGF (ORCPT ); Tue, 8 Nov 2016 09:06:05 -0500 Received: from merlin.infradead.org ([205.233.59.134]:45312 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751453AbcKHOGE (ORCPT ); Tue, 8 Nov 2016 09:06:04 -0500 Date: Tue, 8 Nov 2016 15:06:03 +0100 From: Peter Zijlstra To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Paul McKenney , Ingo Molnar , Will Deacon , Boqun Feng Subject: [PATCH] MAINTAINERS: Claim atomic*_t maintainership Message-ID: <20161108140603.GH3117@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since Will and me have rewritten and heavily extended the atomic*_t infrastructure over the past few years, claim ownership of it. We would also like to add Boqun as he helped out with PowerPC and has shown good understanding of these bits. We would still defer to architecture maintainers on implementation details, but we'd take care of the interface and cross architecture semantics of the primitives. Cc: Will Deacon Cc: Boqun Feng Signed-off-by: Peter Zijlstra (Intel) --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c44795306342..4c0584cb113c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2259,6 +2259,15 @@ F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt F: drivers/input/touchscreen/atmel_mxt_ts.c F: include/linux/platform_data/atmel_mxt_ts.h +ATOMIC INFRASTRUCTURE +M: Peter Zijlstra +M: Will Deacon +R: Boqun Feng +L: linux-kernel@vger.kernel.org +S: Maintained +F: arch/*/include/asm/atomic*.h +F: include/*/atomic*.h + ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER M: Bradley Grove L: linux-scsi@vger.kernel.org