Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp960636imm; Wed, 23 May 2018 08:08:49 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoKuGGJJelEziMrGDZD4L6PXCHGgby+X6rDo8ILva1KeoHUrQ8vZqLsiPvsYZbmjc+Wmifd X-Received: by 2002:a17:902:5481:: with SMTP id e1-v6mr3264359pli.137.1527088129635; Wed, 23 May 2018 08:08:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527088129; cv=none; d=google.com; s=arc-20160816; b=d2lr73Uh+6woE+JjO+d7LFPT1afkgyiW/EWHt1hx1diJPDgOw+Gyyfq75GPpTKhqXr kpSFnsIRKygJmqw0NIMaSxLvuRDLhJsbiift9Eq0GbJsM6n3Fnma6VAon2WNpLQP+2XG atxuZlfc1oAs+KKj53oCGsjGixA6p+ivRaUwqMw1FLDeO/BHK0/9M8pdtdSKVfEq4TS9 DYIjGu/IHUYf0EqumkDLn7Ohpt/mjA1ONvEyjqOD3oyRJlUgh2YPw1SnJtiyZCxgNHxT Y5hLCLnVSvQ4nZVGOQ4wJTarw0yr+q+HnMleWihLHFSTllHUWJMorxyLfiSf/ocl1Wob YOLw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=+lL0GuTl+606qQwY6LVALT8UOAyTYvCrDw04x4aGovw=; b=bSBy0yNBiyfRkVDMgFApUqWUNqUDUt/u5qM78ODczvNJRktyA4KO/8yG5RdNUcYyad Q1XMx/+DGMZUGBhbPGGsQ+993NvSlXfopywpyCh7e+KuyfTGasgeagJC3dURuJ2pRpqg LPBj0q5Z3Vkbbz1p5lSrAczrAUupjR1axVzsLwCrDHV3Jur72pH/73KdfIcDP2GGrohL +3sIUHrDOWMTcZIJmeNcxMDKrcmGPCE1Zq28MtZDo+9/0yNwuHR+KaMBfQCHkmoI+Q+5 IpHSIS8kB4W6zD8U/6KE7+Q9Z5Oth3lvtnGOv17vERLvZoW05C82CxeH7mb9ihFNItgF ipzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s64-v6si14763278pgb.23.2018.05.23.08.08.03; Wed, 23 May 2018 08:08:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933398AbeEWPGU (ORCPT + 99 others); Wed, 23 May 2018 11:06:20 -0400 Received: from mga06.intel.com ([134.134.136.31]:10025 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933151AbeEWPGS (ORCPT ); Wed, 23 May 2018 11:06:18 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 May 2018 08:06:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,433,1520924400"; d="scan'208";a="226635319" Received: from unknown (HELO localhost.localdomain) ([10.232.112.44]) by orsmga005.jf.intel.com with ESMTP; 23 May 2018 08:06:17 -0700 Date: Wed, 23 May 2018 09:08:31 -0600 From: Keith Busch To: Johannes Thumshirn Cc: Keith Busch , Linux Kernel Mailinglist , Hannes Reinecke , Sagi Grimberg , Linux NVMe Mailinglist , Christoph Hellwig Subject: Re: [PATCH v3] nvme: fix lockdep warning in nvme_mpath_clear_current_path Message-ID: <20180523150831.GA11037@localhost.localdomain> References: <20180517115250.10027-1-jthumshirn@suse.de> <20180523145420.5ly2r4xjq2u25vv2@linux-x5ow.site> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180523145420.5ly2r4xjq2u25vv2@linux-x5ow.site> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks for the ping. I started a new branch, nvme-4.18-2, based off of Jens' for-next with this being the first new commit. I'm certain we're still missing a lot of reviewed commits. I'll try to go through the mail history and apply by the end of the week, but any friendly reminders would not be unappreciated. :)