Mark the yarrow problem as done and in need of testing
This commit is contained in:
parent
b753675bf8
commit
deb7848d27
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18936
1 changed files with 13 additions and 13 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/5.2R/todo.sgml,v 1.59 2003/11/19 17:02:26 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.60 2003/11/19 20:51:51 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -77,18 +77,6 @@
|
|||
reliable reproduction scenario.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>random_harvest panic</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.markm;</td>
|
||||
<td>There are reports of witness panics in random_harvest_internal()
|
||||
due to last minute changes in interrupt entropy harvesting code.
|
||||
Systems running with INVARIANTS will rapidly panic. Update:
|
||||
a workaround has been committed, but the original change must
|
||||
either be backed out or revised before we can cut the first
|
||||
beta.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Vinum data corruption and memory allocation problems</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -456,6 +444,18 @@
|
|||
is believed to correct this problem.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>random_harvest panic</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.markm;</td>
|
||||
<td>There are reports of witness panics in random_harvest_internal()
|
||||
due to last minute changes in interrupt entropy harvesting code.
|
||||
Systems running with INVARIANTS will rapidly panic. Update:
|
||||
a workaround has been committed, but the original change must
|
||||
either be backed out or revised before we can cut the first
|
||||
beta.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue