From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751787AbdFHJhN (ORCPT ); Thu, 8 Jun 2017 05:37:13 -0400 Received: from terminus.zytor.com ([65.50.211.136]:32773 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751427AbdFHJhL (ORCPT ); Thu, 8 Jun 2017 05:37:11 -0400 Date: Thu, 8 Jun 2017 02:32:32 -0700 From: tip-bot for Peter Zijlstra Message-ID: Cc: peterz@infradead.org, mingo@kernel.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, will.deacon@arm.com, tglx@linutronix.de, boqun.feng@gmail.com, paulmck@linux.vnet.ibm.com, hpa@zytor.com Reply-To: mingo@kernel.org, peterz@infradead.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, will.deacon@arm.com, torvalds@linux-foundation.org, boqun.feng@gmail.com, hpa@zytor.com, paulmck@linux.vnet.ibm.com In-Reply-To: <20161108140603.GH3117@twins.programming.kicks-ass.net> References: <20161108140603.GH3117@twins.programming.kicks-ass.net> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/core] MAINTAINERS: Claim atomic*_t maintainership Git-Commit-ID: 3942b77121986519ee52ab4dd4ae8f4383dfe765 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 3942b77121986519ee52ab4dd4ae8f4383dfe765 Gitweb: http://git.kernel.org/tip/3942b77121986519ee52ab4dd4ae8f4383dfe765 Author: Peter Zijlstra AuthorDate: Tue, 8 Nov 2016 15:06:03 +0100 Committer: Ingo Molnar CommitDate: Thu, 8 Jun 2017 10:35:48 +0200 MAINTAINERS: Claim atomic*_t maintainership Since Will and me have rewritten and heavily extended the atomic*_t infrastructure over the past few years, claim maintainership 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. Signed-off-by: Peter Zijlstra (Intel) Acked-by: Will Deacon Cc: Boqun Feng Cc: Linus Torvalds Cc: Paul McKenney Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20161108140603.GH3117@twins.programming.kicks-ass.net Signed-off-by: Ingo Molnar --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0fa9401..83ae4d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2322,6 +2322,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: Will Deacon +M: Peter Zijlstra +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