Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-06 Thread Ingo Molnar
* Ingo Molnar wrote: > * Peter Zijlstra wrote: > > > On Tue, Nov 05, 2013 at 12:26:38PM -0800, Michel Lespinasse wrote: > > > On Tue, Nov 5, 2013 at 4:10 AM, Peter Zijlstra > > > wrote: > > > > Index: linux-2.6/kernel/Makefile > > > >

Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-06 Thread Ingo Molnar
* Ingo Molnar mi...@kernel.org wrote: * Peter Zijlstra pet...@infradead.org wrote: On Tue, Nov 05, 2013 at 12:26:38PM -0800, Michel Lespinasse wrote: On Tue, Nov 5, 2013 at 4:10 AM, Peter Zijlstra pet...@infradead.org wrote: Index: linux-2.6/kernel/Makefile

Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-05 Thread Ingo Molnar
* Peter Zijlstra wrote: > On Tue, Nov 05, 2013 at 12:26:38PM -0800, Michel Lespinasse wrote: > > On Tue, Nov 5, 2013 at 4:10 AM, Peter Zijlstra wrote: > > > Index: linux-2.6/kernel/Makefile > > > === > > > ---

Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-05 Thread Michel Lespinasse
On Tue, Nov 5, 2013 at 1:20 PM, Peter Zijlstra wrote: >> This is probably a stupid question, but I haven't been able to find >> one kernel version that this applies cleanly over ??? > > Oh my bad, it appears I made it against a working tree, not an actual > published tree. That said, I don't

Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-05 Thread Peter Zijlstra
On Tue, Nov 05, 2013 at 12:26:38PM -0800, Michel Lespinasse wrote: > On Tue, Nov 5, 2013 at 4:10 AM, Peter Zijlstra wrote: > > Index: linux-2.6/kernel/Makefile > > === > > --- linux-2.6.orig/kernel/Makefile > > +++

Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-05 Thread Michel Lespinasse
On Tue, Nov 5, 2013 at 4:10 AM, Peter Zijlstra wrote: > Index: linux-2.6/kernel/Makefile > === > --- linux-2.6.orig/kernel/Makefile > +++ linux-2.6/kernel/Makefile > @@ -7,7 +7,7 @@ obj-y = fork.o exec_domain.o panic.o >

Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-05 Thread Michel Lespinasse
On Tue, Nov 5, 2013 at 4:10 AM, Peter Zijlstra pet...@infradead.org wrote: Index: linux-2.6/kernel/Makefile === --- linux-2.6.orig/kernel/Makefile +++ linux-2.6/kernel/Makefile @@ -7,7 +7,7 @@ obj-y = fork.o exec_domain.o

Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-05 Thread Peter Zijlstra
On Tue, Nov 05, 2013 at 12:26:38PM -0800, Michel Lespinasse wrote: On Tue, Nov 5, 2013 at 4:10 AM, Peter Zijlstra pet...@infradead.org wrote: Index: linux-2.6/kernel/Makefile === --- linux-2.6.orig/kernel/Makefile +++

Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-05 Thread Michel Lespinasse
On Tue, Nov 5, 2013 at 1:20 PM, Peter Zijlstra pet...@infradead.org wrote: This is probably a stupid question, but I haven't been able to find one kernel version that this applies cleanly over ??? Oh my bad, it appears I made it against a working tree, not an actual published tree. That said,

Re: [RFC 1/8] locking: Move mutex into kernel/locking/

2013-11-05 Thread Ingo Molnar
* Peter Zijlstra pet...@infradead.org wrote: On Tue, Nov 05, 2013 at 12:26:38PM -0800, Michel Lespinasse wrote: On Tue, Nov 5, 2013 at 4:10 AM, Peter Zijlstra pet...@infradead.org wrote: Index: linux-2.6/kernel/Makefile ===