diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2005-10-04 05:28:00 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-10-04 05:28:00 +0000 |
| commit | ce19a9e2bc1671a42e1206eabb9f06e7910873e5 (patch) | |
| tree | c095f760b3c656d9b44f69dbd3c012f3c099af46 | |
| parent | 8bb0704116b175e0656ef70dca126af9f538a6fe (diff) | |
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
Notes
svn path=/www/; revision=25806
| -rw-r--r-- | en/releases/6.0R/todo.sgml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/en/releases/6.0R/todo.sgml b/en/releases/6.0R/todo.sgml index f8346a1b9c..c685bc4529 100644 --- a/en/releases/6.0R/todo.sgml +++ b/en/releases/6.0R/todo.sgml @@ -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> |
