mbox series

[4.4.257,0/1] Bugfix for ad4740ceccfb ("futex: Avoid violating the 10th rule of futex")

Message ID 20210222040618.2911498-1-zhengyejian1@huawei.com
Headers show
Series Bugfix for ad4740ceccfb ("futex: Avoid violating the 10th rule of futex") | expand

Message

Zheng Yejian Feb. 22, 2021, 4:06 a.m. UTC
*** BLURB HERE ***

Peter Zijlstra (1):
  futex: Fix OWNER_DEAD fixup

 kernel/futex.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Comments

Greg KH March 1, 2021, 2:14 p.m. UTC | #1
On Mon, Feb 22, 2021 at 08:43:18AM +0000, Lee Jones wrote:
> On Mon, 22 Feb 2021, Zheng Yejian wrote:

> 

> > *** BLURB HERE ***

> 

> You need to replace this place-holder with your own description of the

> problem, how it's being solved and why this particular solution was

> selected.

> 

> > Peter Zijlstra (1):

> >   futex: Fix OWNER_DEAD fixup

> 

> To clarify, this *is* the right fix.  Thanks for taking the time.

> 

> >  kernel/futex.c | 7 +++----

> >  1 file changed, 3 insertions(+), 4 deletions(-)

> 

> Reviewed-by: Lee Jones <lee.jones@linaro.org>


Now queued up, thanks.

greg k-h