cvs commit: src/sys/kern kern_ktrace.c
John Baldwin
jhb at FreeBSD.org
Thu Aug 7 06:58:14 PDT 2003
jhb 2003/08/07 06:58:13 PDT
FreeBSD src repository
Modified files:
sys/kern kern_ktrace.c
Log:
The ktrace mutex does not need to be locked around the post of the ktrace
semaphore and doing so can lead to a possible reversal. WITNESS would have
caught this if semaphores were used more often in the kernel.
Submitted by: Ted Unangst <tedu at stanford.edu>, Dawson Engler
Revision Changes Path
1.88 +1 -1 src/sys/kern/kern_ktrace.c
More information about the cvs-src
mailing list