From: Andrew Morton <akpm@zip.com.au>
To: kuznet@ms2.inr.ac.ru
Cc: Jussi Laako <jussi.laako@kolumbus.FI>, linux-kernel@vger.kernel.org
Subject: Re: [CRASH] in tulip driver?
Date: Wed, 10 Jul 2002 20:34:56 -0700 [thread overview]
Message-ID: <3D2CFCE0.3452F960@zip.com.au> (raw)
In-Reply-To: 200207110259.GAA27698@sex.inr.ac.ru
kuznet@ms2.inr.ac.ru wrote:
>
> Hello!
>
> > Any ideas what is causing the following crash?
>
> There is no BUG() in sched.c:579 or in vicinity of this line.
>
> So, the only idea is that the crash is caused by patches which
> you applied to the kernel. :-)
>
whoops. I think the "-ll" means low-latency. But the only
finger I have in that pie is:
--- 2.4.19-pre6/drivers/char/random.c~low-latency Fri Apr 5 12:11:17 2002
+++ 2.4.19-pre6-akpm/drivers/char/random.c Fri Apr 5 12:11:17 2002
@@ -1369,6 +1369,11 @@ static ssize_t extract_entropy(struct en
buf += i;
ret += i;
add_timer_randomness(&extract_timer_state, nbytes);
+#if LOWLATENCY_NEEDED
+ /* This can happen in softirq's, but that's what we want */
+ if (conditional_schedule_needed())
+ break;
+#endif
}
/* Wipe data just returned from memory */
So it's a bit of a mystery. It seems to think that it has
EXTRACT_ENTROPY_USER.
-
next prev parent reply other threads:[~2002-07-11 3:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-10 20:02 [CRASH] in tulip driver? Jussi Laako
2002-07-11 2:59 ` kuznet
2002-07-11 3:34 ` Andrew Morton [this message]
2002-07-11 20:38 ` Jussi Laako
2002-07-11 20:44 ` Andrew Morton
2002-07-11 7:18 ` Adrian Bunk
2002-07-11 20:10 ` Jussi Laako
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=3D2CFCE0.3452F960@zip.com.au \
--to=akpm@zip.com.au \
--cc=jussi.laako@kolumbus.FI \
--cc=kuznet@ms2.inr.ac.ru \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox