From: Linus Torvalds Date: Sun, 1 Sep 2024 21:26:33 +0000 (-0700) Subject: Merge tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=51859c5aa6daa96340a81a1ea2de1b48ccadccf1;p=users%2Fjedix%2Flinux-maple.git 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 --- 51859c5aa6daa96340a81a1ea2de1b48ccadccf1