From c80118c7721cbd55e6ec050d76e7e802ad6c53ad Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 27 Jan 2004 04:44:25 +0000 Subject: [PATCH] Document dual-PROC_LOCK()/PROC_UNLOCK() in system call path as a "must fix" item for 5.3-RELEASE. --- en/releases/5.3R/todo.sgml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/en/releases/5.3R/todo.sgml b/en/releases/5.3R/todo.sgml index 00d92b04bc..e71bd3d21c 100644 --- a/en/releases/5.3R/todo.sgml +++ b/en/releases/5.3R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -158,6 +158,14 @@ amd64 as a Tier-1 platform. + + Excessive process locking in system call path + &status.new; + -- + Currently, the process lock is grabbed and released twice for every + system call in STOPEVENT(). This needs to be corrected. + +

Desired features for 5.3-RELEASE