From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751772AbcGPRmo (ORCPT ); Sat, 16 Jul 2016 13:42:44 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:56589 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751610AbcGPRml (ORCPT ); Sat, 16 Jul 2016 13:42:41 -0400 Date: Sat, 16 Jul 2016 11:42:34 -0600 From: Jens Axboe To: CC: , Subject: [GIT PULL] NVMe fix for 4.7 Message-ID: <20160716174234.GA11578@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=2016-07-16_12:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Late addition here, it's basically a revert of a patch that was added in this merge window, but has proven to cause problems. This is swapping out the RCU based namespace protection with a good old mutex instead. Does not cause merge conflicts with my 4.8 branch, so should not give us any issues there either. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Keith Busch (1): nvme: Remove RCU namespace protection drivers/nvme/host/core.c | 74 +++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 35 deletions(-) -- Jens Axboe