mbox series

[4.9,0/3] Follow-up patch series to update Futex

Message ID 20210211092700.11772-1-lee.jones@linaro.org
Headers show
Series Follow-up patch series to update Futex | expand

Message

Lee Jones Feb. 11, 2021, 9:26 a.m. UTC
A potential coding issue was:

 Reported-by: Zheng Yejian <zhengyejian@foxmail.com>

This set should solve it.

Peter Zijlstra (1):
  futex: Change locking rules

Thomas Gleixner (2):
  futex: Ensure the correct return value from futex_lock_pi()
  futex: Cure exit race

 kernel/futex.c | 233 +++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 189 insertions(+), 44 deletions(-)

Cc: bigeasy@linutronix.de
Cc: bristot@redhat.com
Cc: Darren Hart <dvhart@infradead.org>
Cc: dvhart@infradead.org
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: jdesfossez@efficios.com
Cc: juri.lelli@arm.com
Cc: mathieu.desnoyers@efficios.com
Cc: rostedt@goodmis.org
Cc: Sasha Levin <sashal@kernel.org>
Cc: stable@vger.kernel.org
Cc: xlpang@redhat.com
-- 
2.25.1

Comments

Greg KH Feb. 11, 2021, 2:22 p.m. UTC | #1
On Thu, Feb 11, 2021 at 09:26:57AM +0000, Lee Jones wrote:
> A potential coding issue was:

> 

>  Reported-by: Zheng Yejian <zhengyejian@foxmail.com>

> 

> This set should solve it.


Now queued up, thanks.

greg k-h