]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allocate the marker, when scanning a kqueue, from the "heap" instead of the
authorBrian Feldman <green@FreeBSD.org>
Mon, 16 Aug 2004 03:08:38 +0000 (03:08 +0000)
committerBrian Feldman <green@FreeBSD.org>
Mon, 16 Aug 2004 03:08:38 +0000 (03:08 +0000)
commit1c0f9af5b5224260e7e345d92bdbc5411559c336
treef59fe8ca20d4db814db121e19b7f2cb95780ea42
parent9fea47c8e678e7bfb7279733ff97485c4b43c304
Allocate the marker, when scanning a kqueue, from the "heap" instead of the
stack.  When swapped out, a process's kernel stack would be unavailable,
and we could get a page fault when scanning the same kqueue.

PR: kern/61849
sys/kern/kern_event.c