You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sched: Clarify wake_up_q()'s write to task->wake_q.next
JIRA: https://issues.redhat.com/browse/RHEL-96250
commit bcc6244
Author: Jann Horn <jannh@google.com>
Date: Wed Jan 29 20:53:03 2025 +0100
sched: Clarify wake_up_q()'s write to task->wake_q.next
Clarify that wake_up_q() does an atomic write to task->wake_q.next, after
which a concurrent __wake_q_add() can immediately overwrite
task->wake_q.next again.
Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20250129-sched-wakeup-prettier-v1-1-2f51f5f663fa@google.com
Signed-off-by: Phil Auld <pauld@redhat.com>
0 commit comments