a799a51 * Tue Jun 13 2023 Miroslav Rezanina <mrezanin@redhat.com> - 8.0.0-5

Authored and Committed by mrezanin a year ago
22 files changed. 2669 lines added. 1 lines removed.
kvm-apic-disable-reentrancy-detection-for-apic-msi.patch
file added
+55
kvm-async-Add-an-optional-reentrancy-guard-to-the-BH-API.patch
file added
+231
kvm-async-avoid-use-after-free-on-re-entrancy-guard.patch
file added
+70
kvm-bcm2835_property-disable-reentrancy-detection-for-io.patch
file added
+57
kvm-block-compile-out-assert_bdrv_graph_readable-by-defa.patch
file added
+121
kvm-checkpatch-add-qemu_bh_new-aio_bh_new-checks.patch
file added
+55
kvm-graph-lock-Disable-locking-for-now.patch
file added
+153
kvm-hw-pci-Disable-PCI_ERR_UNCOR_MASK-register-for-machi.patch
file added
+118
kvm-hw-replace-most-qemu_bh_new-calls-with-qemu_bh_new_g.patch
file added
+470
kvm-hw-scsi-lsi53c895a-Fix-reentrancy-issues-in-the-LSI-.patch
file added
+141
kvm-iotests-Test-commit-with-iothreads-and-ongoing-I-O.patch
file added
+144
kvm-loongarch-mark-loongarch_ipi_iocsr-re-entrnacy-safe.patch
file added
+53
kvm-lsi53c895a-disable-reentrancy-detection-for-MMIO-reg.patch
file added
+70
kvm-lsi53c895a-disable-reentrancy-detection-for-script-R.patch
file added
+58
kvm-memory-prevent-dma-reentracy-issues.patch
file added
+150
kvm-memory-stricter-checks-prior-to-unsetting-engaged_in.patch
file added
+67
kvm-multifd-Fix-the-number-of-channels-ready.patch
file added
+58
kvm-nbd-server-Fix-drained_poll-to-wake-coroutine-in-rig.patch
file added
+159
kvm-raven-disable-reentrancy-detection-for-iomem.patch
file added
+54
kvm-s390x-pv-Fix-spurious-warning-with-asynchronous-tear.patch
file added
+129
kvm-util-async-teardown-wire-up-query-command-line-optio.patch
file added
+180
qemu-kvm.spec
file modified
+76 -1
    * Tue Jun 13 2023 Miroslav Rezanina <mrezanin@redhat.com> - 8.0.0-5
    
    - kvm-block-compile-out-assert_bdrv_graph_readable-by-defa.patch [bz#2186725]
    - kvm-graph-lock-Disable-locking-for-now.patch [bz#2186725]
    - kvm-nbd-server-Fix-drained_poll-to-wake-coroutine-in-rig.patch [bz#2186725]
    - kvm-iotests-Test-commit-with-iothreads-and-ongoing-I-O.patch [bz#2186725]
    - kvm-memory-prevent-dma-reentracy-issues.patch [RHEL-516]
    - kvm-async-Add-an-optional-reentrancy-guard-to-the-BH-API.patch [RHEL-516]
    - kvm-checkpatch-add-qemu_bh_new-aio_bh_new-checks.patch [RHEL-516]
    - kvm-hw-replace-most-qemu_bh_new-calls-with-qemu_bh_new_g.patch [RHEL-516]
    - kvm-lsi53c895a-disable-reentrancy-detection-for-script-R.patch [RHEL-516]
    - kvm-bcm2835_property-disable-reentrancy-detection-for-io.patch [RHEL-516]
    - kvm-raven-disable-reentrancy-detection-for-iomem.patch [RHEL-516]
    - kvm-apic-disable-reentrancy-detection-for-apic-msi.patch [RHEL-516]
    - kvm-async-avoid-use-after-free-on-re-entrancy-guard.patch [RHEL-516]
    - kvm-loongarch-mark-loongarch_ipi_iocsr-re-entrnacy-safe.patch [RHEL-516]
    - kvm-memory-stricter-checks-prior-to-unsetting-engaged_in.patch [RHEL-516]
    - kvm-lsi53c895a-disable-reentrancy-detection-for-MMIO-reg.patch [RHEL-516]
    - kvm-hw-scsi-lsi53c895a-Fix-reentrancy-issues-in-the-LSI-.patch [RHEL-516]
    - kvm-hw-pci-Disable-PCI_ERR_UNCOR_MASK-register-for-machi.patch [bz#2189423]
    - kvm-multifd-Fix-the-number-of-channels-ready.patch [bz#2196289]
    - kvm-util-async-teardown-wire-up-query-command-line-optio.patch [bz#2168500]
    - kvm-s390x-pv-Fix-spurious-warning-with-asynchronous-tear.patch [bz#2168500]
    - Resolves: bz#2186725
      (Qemu hang when commit during fio running(iothread enable))
    - Resolves: RHEL-516
      (CVE-2023-2680 qemu-kvm: QEMU: hcd-ehci: DMA reentrancy issue (incomplete fix for CVE-2021-3750) [rhel-9])
    - Resolves: bz#2189423
      (Failed to migrate VM from rhel 9.3 to rhel 9.2)
    - Resolves: bz#2196289
      (Fix number of ready channels on multifd)
    - Resolves: bz#2168500
      ([IBM 9.3 FEAT] KVM: Improve memory reclaiming for z15 Secure Execution guests - qemu part)
    
        
file modified
+76 -1