From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755173AbcHSQsq (ORCPT ); Fri, 19 Aug 2016 12:48:46 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:32085 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754172AbcHSQsp (ORCPT ); Fri, 19 Aug 2016 12:48:45 -0400 Date: Fri, 19 Aug 2016 12:48:33 -0400 From: Konrad Rzeszutek Wilk 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 Subject: [GIT PULL] (xen) stable/for-jens-4.8-for-linus to your 'for-linus' branch for v4.8-rc3 Message-ID: <20160819164833.GA14691@char.us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.2 (2016-07-01) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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