Subject: PR/28886 CVS commit: [netbsd-2] src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 12/29/2005 01:25:04
The following reply was made to PR kern/28886; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/28886 CVS commit: [netbsd-2] src/sys/kern
Date: Thu, 29 Dec 2005 01:21:35 +0000 (UTC)

 Module Name:	src
 Committed By:	riz
 Date:		Thu Dec 29 01:21:35 UTC 2005
 
 Modified Files:
 	src/sys/kern [netbsd-2]: kern_sig.c
 
 Log Message:
 Pull up following revision(s) (requested by chs in ticket #10206):
 	sys/kern/kern_sig.c: revision 1.211
 in kpsignal2(), do not try to wake up a cached LWP for SA processes
 in the case where we're sending SIGKILL but all LWPs are not signalable.
 some LWP will wake up soon enough to process the signal, and there may
 not be any LWPs in the cache to wake up anyway.  fixes PR 28886 and PR 26771.
 also, add a missing "break" pointed out by yamt.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.189.2.6 -r1.189.2.6.2.1 src/sys/kern/kern_sig.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.