From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751533AbcF2Qj7 (ORCPT ); Wed, 29 Jun 2016 12:39:59 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:29671 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750932AbcF2Qj6 (ORCPT ); Wed, 29 Jun 2016 12:39:58 -0400 Date: Wed, 29 Jun 2016 12:39:49 -0400 From: Konrad Rzeszutek Wilk To: axboe@kernel.dk, linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com, linux-block@vger.kernel.org Cc: bob.liu@oracle.com Subject: [GIT PULL] (Xen) stable/for-jens-4.7 for v4.7-rc5 Message-ID: <20160629163949.GA5631@char.us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Jens, Please git pull the 'stable/for-jens-4.7' branch which is based on your 'for-4.7/drivers' branch. It will nicely merge in your 'for-linus' branch: git pull git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-4.7 which has one fix for migration of guest. We found that if we migrate the guest from a host that has multi-queue to an older (or vice-versa) we would lose outstanding I/Os as we did not recreate all the queues properly and lost the I/Os. Please pull! P.S. I've also also put stable@vger.kernel.org on the patch. drivers/block/xen-blkfront.c | 91 +++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 51 deletions(-) Bob Liu (1): xen-blkfront: save uncompleted reqs in blkfront_resume()