Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2977164ybd; Fri, 28 Jun 2019 00:23:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqwH8IxKyEO/DBC/A2gomaAEOcrOSmXxjW21r8pJUnzgdvfidVEVpSceHhvV6OcuvPjfNIYR X-Received: by 2002:a17:902:4aa3:: with SMTP id x32mr9308720pld.119.1561706630859; Fri, 28 Jun 2019 00:23:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561706630; cv=none; d=google.com; s=arc-20160816; b=GVfWMpRH5+cNBJ65lKXjfT3HmqwysrH2kE1iBt6q2Xxg4Inzi4BDzrNKAZgOe7UGfd Z4S+kmjUHCVe7uuHlkuv2cOeuddyXuX9Q6zt6OAWqGbVSczpasPV8ssIZTT7nanKvFLn VGxPZkPYXyt2a4GvauomOwoH/iGN3UBJZ3cs4Zl9uv1zB3plfVPbPno3NyMwHEuT+xbg BJFJPsVlF7fzxvh49SNOgsF29tZVpxlHT4nKwJOXDx1Ti6HaER+ZMcySFul60l87fi8M cdf79bJcAkwtuWQpwhuk7/gBGdjALrYk7WSNKYrjkp3PW317BfZjjZt7rgfQ2jUZPmPE enEQ== 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; bh=jmqoOyD+U/0qbjhvGW4UHpftLnz5GY0M8x2AWaIszkw=; b=FEhriDmlByel33QPeHzl67Q+iQaDP+ZJ8lY/CMgEgyBvXj2caeglw6NIZ65kqaEwN3 a9pAZ7fZNTg/f09MeN6dVwILJzG9RZzT+XlOM0Hzqne2/hsD2mbkjIkNqEmZ0DMvz1nm rUFjkgQj7S1zdK17J/mlTajSGHZvCGt81TbmowDRxwFc7SITulvZdhyAIGh4MCxADUEo l935cgSrX3eOfBY+mWrLWJHRU2/80qNvxmsYpOPG0FhAmkdePjHLBLHca52hKjM2a990 6cBvSuHHjkgeLtIExhPF0gHSqTSVW7brBJdm39LjM9B9AJWMtqkWuFQR3tCv5jMtPJgc gxxQ== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i2si1372963pgs.265.2019.06.28.00.23.35; Fri, 28 Jun 2019 00:23:50 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727342AbfF1HXT (ORCPT + 99 others); Fri, 28 Jun 2019 03:23:19 -0400 Received: from verein.lst.de ([213.95.11.210]:45860 "EHLO newverein.lst.de" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1727234AbfF1HXO (ORCPT ); Fri, 28 Jun 2019 03:23:14 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id A014E68CFE; Fri, 28 Jun 2019 09:23:10 +0200 (CEST) Date: Fri, 28 Jun 2019 09:23:10 +0200 From: Christoph Hellwig To: Daniel Drake Cc: Christoph Hellwig , Jens Axboe , Keith Busch , Sagi Grimberg , linux-nvme , Linux PCI , Bjorn Helgaas , linux-ide@vger.kernel.org, Linux Upstreaming Team , Linux Kernel , Hannes Reinecke , Alex Williamson , Dan Williams Subject: Re: [PATCH v2 2/5] nvme: rename "pci" operations to "mmio" Message-ID: <20190628072310.GA28896@lst.de> References: <20190620051333.2235-1-drake@endlessm.com> <20190620051333.2235-3-drake@endlessm.com> <20190620061038.GA20564@lst.de> <20190624061617.GA2848@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 25, 2019 at 11:51:28AM +0800, Daniel Drake wrote: > Bearing in mind that we've already been told that the NVMe device > config space is inaccessible, and the new docs show exactly how the > BIOS enforces such inaccessibility during early boot, the remaining > points you mentioned recently were: If we can't access the config space we unfortunately can't support this scheme at all, as it invalidates all our quirks handling.