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
This commit is contained in:
parent
d235d037e2
commit
a00881b1b1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31403
1 changed files with 18 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/7.0R/todo.sgml,v 1.4 2007/11/30 15:12:04 kensmith Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/7.0R/todo.sgml,v 1.5 2008/01/25 14:22:28 rwatson Exp $">
|
||||
<!ENTITY local.rel "7.0">
|
||||
<!ENTITY title "FreeBSD 7.0 Open Issues">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
|
@ -67,34 +67,42 @@
|
|||
|
||||
<tr>
|
||||
<td>TCP accept race condition</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.glebius;, &a.rwatson;</td>
|
||||
<td>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.</td>
|
||||
accept(). A patch has been merged to HEAD, RELENG_7 and RELENG_7_0.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>sleepq race condition</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.jhb;</td>
|
||||
<td>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.</td>
|
||||
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.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>pty race condition</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.kib;</td>
|
||||
<td>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.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>amd64 minidump race condition</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.ru;</td>
|
||||
<td>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.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Minor issues for &local.rel;-RELEASE</h3>
|
||||
|
|
Loading…
Reference in a new issue