Re: [PATCH v4 3/4] futex: Document ordering guarantees

2013-12-22 Thread Davidlohr Bueso
On Thu, 2013-12-19 at 15:19 -0800, Darren Hart wrote: > On Thu, 2013-12-19 at 15:05 -0800, Randy Dunlap wrote: > > On 12/19/13 13:07, Darren Hart wrote: > > > On Thu, 2013-12-19 at 13:00 -0800, Davidlohr Bueso wrote: > > >> On Thu, 2013-12-19 at 12:51 -0800, Randy Dunlap wrote: > > >>> On 12/19/13

Re: [PATCH v4 3/4] futex: Document ordering guarantees

2013-12-20 Thread Ingo Molnar
* Darren Hart wrote: > On Thu, 2013-12-19 at 15:05 -0800, Randy Dunlap wrote: > > On 12/19/13 13:07, Darren Hart wrote: > > > On Thu, 2013-12-19 at 13:00 -0800, Davidlohr Bueso wrote: > > >> On Thu, 2013-12-19 at 12:51 -0800, Randy Dunlap wrote: > > >>> On 12/19/13 12:45, Davidlohr Bueso wrote:

Re: [PATCH v4 3/4] futex: Document ordering guarantees

2013-12-19 Thread Darren Hart
On Thu, 2013-12-19 at 15:05 -0800, Randy Dunlap wrote: > On 12/19/13 13:07, Darren Hart wrote: > > On Thu, 2013-12-19 at 13:00 -0800, Davidlohr Bueso wrote: > >> On Thu, 2013-12-19 at 12:51 -0800, Randy Dunlap wrote: > >>> On 12/19/13 12:45, Davidlohr Bueso wrote: > From: Thomas Gleixner > >>

Re: [PATCH v4 3/4] futex: Document ordering guarantees

2013-12-19 Thread Randy Dunlap
On 12/19/13 13:07, Darren Hart wrote: > On Thu, 2013-12-19 at 13:00 -0800, Davidlohr Bueso wrote: >> On Thu, 2013-12-19 at 12:51 -0800, Randy Dunlap wrote: >>> On 12/19/13 12:45, Davidlohr Bueso wrote: From: Thomas Gleixner That's essential, if you want to hack on futexes.

Re: [PATCH v4 3/4] futex: Document ordering guarantees

2013-12-19 Thread Darren Hart
On Thu, 2013-12-19 at 13:00 -0800, Davidlohr Bueso wrote: > On Thu, 2013-12-19 at 12:51 -0800, Randy Dunlap wrote: > > On 12/19/13 12:45, Davidlohr Bueso wrote: > > > From: Thomas Gleixner > > > > > > That's essential, if you want to hack on futexes. > > > > > > Cc: Ingo Molnar > > > Cc: Darren

Re: [PATCH v4 3/4] futex: Document ordering guarantees

2013-12-19 Thread Davidlohr Bueso
On Thu, 2013-12-19 at 12:51 -0800, Randy Dunlap wrote: > On 12/19/13 12:45, Davidlohr Bueso wrote: > > From: Thomas Gleixner > > > > That's essential, if you want to hack on futexes. > > > > Cc: Ingo Molnar > > Cc: Darren Hart > > Acked-by: Peter Zijlstra > > Cc: Thomas Gleixner > > Cc: Paul

Re: [PATCH v4 3/4] futex: Document ordering guarantees

2013-12-19 Thread Randy Dunlap
On 12/19/13 12:45, Davidlohr Bueso wrote: > From: Thomas Gleixner > > That's essential, if you want to hack on futexes. > > Cc: Ingo Molnar > Cc: Darren Hart > Acked-by: Peter Zijlstra > Cc: Thomas Gleixner > Cc: Paul E. McKenney > Cc: Mike Galbraith > Cc: Jeff Mahoney > Cc: Linus Torvald

[PATCH v4 3/4] futex: Document ordering guarantees

2013-12-19 Thread Davidlohr Bueso
From: Thomas Gleixner That's essential, if you want to hack on futexes. Cc: Ingo Molnar Cc: Darren Hart Acked-by: Peter Zijlstra Cc: Thomas Gleixner Cc: Paul E. McKenney Cc: Mike Galbraith Cc: Jeff Mahoney Cc: Linus Torvalds Cc: Scott Norton Cc: Tom Vaden Cc: Aswin Chandramouleeswaran