]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.11-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Oct 2024 10:47:16 +0000 (12:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Oct 2024 10:47:16 +0000 (12:47 +0200)
added patches:
documentation-kvm-fix-warning-in-make-htmldocs.patch

queue-6.11/documentation-kvm-fix-warning-in-make-htmldocs.patch [new file with mode: 0644]
queue-6.11/series

diff --git a/queue-6.11/documentation-kvm-fix-warning-in-make-htmldocs.patch b/queue-6.11/documentation-kvm-fix-warning-in-make-htmldocs.patch
new file mode 100644 (file)
index 0000000..f233c37
--- /dev/null
@@ -0,0 +1,33 @@
+From efbc6bd090f48ccf64f7a8dd5daea775821d57ec Mon Sep 17 00:00:00 2001
+From: Paolo Bonzini <pbonzini@redhat.com>
+Date: Fri, 27 Sep 2024 11:45:45 -0400
+Subject: Documentation: KVM: fix warning in "make htmldocs"
+
+From: Paolo Bonzini <pbonzini@redhat.com>
+
+commit efbc6bd090f48ccf64f7a8dd5daea775821d57ec upstream.
+
+The warning
+
+ Documentation/virt/kvm/locking.rst:31: ERROR: Unexpected indentation.
+
+is caused by incorrectly treating a line as the continuation of a paragraph,
+rather than as the first line in a bullet list.
+
+Fixed: 44d174596260 ("KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock")
+Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ Documentation/virt/kvm/locking.rst |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/Documentation/virt/kvm/locking.rst
++++ b/Documentation/virt/kvm/locking.rst
+@@ -25,6 +25,7 @@ The acquisition orders for mutexes are a
+   must not take either kvm->slots_lock or kvm->slots_arch_lock.
+ cpus_read_lock() vs kvm_lock:
++
+ - Taking cpus_read_lock() outside of kvm_lock is problematic, despite that
+   being the official ordering, as it is quite easy to unknowingly trigger
+   cpus_read_lock() while holding kvm_lock.  Use caution when walking vm_list,
index 974aa0fca33101411d827f1a77bf440601e8f1a8..d5692f02f2e9792db81be91fa29cc29a58f71704 100644 (file)
@@ -691,3 +691,4 @@ mm-damon-vaddr-protect-vma-traversal-in-__damon_va_thre_regions-with-rcu-read-lo
 i2c-aspeed-update-the-stop-sw-state-when-the-bus-recovery-occurs.patch
 i2c-isch-add-missed-else.patch
 i2c-xiic-try-re-initialization-on-bus-busy-timeout.patch
+documentation-kvm-fix-warning-in-make-htmldocs.patch