From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80CFDC43603 for ; Fri, 13 Dec 2019 22:30:28 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5326020706 for ; Fri, 13 Dec 2019 22:30:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="YFSGRMzJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5326020706 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IuLf3h2bvKMv5Q5SiBYjLZ66DAPcSXtG3Nm2nTNVsVI=; b=YFSGRMzJOsIU/N mTAu0lJPdg5CigF/B3uknIdWpBt2eiaxh6NpmUPTQJAqgTPfGMc0COKFrYVd/VKFe62wy1X0Pg/LM s8s0o73AJ6PV7nsdFrRq8OIIvQPa5/f9SrFj8P8i119wqpJIorh/zZoy3ehI4Rv5bt3oIN0zyQnZm J9xHXWl1LjWJ7OZjLuQ+d8e+mllndx6CDKFOWwVUiUpaEBnlx1CoKwbO404r1hCyW6RoKnwsihsuC VTxzrCXyblvqYIUoLrvzY5JZ/nLohm17UZdOJdQpNgzOixCOvOISCQLvmqfzLBqp+dO+/ulwqaN3S RX/fklG25q223wYC1FYw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifm6b-0003Nq-Jn; Fri, 13 Dec 2019 14:39:45 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifm6X-0003Mq-SF for linux-arm-kernel@lists.infradead.org; Fri, 13 Dec 2019 14:39:43 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 03CA31435; Fri, 13 Dec 2019 06:39:41 -0800 (PST) Received: from donnerap.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 808A73F52E; Fri, 13 Dec 2019 06:39:39 -0800 (PST) Date: Fri, 13 Dec 2019 14:39:36 +0000 From: Andre Przywara To: Andrew Murray Subject: Re: [PATCH] pcie: Add quirk for the Arm Neoverse N1SDP platform Message-ID: <20191213143936.2160dd9d@donnerap.cambridge.arm.com> In-Reply-To: <20191212210723.GJ24359@e119886-lin.cambridge.arm.com> References: <20191209160638.141431-1-andre.przywara@arm.com> <20191210144115.GA94877@google.com> <20191212210723.GJ24359@e119886-lin.cambridge.arm.com> Organization: ARM X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191213_063942_004625_CD1872C0 X-CRM114-Status: GOOD ( 20.26 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lorenzo Pieralisi , Catalin Marinas , "Rafael J . Wysocki" , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Bjorn Helgaas , linux-pci@vger.kernel.org, Will Deacon , linux-arm-kernel@lists.infradead.org, Len Brown Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 12 Dec 2019 21:07:24 +0000 Andrew Murray wrote: Hi, > On Tue, Dec 10, 2019 at 08:41:15AM -0600, Bjorn Helgaas wrote: > > On Mon, Dec 09, 2019 at 04:06:38PM +0000, Andre Przywara wrote: [ ... ] > > Even ECAM compliance is not really minor -- if this controller were > > fully compliant with the spec, you would need ZERO Linux changes to > > support it. Every quirk like this means additional maintenance > > burden, and it's not just a one-time thing. It means old kernels that > > *should* "just work" on your system will not work unless somebody > > backports the quirk. > > With regards to URs resulting in unwanted aborts or similar - this seems > to be a very common theme amongst ARM PCI controller drivers. For example > both ARM32 imx6 and ARM32 keystone have fault handlers to handle an abort > and fabricate a 0xffffffff read value. > > The ARM32 rcar driver, whilst it doesn't appear to produce an abort, does > read the PCI_STATUS register after making a config read to determine if > any aborts have happened - in which case it reports > PCIBIOS_DEVICE_NOT_FOUND. > > And as recently reported [1], the rockchip driver also appears to produce > aborts. > > I suspect that this ARM64 controller driver won't be the last either. Thus > any solution here may form the basis of copy-cat solutions for subsequent > controllers. Well, I think Bjorn is aware of them, but was actually hoping that those broken controllers would go away at some point ;-) And just to make this clear: I would categorise this issue as an integration bug, which just can't be fixed in hardware or firmware easily. It was never meant to be this way. So I am not sure we should promote generic solutions here. > From my understanding of the issues, the ARM64 serrors are imprecise and > as a result there isn't a sensible way of using them to determine that a > read is a UR. So where there are no other solutions to suppress the > generation of an abort by the controller, the only solutions that seem to > exist are 1) pre-scan the devices in firmware and only talk to those devices > in Linux - a safe option but limiting - perhaps with side effects for CRS > and 2) the approach rcar takes in using the PCI_STATUS register - though > you'd end up having to mask the serror (PSTATE.A) for a limited period of > time - a risky option (you'll miss real serrors) - but with no side effects. > > (I don't know if option 2 is feasible in this case by the way). Interesting, we might evaluate this, but mostly out of curiosity or for debugging. I don't think it's really a better option. If there is a safe way of making this work in the majority of cases, that should be the way to go. Setting PSTATE.A sounds quite wacky to me. Thanks, Andre. > [1] https://lore.kernel.org/linux-pci/2a381384-9d47-a7e2-679c-780950cd862d@rock-chips.com/2-0001-WFT-PCI-rockchip-play-game-with-unsupported-request-.patch > > Thanks, > > Andrew Murray > > > > > > This allows the Arm Neoverse N1SDP board to boot Linux without crashing > > > and to access *any* devices (there are no platform devices except UART). _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel