Update 6.1R TODO list:
- UFS deadlock and fxp(4) panic fixed. - Move status.deferred items.
This commit is contained in:
parent
3c37a24f5d
commit
1854be8ffe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27461
1 changed files with 43 additions and 43 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.1R/todo.sgml,v 1.22 2006/03/26 02:31:30 mux Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.1R/todo.sgml,v 1.23 2006/04/01 15:06:38 mux Exp $">
|
||||
<!ENTITY local.rel "6.1">
|
||||
<!ENTITY title "FreeBSD 6.1 Open Issues">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
|
@ -47,7 +47,7 @@
|
|||
<li><a href="#testing">Testing foci</a></li>
|
||||
<li><a href="#stresstest">Problems Discovered by Kernel Stress Test Suite</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>Show stopper defects for &local.rel;-RELEASE</h3>
|
||||
|
||||
<a name="showstopper"></a>
|
||||
|
@ -67,17 +67,6 @@
|
|||
unreliable and drops most characters.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>i386 deadlocks with >16GB swap</td>
|
||||
<td>&status.deferred;</td>
|
||||
<td>&a.alc;</td>
|
||||
<td>i386 deadlocks if more than 16GB of swap is in use.
|
||||
Increasing the kern.maxswzone tunable would be a workaround
|
||||
this. Although a patch from &a.alc; is needed to allow this variable to
|
||||
be increased, this is not suitable for 6.1R. This limitation should
|
||||
be documented in the Release Notes.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>unmount pending error</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -96,24 +85,10 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>UFS deadlocks on amd64</td>
|
||||
<td>&status.unknown;</td>
|
||||
<td>&a.tegge;</td>
|
||||
<td>Seen by &a.kris;.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>UFS deadlocks</td>
|
||||
<td>&status.unknown;</td>
|
||||
<td></td>
|
||||
<td>Seen by Peter Jeremy.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>sparc64 instability</td>
|
||||
<td>/dev/mem instability</td>
|
||||
<td>&status.unknown;</td>
|
||||
<td>&a.marius;</td>
|
||||
<td>sparc64 instability when accessing /dev/mem. Contact
|
||||
<td>Instability when accessing /dev/mem. Contact
|
||||
&a.marius; or &a.kris; for debugging information.</td>
|
||||
</tr>
|
||||
|
||||
|
@ -159,13 +134,6 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
|
|||
by using 6.1 NFS server.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>panic in fxp driver</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.andre;</td>
|
||||
<td>See <a href="http://people.freebsd.org/~pho/stress/log/cons186.html">http://people.freebsd.org/~pho/stress/log/cons186.html</a>.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>deadlock in vn_start_write() consumers</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -173,13 +141,6 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
|
|||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>panic in bpf</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.sam;</td>
|
||||
<td>killing tcpdump (e.g. with ^C) can cause panics in bpf.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>devfs locking problem</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -337,6 +298,25 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
|
|||
this can make a system essentially unusable when moderate
|
||||
paging activity is going on.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>i386 deadlocks with >16GB swap</td>
|
||||
<td>&status.deferred;</td>
|
||||
<td>&a.alc;</td>
|
||||
<td>i386 deadlocks if more than 16GB of swap is in use.
|
||||
Increasing the kern.maxswzone tunable would be a workaround
|
||||
this. Although a patch from &a.alc; is needed to allow this variable to
|
||||
be increased, this is not suitable for 6.1R. This limitation should
|
||||
be documented in the Release Notes.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>panic in bpf</td>
|
||||
<td>&status.deferred;</td>
|
||||
<td>&a.sam;</td>
|
||||
<td>killing tcpdump (e.g. with ^C) can cause panics in bpf.
|
||||
To fix this problem, some architectural changes are needed.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for &local.rel;</h3>
|
||||
|
@ -477,6 +457,26 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
|
|||
it appears in the trap code path).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>UFS deadlocks on amd64</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.tegge;</td>
|
||||
<td>Seen by &a.kris;. This problem seems MI.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>UFS deadlocks</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.tegge;</td>
|
||||
<td>Seen by Peter Jeremy.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>panic in fxp driver</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.andre;</td>
|
||||
<td>See <a href="http://people.freebsd.org/~pho/stress/log/cons186.html">http://people.freebsd.org/~pho/stress/log/cons186.html</a>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Stress Test Panics</h3>
|
||||
|
|
Loading…
Reference in a new issue