Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934782AbdCVQZw (ORCPT ); Wed, 22 Mar 2017 12:25:52 -0400 Received: from edison.jonmasters.org ([173.255.233.168]:55508 "EHLO edison.jonmasters.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934273AbdCVQZo (ORCPT ); Wed, 22 Mar 2017 12:25:44 -0400 To: Bjorn Helgaas References: <20170201151807.GA15793@bhelgaas-glaptop.roam.corp.google.com> <376ae1df-da85-e576-75d6-3ae2ab0f1b41@jonmasters.org> <20170315113323.GA28027@localhost.localdomain> <251db823-591b-483b-9c55-13c911020fd1@jonmasters.org> <48b93116-cc0f-e59d-8aa3-704052ad6759@gmail.com> <20170321134744.GA13150@bhelgaas-glaptop.roam.corp.google.com> <20170322144820.GA16556@bhelgaas-glaptop.roam.corp.google.com> Cc: David Daney , Tomasz Nowicki , David Daney , Vadim Lomovtsev , David.Daney@cavium.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, stemerkhanov@CAVIUMNETWORKS.onmicrosoft.com, bhelgaas@google.com, linux-arm-kernel@lists.infradead.org From: Jon Masters Organization: World Organi{s,z}ation Of Broken Dreams Message-ID: <51ba853c-f543-b21b-c25f-b56d77746f92@jonmasters.org> Date: Wed, 22 Mar 2017 12:25:39 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20170322144820.GA16556@bhelgaas-glaptop.roam.corp.google.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 74.92.29.237 X-SA-Exim-Mail-From: jcm@jonmasters.org Subject: Re: [PATCH] PCI: ACPI: Fix ThunderX PEM initialization X-SA-Exim-Version: 4.2.1 (built Sun, 08 Nov 2009 07:31:22 +0000) X-SA-Exim-Scanned: Yes (on edison.jonmasters.org) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1126 Lines: 26 On 03/22/2017 10:48 AM, Bjorn Helgaas wrote: > On Wed, Mar 22, 2017 at 10:28:27AM -0400, Jon Masters wrote: >> On 03/21/2017 10:56 AM, David Daney wrote: > >>> Yes. After all this back and forth, Cavium has decided to deploy >>> firmware with "CAVxxx" as _HID. >> >> Great. How about a stable backport for Greg K-H? I want to make sure >> that everyone running "upstream" has a chance of booting. > > The first patch, fee4d813850c ("PCI: Use Cavium assigned hardware ID for > ThunderX host controller"), has a stable tag already. Thanks - I saw that after I mailed. > The second, 1dc94a38af89 ("PCI: Add legacy firmware support for Cavium > ThunderX host controller"), does not, but I can easily add it if needed. I think that would be ideal. There is firmware out in the wild that has neither identifier in it (for example, a bunch of folks in the office bought platforms recently that don't boot upstream kernels). My guys are used to just taking an upstream kernel and using that, for development, and I have no intention of having the broader RH org do any different from what they would do with an x86 box ;) Jon.