]> git.dujemihanovic.xyz Git - linux.git/commit
Merge tag 'block-6.11-20240912' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Sep 2024 23:02:57 +0000 (16:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Sep 2024 23:02:57 +0000 (16:02 -0700)
commitb8e7cd09ae543c1d384677b3d43e009a0e8647ca
treec26ec910f7273d1d85d75e0f081881416608d1b6
parentfdf042df04634248b65dc88dc4913026a9d1776f
parent734e1a8603128ac31526c477a39456be5f4092b6
Merge tag 'block-6.11-20240912' of git://git.kernel.dk/linux

Pull block fix from Jens Axboe:
 "Just a single fix for a deadlock issue that can happen if someone
  attempts to change the root disk IO scheduler with a module that
  requires loading from disk.

  Changing the scheduler freezes the queue while that operation is
  happening, hence causing a deadlock"

* tag 'block-6.11-20240912' of git://git.kernel.dk/linux:
  block: Prevent deadlocks when switching elevators