On Thu, 15 Mar 2018, Dominik Brodowski wrote: > sys_futex() is a wrapper to do_futex() which does not modify any > values here: > > - uaddr, val and val3 are kept the same > > - op is masked with FUTEX_CMD_MASK, but is always set to FUTEX_WAKE. > Therefore, val2 is always 0. > > - as utime is set to NULL, *timeout is NULL > > Cc: Thomas Gleixner <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: Peter Zijlstra <[email protected]> > Cc: Darren Hart <[email protected]> > Cc: Andrew Morton <[email protected]> > Signed-off-by: Dominik Brodowski <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]>

