lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 11 Dec 2017 19:31:34 +0000
From:   Chris Clayton <chris2553@...glemail.com>
To:     Sinan Kaya <okaya@...eaurora.org>,
        LKML <linux-kernel@...r.kernel.org>
Cc:     bhelgaas@...gle.com
Subject: Re: Oops on 4.15-rc[123] on shutdown/reboot



On 11/12/17 17:24, Sinan Kaya wrote:
> 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 made those changes (to drivers/pci/pcie/pme.c) and built and installed the kernel.  Sorry, but I still get the oops
when I reboot.

> I'm hoping your problem will go away after this. Then, we can start peeling the onion.
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ