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
| ||
|
Message-ID: <20071016210412.GB8049@electric-eye.fr.zoreil.com> Date: Tue, 16 Oct 2007 23:04:12 +0200 From: Francois Romieu <romieu@...zoreil.com> To: Karsten Wiese <fzu@...gehoertderstaat.de> Cc: netdev@...r.kernel.org Subject: Re: [PATCH] Disable polling in rtl8169_suspend() to prevent race with rtl8169_interrupt() Karsten Wiese <fzu@...gehoertderstaat.de> : [...] > Forgot to say: patch is against 2.6.23. Stable material, if it gets an ACK. > The BUG happens since months here, if not since I hibernate this pc. Can you give the patch below a try too ? diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 285b2b2..fcd79b7 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -2424,6 +2424,7 @@ static void rtl8169_reset_task(struct work_struct *work) rtl8169_init_ring_indexes(tp); rtl_hw_start(dev); netif_wake_queue(dev); + rtl8169_check_link_status(dev, tp, tp->mmio_addr); } else { if (net_ratelimit() && netif_msg_intr(tp)) { printk(PFX KERN_EMERG "%s: Rx buffers shortage\n", -- 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