Move inpcb panic to "Must for 5.0" from "Must for 5.0RC1", since we're

not getting much traction in getting it resolved.
This commit is contained in:
Robert Watson 2002-12-03 19:34:56 +00:00
parent 8004bd5124
commit e86d498126
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15144

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.69 2002/12/03 15:41:42 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.70 2002/12/03 19:33:13 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -43,16 +43,6 @@
the change appear to continue.</td>
</tr>
<tr>
<td>inpcb panic involving IP stack sleep</td>
<td>Debugging in progress</td>
<td>mux@</td>
<td>Report of a panic in the TCP syncache thread under load, due to
another thread sleeping while holding an inpcb mutex, when not
running with WITNESS (WITNESS would have caught the sleep earlier).
</td>
</tr>
<tr>
<td>mly driver hangs during install</td>
<td>--</td>
@ -233,6 +223,15 @@
Remaining base system tools include mmroff, afmtodit.</td>
</tr>
<tr>
<td>inpcb panic involving IP stack sleep</td>
<td>Debugging in progress</td>
<td>mux@</td>
<td>Report of a panic in the TCP syncache thread under load, due to
another thread sleeping while holding an inpcb mutex, when not
running with WITNESS (WITNESS would have caught the sleep earlier).
</td>
</tr>
</table>
<h3>Desired Features for 5.0-RELEASE</h3>