kernel/futex: Explicitly document pi_lock for pi_state owner fixup
authorDavidlohr Bueso <dave@stgolabs.net>
Fri, 26 Feb 2021 17:50:29 +0000 (09:50 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Mar 2021 18:19:17 +0000 (19:19 +0100)
This seems to belong in the serialization and lifetime rules section.
pi_state_update_owner() will take the pi_mutex's owner's pi_lock to
do whatever fixup, successful or not.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210226175029.50335-4-dave@stgolabs.net
kernel/futex.c

index dcd6132..4750557 100644 (file)
@@ -981,6 +981,7 @@ static inline void exit_pi_state_list(struct task_struct *curr) { }
  * p->pi_lock:
  *
  *     p->pi_state_list -> pi_state->list, relation
+ *     pi_mutex->owner -> pi_state->owner, relation
  *
  * pi_state->refcount:
  *