From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [GIT PULL] (xen) stable/for-jens-4.8-for-linus to your 'for-linus' branch for v4.8-rc3 Date: Fri, 19 Aug 2016 12:48:33 -0400 Message-ID: <20160819164833.GA14691@char.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: axboe@kernel.dk, linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com, axboe@fb.com Cc: bob.liu@oracle.com, roger.pau@citrix.com List-Id: xen-devel@lists.xenproject.org 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