Mark "snaplk" livelock problem as "Needs Testing".
This issue has been fixed by MFC of the following: src/sys/kern/vfs_bio.c 1.495, 1.496 src/sys/kern/vfs_subr.c 1.648 src/sys/sys/buf.h 1.190, 1.191 src/sys/sys/proc.h 1.436 src/sys/ufs/ffs/ffs_snapshot.c 1.104, 1.105, 1.106 Thanks to: truckman
This commit is contained in:
parent
8bb0704116
commit
ce19a9e2bc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25806
1 changed files with 8 additions and 7 deletions
|
@ -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.42 2005/10/03 06:39:08 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.43 2005/10/03 12:58:54 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -178,12 +178,6 @@
|
|||
sys-admins tend to do.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>"snaplk" livelock</td>
|
||||
<td>&status.wip;</td>
|
||||
<td> </td>
|
||||
<td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons143.html">http://www.holm.cc/stress/log/cons143.html</a>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for 6.0</h3>
|
||||
|
@ -398,6 +392,13 @@
|
|||
<td>&a.truckman;, &a.tegge;</td>
|
||||
<td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons142.html">http://www.holm.cc/stress/log/cons142.html</a>.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>"snaplk" livelock</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.truckman;</td>
|
||||
<td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons143.html">http://www.holm.cc/stress/log/cons143.html</a>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Stress Test Panics</h3>
|
||||
|
|
Loading…
Reference in a new issue