Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457498
| From | Boqun Feng <boqun.feng@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH v7 1/7] Restartable sequences system call |
| Date | 2016-08-08 01:40 +0200 |
| Message-ID | <s3FPI-1Xa-9@gated-at.bofh.it> (permalink) |
| References | <rXtxT-4A4-3@gated-at.bofh.it> <rXtxU-4A4-31@gated-at.bofh.it> <s24Sd-3gd-5@gated-at.bofh.it> <s26AG-4lT-11@gated-at.bofh.it> <s3ylc-5Be-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Sun, Aug 07, 2016 at 03:36:24PM +0000, Mathieu Desnoyers wrote: > ----- On Aug 3, 2016, at 11:45 AM, Boqun Feng boqun.feng@gmail.com wrote: > > > On Wed, Aug 03, 2016 at 03:19:40PM +0200, Peter Zijlstra wrote: > >> On Thu, Jul 21, 2016 at 05:14:16PM -0400, Mathieu Desnoyers wrote: > >> > diff --git a/MAINTAINERS b/MAINTAINERS > >> > index 1209323..daef027 100644 > >> > --- a/MAINTAINERS > >> > +++ b/MAINTAINERS > >> > @@ -5085,6 +5085,13 @@ M: Joe Perches <joe@perches.com> > >> > S: Maintained > >> > F: scripts/get_maintainer.pl > >> > > >> > +RESTARTABLE SEQUENCES SUPPORT > >> > +M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> > >> > >> It would be good to have multiple people here, if we lack volunteers I'd > >> be willing. Paul, Andrew any of you guys willing? > >> > > > > I volunteer to review related patches, do tests/benchmarks(esp. on PPC) > > and try to fix/improve any issue as I can. > > > > Mathieu, may I join the party? ;-) > > Hi! > > I'm glad to see so much interest in helping me maintain rseq :) > I'll therefore tentatively add the following lines to the maintainers > list in my next round: > > RESTARTABLE SEQUENCES SUPPORT > M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> > M: Peter Zijlstra <peterz@infradead.org> > M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> > M: Boqun Feng <boqun.feng@gmail.com> > L: linux-kernel@vger.kernel.org > S: Supported > F: kernel/rseq.c > F: include/uapi/linux/rseq.h > Thank you, Mathieu ;-) Maybe we also should put the selftest directory here? Like: F: tools/testing/selftests/rseq Of course, this line better be added in patch 7 rather than patch 1. Regards, Boqun > Thanks! > > Mathieu > > > > > Regards, > > Boqun > > > >> > +L: linux-kernel@vger.kernel.org > >> > +S: Supported > >> > +F: kernel/rseq.c > >> > +F: include/uapi/linux/rseq.h > >> > + > >> > GFS2 FILE SYSTEM > >> > M: Steven Whitehouse <swhiteho@redhat.com> > >> > M: Bob Peterson <rpeterso@redhat.com> > >> > > [...] > > -- > Mathieu Desnoyers > EfficiOS Inc. > http://www.efficios.com
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [RFC PATCH v7 1/7] Restartable sequences system call Peter Zijlstra <peterz@infradead.org> - 2016-08-03 16:00 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-08-03 17:00 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Boqun Feng <boqun.feng@gmail.com> - 2016-08-03 17:50 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-07 17:40 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Boqun Feng <boqun.feng@gmail.com> - 2016-08-08 01:40 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-09 15:30 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-09 22:10 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Peter Zijlstra <peterz@infradead.org> - 2016-08-09 23:40 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-10 00:50 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-10 21:00 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-10 21:00 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Peter Zijlstra <peterz@infradead.org> - 2016-08-10 21:20 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Peter Zijlstra <peterz@infradead.org> - 2016-08-10 22:10 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-10 20:20 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-10 20:30 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Peter Zijlstra <peterz@infradead.org> - 2016-08-10 21:20 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-10 21:10 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Andy Lutomirski <luto@amacapital.net> - 2016-08-10 21:20 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-10 22:10 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Andy Lutomirski <luto@amacapital.net> - 2016-08-10 22:20 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2016-08-10 23:10 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Andy Lutomirski <luto@amacapital.net> - 2016-08-10 21:20 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Peter Zijlstra <peterz@infradead.org> - 2016-08-10 22:10 +0200
Re: [RFC PATCH v7 1/7] Restartable sequences system call Peter Zijlstra <peterz@infradead.org> - 2016-08-10 22:10 +0200
csiph-web