From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753881AbbHMSoC (ORCPT ); Thu, 13 Aug 2015 14:44:02 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:36358 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752474AbbHMSoA (ORCPT ); Thu, 13 Aug 2015 14:44:00 -0400 Date: Thu, 13 Aug 2015 12:43:56 -0600 From: Jens Axboe To: CC: Subject: [GIT PULL] Block driver fixes for 4.2 final Message-ID: <20150813184356.GA21417@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-Originating-IP: [192.168.54.13] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-08-13_08:2015-08-13,2015-08-13,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, A few small bug fixes for xen-blk{front,back} that have been sitting over my vacation. They should go into 4.2 final. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Bob Liu (3): xen-blkfront: introduce blkfront_gather_backend_features() xen-blkfront: don't add indirect pages to list when !feature_persistent xen-blkback: replace work_pending with work_busy in purge_persistent_gnt() Jens Axboe (1): Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/.../konrad/xen into for-linus drivers/block/xen-blkback/blkback.c | 4 +- drivers/block/xen-blkfront.c | 128 ++++++++++++++++++++---------------- 2 files changed, 74 insertions(+), 58 deletions(-) -- Jens Axboe