From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757623AbbEVSHM (ORCPT ); Fri, 22 May 2015 14:07:12 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:8886 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757551AbbEVSHG (ORCPT ); Fri, 22 May 2015 14:07:06 -0400 Date: Fri, 22 May 2015 12:07:01 -0600 From: Jens Axboe To: CC: Subject: [GIT PULL] Block fixes for 4.1-rc Message-ID: <20150522180701.GA25982@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-05-22_01:2015-05-21,2015-05-22,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Three small fixes that have been picked up the last few weeks. Specifically: - Fix a memory corruption issue in NVMe with malignant user constructed request. From Christoph. - Kill (now) unused blk_queue_bio(), dm was changed to not need this anymore. From Mike Snitzer. - Always use blk_schedule_flush_plug() from the io_schedule() path when flushing a plug, fixing a !TASK_RUNNING warning with md. From Shaohua. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Christoph Hellwig (1): nvme: fix kernel memory corruption with short INQUIRY buffers Mike Snitzer (1): block: remove export for blk_queue_bio Shaohua Li (1): sched: always use blk_schedule_flush_plug in io_schedule_out block/blk-core.c | 5 +++-- drivers/block/nvme-scsi.c | 3 ++- include/linux/blkdev.h | 2 -- kernel/sched/core.c | 5 +---- 4 files changed, 6 insertions(+), 9 deletions(-) -- Jens Axboe