Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen bug fixes from David Vrabel: - XSA-155 security fixes to backend drivers. - XSA-157 security fixes to pciback. * tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen-pciback: fix up cleanup path when alloc fails xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set. xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X) enabled. xen/pciback: Do not install an IRQ handler for MSI interrupts. xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MSI-X enabled xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI-X enabled xen/pciback: Save xen_pci_op commands before processing it xen-scsiback: safely copy requests xen-blkback: read from indirect descriptors only once xen-blkback: only read request operation from shared ring once xen-netback: use RING_COPY_REQUEST() throughout xen-netback: don't use last request to determine minimum Tx credit xen: Add RING_COPY_REQUEST() xen/x86/pvh: Use HVM's flush_tlb_others op xen: Resume PMU from non-atomic context xen/events/fifo: Consume unprocessed events when a CPU dies
No related branches found
No related tags found
Showing
- arch/x86/xen/mmu.c 2 additions, 7 deletionsarch/x86/xen/mmu.c
- arch/x86/xen/suspend.c 10 additions, 10 deletionsarch/x86/xen/suspend.c
- drivers/block/xen-blkback/blkback.c 10 additions, 5 deletionsdrivers/block/xen-blkback/blkback.c
- drivers/block/xen-blkback/common.h 4 additions, 4 deletionsdrivers/block/xen-blkback/common.h
- drivers/net/xen-netback/netback.c 15 additions, 19 deletionsdrivers/net/xen-netback/netback.c
- drivers/xen/events/events_fifo.c 18 additions, 5 deletionsdrivers/xen/events/events_fifo.c
- drivers/xen/xen-pciback/pciback.h 1 addition, 0 deletionsdrivers/xen/xen-pciback/pciback.h
- drivers/xen/xen-pciback/pciback_ops.c 60 additions, 15 deletionsdrivers/xen/xen-pciback/pciback_ops.c
- drivers/xen/xen-pciback/xenbus.c 3 additions, 1 deletiondrivers/xen/xen-pciback/xenbus.c
- drivers/xen/xen-scsiback.c 1 addition, 1 deletiondrivers/xen/xen-scsiback.c
- include/xen/interface/io/ring.h 14 additions, 0 deletionsinclude/xen/interface/io/ring.h
Please register or sign in to comment