Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2000 01:54:27 +0100
From:      Ben Smithurst <ben@FreeBSD.org>
To:        Greg Lehey <grog@lemis.com>
Cc:        Mike Meyer <mwm@mired.org>, current@FreeBSD.ORG
Subject:   Re: page fault in sched_ithd
Message-ID:  <20000911015427.Q77593@strontium.scientia.demon.co.uk>
In-Reply-To: <20000911094245.A19199@wantadilla.lemis.com>
References:  <20000909195525.E77593@strontium.scientia.demon.co.uk> <20000909210619.F77593@strontium.scientia.demon.co.uk> <14779.6851.88867.359611@guru.mired.org> <20000911094245.A19199@wantadilla.lemis.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Greg Lehey wrote:

> Sorry, I missed the beginning of this.  Could somebody send me the
> patch?  I'd assume that a relatively simple check would handle the
> issue, based on what I've seen here.

I've lost the actual patch, I basically just added

	if (ir == NULL)
		return;

in sched_ithd() before it ever de-references ir.  I've some up with a
slightly bigger patch which adds stray IRQ logging too, but I haven't
tested that yet.

-- 
Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000911015427.Q77593>