7452f5d Fix arm sd warnings with latest kernel (bz #1091548)

Authored and Committed by crobinso 9 years ago
41 files changed. 1372 lines added. 36 lines removed.
0140-qcow2-Don-t-rely-on-free_cluster_index-in-alloc_refc.patch
file modified
+13 -4
0141-qcow2-Avoid-integer-overflow-in-get_refcount-CVE-201.patch
file modified
+1 -1
0142-qcow2-Check-new-refcount-table-size-on-growth.patch
file modified
+2 -2
0143-qcow2-Fix-types-in-qcow2_alloc_clusters-and-alloc_cl.patch
file modified
+1 -1
0144-qcow2-Protect-against-some-integer-overflows-in-bdrv.patch
file modified
+1 -1
0145-qcow2-Fix-new-L1-table-size-check-CVE-2014-0143.patch
file modified
+1 -1
0146-dmg-coding-style-and-indentation-cleanup.patch
file modified
+1 -1
0147-dmg-prevent-out-of-bounds-array-access-on-terminator.patch
file modified
+1 -1
0148-dmg-drop-broken-bdrv_pread-loop.patch
file modified
+1 -1
0149-dmg-use-appropriate-types-when-reading-chunks.patch
file modified
+1 -1
0150-dmg-sanitize-chunk-length-and-sectorcount-CVE-2014-0.patch
file modified
+1 -1
0151-dmg-use-uint64_t-consistently-for-sectors-and-length.patch
file modified
+1 -1
0152-dmg-prevent-chunk-buffer-overflow-CVE-2014-0145.patch
file modified
+1 -1
0153-block-Limit-request-size-CVE-2014-0143.patch
file modified
+1 -1
0154-qcow2-Fix-copy_sectors-with-VM-state.patch
file modified
+1 -1
0155-qcow2-Fix-NULL-dereference-in-qcow2_open-error-path-.patch
file modified
+2 -2
0156-qcow2-Fix-L1-allocation-size-in-qcow2_snapshot_load_.patch
file modified
+1 -1
0157-qcow2-Check-maximum-L1-size-in-qcow2_snapshot_load_t.patch
file modified
+2 -2
0158-qcow2-Limit-snapshot-table-size.patch
file modified
+1 -1
0159-parallels-Fix-catalog-size-integer-overflow-CVE-2014.patch
file modified
+1 -1
0160-parallels-Sanity-check-for-s-tracks-CVE-2014-0142.patch
file modified
+1 -1
0201-virtio-net-fix-guest-triggerable-buffer-overrun.patch
file modified
+1 -1
0202-vmxnet3-validate-interrupt-indices-coming-from-guest.patch
file modified
+1 -1
0203-vmxnet3-validate-queues-configuration-coming-from-gu.patch
file modified
+1 -1
0204-vmxnet3-validate-interrupt-indices-read-on-migration.patch
file modified
+1 -1
0205-vmxnet3-validate-queues-configuration-read-on-migrat.patch
file modified
+1 -1
0206-ide-Correct-improper-smart-self-test-counter-reset-i.patch
file modified
+1 -1
0207-char-serial-Fix-emptyness-check.patch
file modified
+1 -1
0208-char-serial-Fix-emptyness-handling.patch
file modified
+1 -1
0209-vmstate-Add-uint32-2D-array-support.patch
file added
+35
0210-arm_gic-Extract-headers-hw-intc-arm_gic-_common-.h.patch
file added
+313
0211-arm_gic-Rename-GIC_X_TRIGGER-to-GIC_X_EDGE_TRIGGER.patch
file added
+125
0212-hw-arm_gic-Introduce-gic_set_priority-function.patch
file added
+63
0213-arm_gic-Introduce-define-for-GIC_NR_SGIS.patch
file added
+71
0214-arm_gic-Fix-GICD_ICPENDR-and-GICD_ISPENDR-writes.patch
file added
+40
0215-arm_gic-Fix-GIC-pending-behavior.patch
file added
+197
0216-arm_gic-Keep-track-of-SGI-sources.patch
file added
+218
0217-arm_gic-Support-setting-getting-binary-point-reg.patch
file added
+100
0218-arm_gic-Add-GICC_APRn-state-to-the-GICState.patch
file added
+105
0219-hw-intc-arm_gic-Fix-NVIC-assertion-failure.patch
file added
+32
qemu.spec
file modified
+29 -1
    Fix arm sd warnings with latest kernel (bz #1091548)
    Fix regression in CVE backport that affects openstack (thanks lbezdick)
    
        
file modified
+29 -1