The last of the sched patches have been committed, so move the scheduler
item to the testing list. Thanks to Julian, Stephan, John, and many others for the intense work on this.
This commit is contained in:
parent
b1f730221d
commit
7760b761eb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22574
1 changed files with 9 additions and 11 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.3R/todo.sgml,v 1.92 2004/10/03 13:26:24 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.93 2004/10/09 03:33:19 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -42,16 +42,6 @@
|
|||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>PREEMPTION-related hangs involving threads</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.scottl;, &a.julian;</td>
|
||||
<td>PREEMPTION appears to increase the chances of triggering a race
|
||||
condition in the thread context management and scheduling code.
|
||||
Patches to mitigate the problem have been developed, with on-going
|
||||
work to come up with the correct solution prior to 5.3.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>NFS over IPv6 problems</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -583,6 +573,14 @@
|
|||
underlying problems.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Scheduler-related hangs involving threads</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.scottl;, &a.julian;</td>
|
||||
<td>Significant work has happened in the scheduler to fix stability
|
||||
problems. More testing for UP and SMP under heavily load is needed.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue