Re: [PATCH v6 0/5] futex: Wakeup optimizations

2014-01-13 Thread Ingo Molnar
* Thomas Gleixner wrote: > On Sun, 12 Jan 2014, Davidlohr Bueso wrote: > > For the whole series: > > Reviewed-by: Thomas Gleixner Thanks Thomas, I'll pick them up into the locking tree. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH v6 0/5] futex: Wakeup optimizations

2014-01-13 Thread Thomas Gleixner
On Sun, 12 Jan 2014, Davidlohr Bueso wrote: For the whole series: Reviewed-by: Thomas Gleixner -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v6 0/5] futex: Wakeup optimizations

2014-01-13 Thread Thomas Gleixner
On Sun, 12 Jan 2014, Davidlohr Bueso wrote: For the whole series: Reviewed-by: Thomas Gleixner t...@linutronix.de -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH v6 0/5] futex: Wakeup optimizations

2014-01-13 Thread Ingo Molnar
* Thomas Gleixner t...@linutronix.de wrote: On Sun, 12 Jan 2014, Davidlohr Bueso wrote: For the whole series: Reviewed-by: Thomas Gleixner t...@linutronix.de Thanks Thomas, I'll pick them up into the locking tree. Ingo -- To unsubscribe from this list: send the line unsubscribe

[PATCH v6 0/5] futex: Wakeup optimizations

2014-01-12 Thread Davidlohr Bueso
Changes from v5 [https://lkml.org/lkml/2014/1/2/178]: - Added latest review tags - Removed redundant CONFIG_SMP ifdef in futex_get_mm() - Updated comments per Darren's suggestions. Changes from v3/v4 [http://lkml.org/lkml/2013/12/19/627]:  - Almost completely redid patch 4, based on

[PATCH v6 0/5] futex: Wakeup optimizations

2014-01-12 Thread Davidlohr Bueso
Changes from v5 [https://lkml.org/lkml/2014/1/2/178]: - Added latest review tags - Removed redundant CONFIG_SMP ifdef in futex_get_mm() - Updated comments per Darren's suggestions. Changes from v3/v4 [http://lkml.org/lkml/2013/12/19/627]:  - Almost completely redid patch 4, based on