Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fixes from Juergen Gross: "This contains the following fixes/cleanups: - the removal of a BUG_ON() which wasn't necessary and which could trigger now due to a recent change - a correction of a long standing bug happening very rarely in Xen dom0 when a hypercall buffer from user land was not accessible by the hypervisor for very short periods of time due to e.g. page migration or compaction - usage of EXPORT_SYMBOL_GPL() instead of EXPORT_SYMBOL() in a Xen-related driver (no breakage possible as using those symbols without others already exported via EXPORT-SYMBOL_GPL() wouldn't make any sense) - a simplification for Xen PVH or Xen ARM guests - some additional error handling for callers of xenbus_printf()" * tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen: Remove unnecessary BUG_ON from __unbind_from_irq() xen: add new hypercall buffer mapping device xen/scsiback: add error handling for xenbus_printf scsi: xen-scsifront: add error handling for xenbus_printf xen/grant-table: Export gnttab_{alloc|free}_pages as GPL xen: add error handling for xenbus_printf xen: share start flags between PV and PVH
Showing
- arch/arm/xen/enlighten.c 4 additions, 3 deletionsarch/arm/xen/enlighten.c
- arch/x86/xen/enlighten.c 7 additions, 0 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/enlighten_pv.c 1 addition, 0 deletionsarch/x86/xen/enlighten_pv.c
- arch/x86/xen/enlighten_pvh.c 1 addition, 0 deletionsarch/x86/xen/enlighten_pvh.c
- drivers/scsi/xen-scsifront.c 26 additions, 7 deletionsdrivers/scsi/xen-scsifront.c
- drivers/xen/Makefile 1 addition, 1 deletiondrivers/xen/Makefile
- drivers/xen/events/events_base.c 0 additions, 2 deletionsdrivers/xen/events/events_base.c
- drivers/xen/grant-table.c 2 additions, 2 deletionsdrivers/xen/grant-table.c
- drivers/xen/manage.c 15 additions, 3 deletionsdrivers/xen/manage.c
- drivers/xen/privcmd-buf.c 210 additions, 0 deletionsdrivers/xen/privcmd-buf.c
- drivers/xen/privcmd.c 9 additions, 0 deletionsdrivers/xen/privcmd.c
- drivers/xen/privcmd.h 3 additions, 0 deletionsdrivers/xen/privcmd.h
- drivers/xen/xen-scsiback.c 13 additions, 3 deletionsdrivers/xen/xen-scsiback.c
- include/xen/xen.h 5 additions, 1 deletioninclude/xen/xen.h
Loading
Please register or sign in to comment