Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755646AbdCXOOC (ORCPT ); Fri, 24 Mar 2017 10:14:02 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:35222 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935237AbdCXONS (ORCPT ); Fri, 24 Mar 2017 10:13:18 -0400 To: Linus Torvalds Cc: "linux-block@vger.kernel.org" , "linux-kernel@vger.kernel.org" From: Jens Axboe Subject: [GIT PULL] Block fixes for 4.11-rc Message-ID: <1352f555-5243-718b-0407-339b61bfa564@kernel.dk> Date: Fri, 24 Mar 2017 08:12:15 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1474 Lines: 46 Hi Linus, A few fixes for the current series that should go into -rc4. This pull request contains: - A fix for a potential corruption of un-started requests from Ming. - A blk-stat fix from Omar, ensuring we flush the stat batch before checking nr_samples. - A set of fixes from Sagi for the nvmeof family. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Jens Axboe (1): Merge branch 'nvme-4.11-rc' of git://git.infradead.org/nvme into for-linus Ming Lei (1): blk-mq: don't complete un-started request in timeout handler Omar Sandoval (1): blk-stat: fix blk_stat_sum() if all samples are batched Sagi Grimberg (5): nvme-loop: fix a possible use-after-free when destroying the admin queue nvmet: confirm sq percpu has scheduled and switched to atomic nvmet-rdma: Fix a possible uninitialized variable dereference nvme-rdma: handle cpu unplug when re-establishing the controller nvme-loop: handle cpu unplug when re-establishing the controller block/blk-mq.c | 11 +----- block/blk-stat.c | 4 +- drivers/nvme/host/rdma.c | 28 +++++++------- drivers/nvme/target/core.c | 11 +++++- drivers/nvme/target/loop.c | 90 +++++++++++++++++++++++++-------------------- drivers/nvme/target/nvmet.h | 1 + drivers/nvme/target/rdma.c | 8 ++-- 7 files changed, 82 insertions(+), 71 deletions(-) -- Jens Axboe