Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933846AbbLVVjK (ORCPT ); Tue, 22 Dec 2015 16:39:10 -0500 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:61863 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933828AbbLVVjH (ORCPT ); Tue, 22 Dec 2015 16:39:07 -0500 Date: Tue, 22 Dec 2015 14:39:02 -0700 From: Jens Axboe To: CC: , Subject: [GIT PULL] Block fixes for 4.4 final Message-ID: <20151222213902.GA18873@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:,, definitions=2015-12-22_16:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1191 Lines: 42 Hi Linus, Three small fixes for 4.4 final. Specifically: - The segment issue fix from Junichi, where the old IO path does a bio limit split before potentially bouncing the pages. We need to do that in the right order, to ensure that limitations are met. - A NVMe surprise removal IO hang fix from Keith. - A use-after-free in null_blk, introduced by a previous patch in this series. From Mike Krinkin. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Junichi Nomura (1): block: ensure to split after potentially bouncing a bio Keith Busch (1): NVMe: IO ending fixes on surprise removal Mike Krinkin (1): null_blk: fix use-after-free error block/blk-core.c | 4 ++-- drivers/block/null_blk.c | 6 +++--- drivers/nvme/host/pci.c | 20 +++++++++++++++++++- 3 files changed, 24 insertions(+), 6 deletions(-) -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/