cvs commit: src/sys/alpha/alpha machdep.c
Jeff Roberson
jeff at FreeBSD.org
Thu Nov 13 20:04:15 PST 2003
jeff 2003/11/13 20:04:14 PST
FreeBSD src repository
Modified files:
sys/alpha/alpha machdep.c
Log:
- Drop the process lock before we call into ptrace_{read|write}_int or
any functions that call them. Calling proc_rwmem() with the proc lock
held is not safe. Currently, we're protected from any races by Giant.
Eventually proc_rwmem() should require the proc lock and not Giant.
Revision Changes Path
1.215 +7 -4 src/sys/alpha/alpha/machdep.c
More information about the cvs-src
mailing list