Subject: Re: CVS commit: src/sys
To: matthew green <mrg@eterna.com.au>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 10/11/2006 07:38:56
On Oct 10, 2006, at 11:32 PM, matthew green wrote:
> hmm, would the problem this fixes have actual symptoms? i've seen
> a couple of crashes with an "alllwp" traversal de-referencing NULL
> the last few days and i'm curious if this may be related.
No, I don't think it would have caused a symptom like that. Really,
the main issue is that it could have caused a sleep from deep inside
cpu_exit().
-- thorpej