mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Claim atomic*_t maintainership
@ 2016-11-08 14:06 Peter Zijlstra
  2016-11-08 16:43 ` Will Deacon
  2017-06-08  9:32 ` [tip:locking/core] " tip-bot for Peter Zijlstra
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Zijlstra @ 2016-11-08 14:06 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Paul McKenney, Ingo Molnar, Will Deacon, Boqun Feng


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 <will.deacon@arm.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
---
 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 <peterz@infradead.org>
+M:	Will Deacon <will.deacon@arm.com>
+R:	Boqun Feng <boqun.feng@gmail.com>
+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 <linuxdrivers@attotech.com>
 L:	linux-scsi@vger.kernel.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-08  9:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 14:06 [PATCH] MAINTAINERS: Claim atomic*_t maintainership Peter Zijlstra
2016-11-08 16:43 ` Will Deacon
2016-11-09  2:26   ` Boqun Feng
2017-06-08  9:32 ` [tip:locking/core] " tip-bot for Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome