acpi_cpu panic on shutdown for SMP has been resolved by Nate's

recent commit.  Move acpi_cpu to the testing section to make sure
everything has settled.
This commit is contained in:
Robert Watson 2003-11-19 20:51:51 +00:00
parent a3d4a2bf64
commit c911ee278d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18925

View file

@ -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.58 2003/11/18 15:45:09 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.59 2003/11/19 17:02:26 rwatson Exp $">
<!ENTITY title "FreeBSD 5.2 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -77,16 +77,6 @@
reliable reproduction scenario.</td>
</tr>
<tr>
<td>SMP users report acpi_cpu panic during shutdown</td>
<td>&status.wip;</td>
<td>&a.njl;</td>
<td>The ACPI code registers eventhandlers that are not unregistered
when ACPI shuts down during system shutdown. The result can
be a panic during shutdown. Nate is circulating a patch that
is believed to correct this problem.</td>
</tr>
<tr>
<td>random_harvest panic</td>
<td>&status.wip;</td>
@ -456,6 +446,16 @@
MBR record. Tor has a possible patch for this.</td>
</tr>
<tr>
<td>SMP users report acpi_cpu panic during shutdown</td>
<td>&status.untested;</td>
<td>&a.njl;</td>
<td>The ACPI code registers eventhandlers that are not unregistered
when ACPI shuts down during system shutdown. The result can
be a panic during shutdown. Nate is circulating a patch that
is believed to correct this problem.</td>
</tr>
</table>
&footer;