From patchwork Tue Aug 28 15:05:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Punit Agrawal X-Patchwork-Id: 10578683 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id ECB855A4 for ; Tue, 28 Aug 2018 15:05:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DACDB28796 for ; Tue, 28 Aug 2018 15:05:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CE6AB28803; Tue, 28 Aug 2018 15:05:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9BDC828796 for ; Tue, 28 Aug 2018 15:05:50 +0000 (UTC) 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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=XAd8Xfnglj2C87JNqPkUy0xxaWWVIOljrfcXuJFB+Pw=; b=I5h FDUS7hSq/0siVyzWe3nq3EiY1kpbkcqTrns1Xl2nI7/MIdGh+/OSyP3llnoeagXstRVKmdwAnoBJy 4fiyvhsf4V7KNjndMMOUvRh2gLyKkyYrE0MHVyQbARg5rTjbzgKScuEsfYD5kZngAHLrrzbZabCyH /JTOV+ggtvmooow1bFDSLJzCtI5KETqO+oeJjVqzKGYCLjLx/3y2Plg1Ao/UAvCA3JSHAIaZAHXQk 5wbaDhnzrIDQEyE8GjLJekxfuzYSPuH7wyW8honnKH6V/Ix+GqcX0fmEQR+0IjrHwgmApszhMEumE jHNAdhgLVHYATZAusAsxX+otHtddAIA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fufYr-0000up-Ak; Tue, 28 Aug 2018 15:05:41 +0000 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70] helo=foss.arm.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fufYn-0000tV-Km for linux-arm-kernel@lists.infradead.org; Tue, 28 Aug 2018 15:05:39 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 47ED418A; Tue, 28 Aug 2018 08:05:24 -0700 (PDT) Received: from localhost (e105922-lin.emea.arm.com [10.4.13.28]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BC45A3F557; Tue, 28 Aug 2018 08:05:23 -0700 (PDT) From: Punit Agrawal To: bhelgaas@google.com Subject: [PATCH 0/2] Drop node-local allocation during host controller initialisation Date: Tue, 28 Aug 2018 16:05:11 +0100 Message-Id: <20180828150513.32458-1-punit.agrawal@arm.com> X-Mailer: git-send-email 2.18.0 X-ARM-No-Footer: FoSSMail X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180828_080537_692393_D414492F X-CRM114-Status: UNSURE ( 9.55 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Punit Agrawal , linux-pci@vger.kernel.org, x86@kernel.org, will.deacon@arm.com, linux-kernel@vger.kernel.org, lorenzo.pieralisi@arm.com, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Bjorn, As discussed before[0], here are a couple of patches to drop node-local allocations during host contoller initialisation. This set covers both arm64 and x86. I'm posting early to give the patches time on the list as well in next in case there are issues we've missed. The patches are based on v4.19-rc1 and has been boot tested on arm64 and compile tested on x86. Thanks, Punit [0] https://www.spinics.net/lists/arm-kernel/msg669746.html Punit Agrawal (2): arm64: PCI: Remove node-local allocations when initialising host controller x86/PCI: Remove node-local allocation when initialising host controller arch/arm64/kernel/pci.c | 5 ++--- arch/x86/pci/acpi.c | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-)