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] [day] [month] [year] [list]
Date:	Thu, 19 Feb 2009 00:50:06 +0100
From:	Francois Romieu <romieu@...zoreil.com>
To:	Michael Grollman <mgrollman@...us.com>
Cc:	netdev@...r.kernel.org
Subject: Re: Reboot Hangs When R8169 Loaded, Intel D945GCLF Atom Board With
	Anything in PCI Slot, 2.6.28-6 Vanilla Kernel  & Debian Etch

Michael Grollman <mgrollman@...us.com> :
[...]
> I do know truly that the r8169 module is the culprit, but since r8169  
> has fingerprints on the problem (see below), and I have had several  
> issues with the D945GCLF before for me with this driver, I figured might  
> as well start there, and report it as such.  If I am filing this in the  
> wrong place, please direct me to a better one.

Your report is fine. 

Can you send a complete 'dmesg' from boot before the problem happens
then try the patch below ?

diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index 0771eb6..fe5b99c 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -3847,11 +3847,6 @@ out:
 	return 0;
 }
 
-static void rtl_shutdown(struct pci_dev *pdev)
-{
-	rtl8169_suspend(pdev, PMSG_SUSPEND);
-}
-
 #endif /* CONFIG_PM */
 
 static struct pci_driver rtl8169_pci_driver = {
@@ -3862,7 +3857,6 @@ static struct pci_driver rtl8169_pci_driver = {
 #ifdef CONFIG_PM
 	.suspend	= rtl8169_suspend,
 	.resume		= rtl8169_resume,
-	.shutdown	= rtl_shutdown,
 #endif
 };
 

-- 
Ueimor
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ