On Mon, Mar 01, 2021 at 06:30:39PM +0100, Ben Hutchings wrote: > From: Peter Zijlstra <peterz@xxxxxxxxxxxxx> > > commit 499f5aca2cdd5e958b27e2655e7e7f82524f46b1 upstream. > > futex_top_waiter() returns the top-waiter on the pi_mutex. Assinging > this to a variable 'match' totally obscures the code. > > Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> > Cc: juri.lelli@xxxxxxx > Cc: bigeasy@xxxxxxxxxxxxx > Cc: xlpang@xxxxxxxxxx > Cc: rostedt@xxxxxxxxxxx > Cc: mathieu.desnoyers@xxxxxxxxxxxx > Cc: jdesfossez@xxxxxxxxxxxx > Cc: dvhart@xxxxxxxxxxxxx > Cc: bristot@xxxxxxxxxx > Link: http://lkml.kernel.org/r/20170322104151.554710645@xxxxxxxxxxxxx > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > [bwh: Backported to 4.9: adjust context] > Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> > --- > kernel/futex.c | 28 ++++++++++++++-------------- > 1 file changed, 14 insertions(+), 14 deletions(-) All now queued up, thanks. greg k-h