19 Jan, 2015

1 commit

  • FUTEX_CMP_REQUEUE_PI was misnamed in two different ways:
    FUTEX_REQUEUE_CMP_PI and FUTEX_REQUEUE_PI. The existence of two
    different misnamings leaves the reader wondering if we are talking
    about two different operations. Furthermore, the misnamings mean
    that grepping the source for the correct name (which doesn't
    appear at all) won't find this documentation file.

    Signed-off-by: Michael Kerrisk
    Reviewed-by: Darren Hart
    Link: http://lkml.kernel.org/r/54B9663D.9070000@gmail.com
    Signed-off-by: Thomas Gleixner

    Michael Kerrisk
     

21 Mar, 2014

1 commit


09 May, 2009

1 commit

  • Add Documentation/futex-requeue-pi.txt describing the motivation for the
    newly added FUTEX_*REQUEUE_PI op codes and their implementation.

    [ Impact: add documentation ]

    Signed-off-by: Darren Hart
    Cc: Sripathi Kodi
    Cc: Peter Zijlstra
    Cc: John Stultz
    Cc: Steven Rostedt
    Cc: Dinakar Guniguntala
    Cc: Ulrich Drepper
    Cc: Eric Dumazet
    Cc: Jakub Jelinek
    LKML-Reference:
    [ reformatted the file ]
    Signed-off-by: Ingo Molnar

    Darren Hart