linux-kernel.vger.kernel.org archive mirror
 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 related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Claim atomic*_t maintainership
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Will Deacon @ 2016-11-08 16:43 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: Linus Torvalds, linux-kernel, Paul McKenney, Ingo Molnar, Boqun Feng

On Tue, Nov 08, 2016 at 03:06:03PM +0100, Peter Zijlstra wrote:
> 
> 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

It might also be worth us having a shared tree for staging patches,
which we could feed into -tip like RCU does. I doubt we're going to be
handling huge volumes of code, but having a common development tree
surely makes sense.

Also, Boqun, we need to drag you into Europe to get your key signed :)

Will

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

* Re: [PATCH] MAINTAINERS: Claim atomic*_t maintainership
  2016-11-08 16:43 ` Will Deacon
@ 2016-11-09  2:26   ` Boqun Feng
  0 siblings, 0 replies; 4+ messages in thread
From: Boqun Feng @ 2016-11-09  2:26 UTC (permalink / raw)
  To: Will Deacon
  Cc: Peter Zijlstra, Linus Torvalds, linux-kernel, Paul McKenney, Ingo Molnar

[-- Attachment #1: Type: text/plain, Size: 1919 bytes --]

On Tue, Nov 08, 2016 at 04:43:11PM +0000, Will Deacon wrote:
> On Tue, Nov 08, 2016 at 03:06:03PM +0100, Peter Zijlstra wrote:
> > 
> > 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
> 
> It might also be worth us having a shared tree for staging patches,
> which we could feed into -tip like RCU does. I doubt we're going to be
> handling huge volumes of code, but having a common development tree
> surely makes sense.
> 
> Also, Boqun, we need to drag you into Europe to get your key signed :)
> 

Thank you, Will ;-)

I will first try to reach out developers in China and ask for their
help on signatures.

Regards,
Boqun

> Will

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* [tip:locking/core] MAINTAINERS: Claim atomic*_t maintainership
  2016-11-08 14:06 [PATCH] MAINTAINERS: Claim atomic*_t maintainership Peter Zijlstra
  2016-11-08 16:43 ` Will Deacon
@ 2017-06-08  9:32 ` tip-bot for Peter Zijlstra
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for Peter Zijlstra @ 2017-06-08  9:32 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: peterz, mingo, linux-kernel, torvalds, will.deacon, tglx,
	boqun.feng, paulmck, hpa

Commit-ID:  3942b77121986519ee52ab4dd4ae8f4383dfe765
Gitweb:     http://git.kernel.org/tip/3942b77121986519ee52ab4dd4ae8f4383dfe765
Author:     Peter Zijlstra <peterz@infradead.org>
AuthorDate: Tue, 8 Nov 2016 15:06:03 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
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) <peterz@infradead.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20161108140603.GH3117@twins.programming.kicks-ass.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 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 <will.deacon@arm.com>
+M:	Peter Zijlstra <peterz@infradead.org>
+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 related	[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;
as well as URLs for NNTP newsgroup(s).