From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752437AbdLKRYr (ORCPT ); Mon, 11 Dec 2017 12:24:47 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:45884 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750707AbdLKRYq (ORCPT ); Mon, 11 Dec 2017 12:24:46 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 9D75C600EC Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=okaya@codeaurora.org Subject: Re: Oops on 4.15-rc[123] on shutdown/reboot To: Chris Clayton , LKML Cc: bhelgaas@google.com References: <1d802670-2d50-dd05-1205-561b0c025845@googlemail.com> <32fa4f94-8f36-0321-81fd-f9ccb91c2a1f@codeaurora.org> From: Sinan Kaya Message-ID: Date: Mon, 11 Dec 2017 12:24:42 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/11/2017 12:06 PM, Chris Clayton wrote: > Here's the output of dmesg for 4.15.0-rc3. I'll open a bugzilla later and add this and the lspci output that I sent with > my original repoart. This was helpful. I don't see any AER/DPC in your log. It looks like the only PCIe portdrv service you have is PME. Can we do a quick hack and return immediately from static int pcie_pme_probe(struct pcie_device *srv) by putting return 0; at the top. Same thing in static void pcie_pme_remove(struct pcie_device *srv) just place a return at the top. I'm hoping your problem will go away after this. Then, we can start peeling the onion. -- Sinan Kaya Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.