All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Luethi <rl@hellgate.ch>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Jeff Garzik <jgarzik@pobox.com>, linux-kernel@vger.kernel.org
Subject: [PATCH][2.5] Signal handling changes broke 8139too
Date: Sun, 16 Feb 2003 21:09:47 +0100	[thread overview]
Message-ID: <20030216200947.GA5369@k3.hellgate.ch> (raw)

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

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


[-- Attachment #2: 8139too.c-2.5.61-sigterm.diff --]
[-- Type: text/plain, Size: 302 bytes --]

--- 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;

                 reply	other threads:[~2003-02-16 20:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030216200947.GA5369@k3.hellgate.ch \
    --to=rl@hellgate.ch \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.