Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3111098ybi; Thu, 18 Jul 2019 21:14:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqzhYaNVdUVxnJ6b73gvHwPpSjhmczur1MSF28iv05RBf00Z8FrPGDx8gI5UZhDD9vA6RHZD X-Received: by 2002:a17:902:aa5:: with SMTP id 34mr56239170plp.166.1563509657776; Thu, 18 Jul 2019 21:14:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563509657; cv=none; d=google.com; s=arc-20160816; b=P0Ru4YaRbX2brO2eoGYcwrnAiEHL+ZepQKeA12T2BTOSPH04Wv5Fy0faeU+HXZ56pJ Y4OxsBXVmbq67GSruT878WZ9TuqJKyqflluS0NOJvCqah/WHvHVL9KUS2lxOc9P/JUTH XeagKk1JJtAfdbaiTEoZ6VG8/NL5fHBLinj6VxL1Wl5WEJgTFVbfs679Hnho0tVM5Oj8 yZR1KtKhCw+gjTpYfvJOg4OKmFsUVDUda6othar4nDw/6mrx3Clp74glbTeoFUF+k3b8 paJ0QA2qZtQLHWQKRT5YQsRzlwp1JQS/iJ+M7RWfzK8MWaQi82UHysUKUJ+7z+CP3Iog b/nA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=uYGjqTwnbyyNLlIOF5oi8jaPVDMJKB6vEo2JwC93z/o=; b=bUa+TlRmonxEq37qVXiK/Y5p4Xis2ZukkJJUNllTW7pAOyBV5YZbGpyF737nCoBdOb spzBuIKB1y4qyg6wOMBLtZBkY24w30w6GlZnHB+HhgbHKX8dUTGFQMqsIONRvC8CQ5Ga 2ncmehd+DlPQUTYFdh4/tH8U7MnQ24Oeuczj5awCXxn3nDG1UV7mUuB9nsKWNJhhWb5t 9vig22s7I4WzTv8tYdp/7Py55K1cEmF5flgIMZGDF5qF+XUprm/ua46sd+L1MjEgTqLE Qr/9MEoPl4x50kmqwAjoOqJVoujkqT3gadoA43SPdup6s9pZ3kycXT+qbvRvZQZTCuEV bEkw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=b+SaHDog; 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l185si1757841pgd.379.2019.07.18.21.14.02; Thu, 18 Jul 2019 21:14:17 -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; dkim=pass header.i=@kernel.org header.s=default header.b=b+SaHDog; 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388601AbfGSEL4 (ORCPT + 99 others); Fri, 19 Jul 2019 00:11:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:46944 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387435AbfGSELy (ORCPT ); Fri, 19 Jul 2019 00:11:54 -0400 Received: from sasha-vm.mshome.net (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DBE342189D; Fri, 19 Jul 2019 04:11:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563509512; bh=O0acjIEzOTkzJ4n+DQiyTLyIy0PMHVWOYJvMSOJAtzo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=b+SaHDogIjX5FHbZiByPWD/FjQMEWOjYatpcJw8mUj0JuOdlnX3rXHWkZtG1ikrPX NJMZ+TSSAB1ZsEe8UqcLYPkIuW7U0m6WANAWI9FYWQTTvo6URhkC/+Ons6gRCwdJos uz/UOmUYc1t06qIg4LQW7AH/478yESiZKeY+HLbM= From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Alexey Kardashevskiy , Sam Bobroff , Oliver O'Halloran , Shawn Anastasio , Michael Ellerman , Sasha Levin , linuxppc-dev@lists.ozlabs.org Subject: [PATCH AUTOSEL 4.14 23/60] powerpc/pci/of: Fix OF flags parsing for 64bit BARs Date: Fri, 19 Jul 2019 00:10:32 -0400 Message-Id: <20190719041109.18262-23-sashal@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190719041109.18262-1-sashal@kernel.org> References: <20190719041109.18262-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Alexey Kardashevskiy [ Upstream commit df5be5be8735ef2ae80d5ae1f2453cd81a035c4b ] When the firmware does PCI BAR resource allocation, it passes the assigned addresses and flags (prefetch/64bit/...) via the "reg" property of a PCI device device tree node so the kernel does not need to do resource allocation. The flags are stored in resource::flags - the lower byte stores PCI_BASE_ADDRESS_SPACE/etc bits and the other bytes are IORESOURCE_IO/etc. Some flags from PCI_BASE_ADDRESS_xxx and IORESOURCE_xxx are duplicated, such as PCI_BASE_ADDRESS_MEM_PREFETCH/PCI_BASE_ADDRESS_MEM_TYPE_64/etc. When parsing the "reg" property, we copy the prefetch flag but we skip on PCI_BASE_ADDRESS_MEM_TYPE_64 which leaves the flags out of sync. The missing IORESOURCE_MEM_64 flag comes into play under 2 conditions: 1. we remove PCI_PROBE_ONLY for pseries (by hacking pSeries_setup_arch() or by passing "/chosen/linux,pci-probe-only"); 2. we request resource alignment (by passing pci=resource_alignment= via the kernel cmd line to request PAGE_SIZE alignment or defining ppc_md.pcibios_default_alignment which returns anything but 0). Note that the alignment requests are ignored if PCI_PROBE_ONLY is enabled. With 1) and 2), the generic PCI code in the kernel unconditionally decides to: - reassign the BARs in pci_specified_resource_alignment() (works fine) - write new BARs to the device - this fails for 64bit BARs as the generic code looks at IORESOURCE_MEM_64 (not set) and writes only lower 32bits of the BAR and leaves the upper 32bit unmodified which breaks BAR mapping in the hypervisor. This fixes the issue by copying the flag. This is useful if we want to enforce certain BAR alignment per platform as handling subpage sized BARs is proven to cause problems with hotplug (SLOF already aligns BARs to 64k). Signed-off-by: Alexey Kardashevskiy Reviewed-by: Sam Bobroff Reviewed-by: Oliver O'Halloran Reviewed-by: Shawn Anastasio Signed-off-by: Michael Ellerman Signed-off-by: Sasha Levin --- arch/powerpc/kernel/pci_of_scan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/kernel/pci_of_scan.c b/arch/powerpc/kernel/pci_of_scan.c index 0d790f8432d2..6ca1b3a1e196 100644 --- a/arch/powerpc/kernel/pci_of_scan.c +++ b/arch/powerpc/kernel/pci_of_scan.c @@ -45,6 +45,8 @@ static unsigned int pci_parse_of_flags(u32 addr0, int bridge) if (addr0 & 0x02000000) { flags = IORESOURCE_MEM | PCI_BASE_ADDRESS_SPACE_MEMORY; flags |= (addr0 >> 22) & PCI_BASE_ADDRESS_MEM_TYPE_64; + if (flags & PCI_BASE_ADDRESS_MEM_TYPE_64) + flags |= IORESOURCE_MEM_64; flags |= (addr0 >> 28) & PCI_BASE_ADDRESS_MEM_TYPE_1M; if (addr0 & 0x40000000) flags |= IORESOURCE_PREFETCH -- 2.20.1