From patchwork Wed Nov 14 06:20:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 10681949 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 2082B1759 for ; Wed, 14 Nov 2018 06:20:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 091C82B394 for ; Wed, 14 Nov 2018 06:20:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F0E072B364; Wed, 14 Nov 2018 06:20:30 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 025CB2B1F0 for ; Wed, 14 Nov 2018 06:20:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727375AbeKNQWD (ORCPT ); Wed, 14 Nov 2018 11:22:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:58058 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727318AbeKNQWD (ORCPT ); Wed, 14 Nov 2018 11:22:03 -0500 Received: from localhost (unknown [64.114.255.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 08DC6214F1; Wed, 14 Nov 2018 06:20:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542176415; bh=uu1cGRk+WUtJ0eZ77ISi0awUGGDn1+jv1aQvMWj+rt8=; h=Date:From:To:Cc:Subject:From; b=Fb2nK2o2fQ6tDzUYo1CgZEPzeq84yJEQDURJ86JSS1+PD/iauY0PHGCt5qbUvs/n3 23XiSGi0agS7sYkoIDpQrs3PBOU6nio/HHwLSq9fccsELzRJAEjCTMBXGczoyFk32t BeL4jt8Q7oukH0BvVjS7lLmTyb8ENUQyG46WSItQ= Date: Wed, 14 Nov 2018 00:20:10 -0600 From: Bjorn Helgaas To: Linus Torvalds Cc: Greg Kroah-Hartman , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Thomas Lendacky , Borislav Petkov , Ingo Molnar , Jonathan Cameron , Thomas Gleixner , Peter Zijlstra , Martin =?iso-8859-1?q?Hundeb=F8ll?= , "Rafael J. Wysocki" , Len Brown , linux-acpi@vger.kernel.org Subject: [GIT PULL] PCI fixes for v4.20 Message-ID: <20181114062010.GA189193@google.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP PCI fixes: - Revert a _PXM change that causes silent early boot failure on some AMD ThreadRipper systems (Bjorn Helgaas) The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.20-fixes-1 for you to fetch changes up to 0d76bcc960e6057750fcf556b65da13f8bbdfd2b: Revert "ACPI/PCI: Pay attention to device-specific _PXM node values" (2018-11-13 08:38:17 -0600) ---------------------------------------------------------------- pci-v4.20-fixes-1 ---------------------------------------------------------------- Bjorn Helgaas (1): Revert "ACPI/PCI: Pay attention to device-specific _PXM node values" drivers/pci/pci-acpi.c | 5 ----- 1 file changed, 5 deletions(-)