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:	Wed, 04 May 2011 09:12:32 +0200
From:	Christian Hoffmann <email@...istianhoffmann.info>
To:	john stultz <johnstul@...ibm.com>
CC:	lkml <linux-kernel@...r.kernel.org>
Subject: Re: Long timeout when booting >= 2.6.38


> Can you send dmesg on a broken kernel with the following patch added?
>
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index 5129ed6..6718e7f 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -2791,6 +2791,7 @@ static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f,
>   		if ((f->vendor == dev->vendor || f->vendor == (u16) PCI_ANY_ID)&&
>   		(f->device == dev->device || f->device == (u16) PCI_ANY_ID)) {
>   			dev_dbg(&dev->dev, "calling %pF\n", f->hook);
> +			printk("Calling fixup hook: %pF\n", f->hook);
>   			f->hook(dev);
>   		}
>   		f++;

Hi,

dmesg output with patch applied can be found here:

http://pastebin.com/raw.php?i=y6gC848k

Rgds,
Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists