Re: [PATCH v2] staging/android: use multiple futex wait queues

From: Greg Kroah-Hartman
Date: Wed Mar 27 2019 - 14:26:07 EST


On Fri, Feb 15, 2019 at 08:44:01AM +0100, Hugo Lefeuvre wrote:
> Use multiple per-offset wait queues instead of one big wait queue per
> region.
>
> Signed-off-by: Hugo Lefeuvre <hle@xxxxxxxxxx>
> ---
> Changes in v2:
> - dereference the it pointer instead of wait_queue (which is not set
> yet) in handle_vsoc_cond_wait()


How did you test this change? This code needs a lot of testing by
someone before I can take it.

thanks,

greg k-h