[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c8ea6c5f-82bc-18ef-2b42-f4b2c2bb366d@codeaurora.org>
Date: Mon, 11 Dec 2017 12:24:42 -0500
From: Sinan Kaya <okaya@...eaurora.org>
To: Chris Clayton <chris2553@...glemail.com>,
LKML <linux-kernel@...r.kernel.org>
Cc: bhelgaas@...gle.com
Subject: Re: Oops on 4.15-rc[123] on shutdown/reboot
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.
Powered by blists - more mailing lists