commit | 51859c5aa6daa96340a81a1ea2de1b48ccadccf1 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun Sep 01 14:26:33 2024 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Sep 01 14:26:33 2024 -0700 |
tree | 5162564806eb1bfc7bf2807cdcde7eeefc98e0fe | |
parent | 9a754292e88f81acaf26cc5e0cec56b3276029de [diff] | |
parent | d33d26036a0274b472299d7dcdaa5fb34329f91b [diff] |
Merge tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull locking fix from Thomas Gleixner: "A single fix for rt_mutex. The deadlock detection code drops into an infinite scheduling loop while still holding rt_mutex::wait_lock, which rightfully triggers a 'scheduling in atomic' warning. Unlock it before that" * tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: rtmutex: Drop rt_mutex::wait_lock before scheduling