lkml.org 
[lkml]   [2003]   [Feb]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH][2.5] Signal handling changes broke 8139too
Starting with 2.5.61, 8139too takes forever (30+ seconds) to take an
interface down. This gets the driver back to regular fraction of a second
time. Works for me.

Roger

--- linux-2.5.61/drivers/net/8139too.c.orig Sun Feb 16 20:44:00 2003
+++ linux-2.5.61/drivers/net/8139too.c Sun Feb 16 20:44:16 2003
@@ -1589,7 +1589,7 @@
unsigned long timeout;

daemonize("%s", dev->name);
- allow_signal(SIGKILL);
+ allow_signal(SIGTERM);

while (1) {
timeout = next_tick;
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.023 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site