[GIT PULL] xen features and fixes for 4.11 rc1
From: Juergen Gross
Date: Thu Mar 09 2017 - 01:25:40 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.11-rc1-tag
features and fixes for 4.11 rc1
It contains one fix for MSIX handling under Xen and a trivial cleanup
patch.
Thanks.
Juergen
arch/x86/pci/xen.c | 23 +++++++----------------
drivers/xen/xenbus/xenbus_dev_frontend.c | 1 -
2 files changed, 7 insertions(+), 17 deletions(-)
Dan Streetman (1):
xen: do not re-use pirq number cached in pci device msi msg data
Masanari Iida (1):
xenbus: Remove duplicate inclusion of linux/init.h