Move poll/select wedge to "testing" section since we believe it is
fixed, subject to continued testing. Mark the ifconf() item as in testing.
This commit is contained in:
parent
7755110281
commit
301fa0d828
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22474
1 changed files with 16 additions and 16 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.81 2004/09/18 19:31:45 bmah Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.82 2004/09/25 19:34:55 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
|
@ -63,20 +63,6 @@
|
|||
currently exploring possible fixes.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>poll()/select() application wedge reports with debug.mpsafenet=1</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>There are reports of applications wedging in poll() and select()
|
||||
while running the network stack without the Giant lock. A recent
|
||||
sleepq change appears to have caused some of the observed problems
|
||||
to go away (others are difficult to test for due to recent SMP
|
||||
instability). A fix has been committed to CVS HEAD and merged to
|
||||
RELENG_5 and appears to resolve problems with poll(); we are waiting
|
||||
for feedback that it has corrected the reported problems with select()
|
||||
also before moving this to "testing" status.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ether_input() may harvest entropy from free()'d mbuf</td>
|
||||
<td>&status.wip;</td>
|
||||
|
|
@ -572,7 +558,7 @@
|
|||
|
||||
<tr>
|
||||
<td>ifconf() sleep warning</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.brooks;</td>
|
||||
<td>The ifconf() ioctl for listing network interfaces performs a
|
||||
copyout() while holding the global ifnet list mutex. This generates a
|
||||
|
|
@ -581,6 +567,20 @@
|
|||
and RELENG_5, but requires testing.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>poll()/select() application wedge reports with debug.mpsafenet=1</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>There are reports of applications wedging in poll() and select()
|
||||
while running the network stack without the Giant lock. A recent
|
||||
sleepq change appears to have caused some of the observed problems
|
||||
to go away (others are difficult to test for due to recent SMP
|
||||
instability). A fix has been committed to CVS HEAD and merged to
|
||||
RELENG_5 and appears to resolve problems with poll(); we are waiting
|
||||
for feedback that it has corrected the reported problems with select()
|
||||
also before moving this to "testing" status.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue