Change fifo status from WIP to untested. Move from showstopper to

testing category.
This commit is contained in:
Robert Watson 2005-10-06 15:09:30 +00:00
parent c6c855b3bc
commit ff8e7b6512
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25898

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/6.0R/todo.sgml,v 1.47 2005/10/06 14:59:44 hrs Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.48 2005/10/06 15:04:03 hrs Exp $">
<!ENTITY title "FreeBSD 6.0 Open Issues">
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -57,20 +57,6 @@
<th>Description</th>
</tr>
<tr>
<td>race condition in POSIX named fifos</td>
<td>&status.wip;</td>
<td>&a.rwatson;</td>
<td>There have been multiple reports of panics when running with make -j
on SMP systems, which appear to be associated with a race condition in
the POSIX named fifo support. A number of regression tests have been
written to confirm that any fix does not break fifos, and a number of
other unrelated bugs were fixed in the process. The cause of the
symptoms has been identified, and a workaround has been committed to
7-CURRENT for testing; it will be merged to RELENG_6 after additional
testing.</td>
</tr>
</table>
<h3>Required features for 6.0-RELEASE</h3>
@ -400,6 +386,20 @@
appears to be warning against a legitimate problem, and thus should be
investigated and fixed.</td>
</tr>
<tr>
<td>race condition in POSIX named fifos</td>
<td>&status.untested;</td>
<td>&a.rwatson;</td>
<td>There have been multiple reports of panics when running with make -j
on SMP systems, which appear to be associated with a race condition in
the POSIX named fifo support. A number of regression tests have been
written to confirm that any fix does not break fifos, and a number of
other unrelated bugs were fixed in the process. The cause of the
symptoms has been identified, and a workaround has been committed to
7-CURRENT for testing; it has been merged to RELENG_6 for testing.</td>
</tr>
</table>
<h3>Stress Test Panics</h3>