From a00881b1b1cbd76efd107a27969c83259c5b10f7 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 31 Jan 2008 09:25:30 +0000 Subject: [PATCH] TCP accept race condition is fixed; mark done. sleepq race condition is fixed; mark done. pty race condition is fixed; mark done. amd64 minidump race condition is fixed; add and mark done. Can it be we are approaching readiness for RC2? Reminded by: kensmith --- en/releases/7.0R/todo.sgml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/en/releases/7.0R/todo.sgml b/en/releases/7.0R/todo.sgml index 2a778547a0..9ef47306a5 100644 --- a/en/releases/7.0R/todo.sgml +++ b/en/releases/7.0R/todo.sgml @@ -1,7 +1,7 @@ - + @@ -67,34 +67,42 @@ TCP accept race condition - &status.wip; + &status.done; &a.glebius;, &a.rwatson; A race in TCP will lead to very occasional returning of 0.0.0.0:0 rather than the correct IP address via the socket address returned by - accept(). A patch is in HEAD and RELENG_7, and will shortly be - merged to RELENG_7_0 for inclusion in 7.0RC2. + accept(). A patch has been merged to HEAD, RELENG_7 and RELENG_7_0. + sleepq race condition - &status.wip; + &status.done; &a.jhb; Races in the sleepq implementation will occasionally result in - sleeps with timeouts failing to wake up. A patch is in HEAD and will - shortly be merged to RELENG_7 and RELENG_7_0 for inclusion in 7.0RC2. - The sleepq code is being reviewed for other possibly related bugs - and further fixes may be forthcoming. + sleeps with timeouts failing to wake up, as well as other symptoms. A + patch has been merged to HEAD, RELENG_7, and RELENG_7_0. pty race condition - &status.wip; + &status.done; &a.kib; Multiple race conditions in the tty/pty code have lead to occasional panics. One set of problems has been fixed, but others are still being explored It is aniticipated that the remaining problems will be fixed for 7.0RC2. + + + amd64 minidump race condition + &status.done; + &a.ru; + A race condition during minidump generation on SMP amd64 could lead + trashed file systems due to writing outside of the swap area. A patch + has been merged to HEAD, RELENG_7, and RELENG_7_0. + +

Minor issues for &local.rel;-RELEASE