Hey Jens!
Please git pull the following three fixes in to your 'for-linus' branch.
It is against 'for-linus' instead of 'for-4.8/drivers' because we had some
code in xen-blkfront go through the Xen tree (with your Ack). The reason
was that you 'for-4.8/drivers' was based on 4.7-rc2, and the fixes needed
to be against newer tag.
Anyhow, if you could please git pull the following branch:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-4.8-for-linus
which has fixes as we are exercising the multiqueue components more aggressively.
Here is the diffstat:
drivers/block/xen-blkfront.c | 97 +++++++++++++++++++++++++-------------------
1 file changed, 56 insertions(+), 41 deletions(-)
Bob Liu (3):
xen-blkfront: fix places not updated after introducing 64KB page granularity
xen-blkfront: introduce blkif_set_queue_limits()
xen-blkfront: free resources if xlvbd_alloc_gendisk fails