From 0cd8ae387b7244cf7c68dd333742c628142fca8f Mon Sep 17 00:00:00 2001 From: Scott Long Date: Thu, 15 Sep 2005 06:08:07 +0000 Subject: [PATCH] Update the TODO list. Move a bunch of recently fixed issues to the testing section. Thanks to everyone, and Tor and Marcel in particular, for taking a large bite out of this. There is indeed light at the end of the tunnel here. --- en/releases/6.0R/todo.sgml | 65 +++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/en/releases/6.0R/todo.sgml b/en/releases/6.0R/todo.sgml index 61bdc7b776..6d3a1e435a 100644 --- a/en/releases/6.0R/todo.sgml +++ b/en/releases/6.0R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -78,21 +78,6 @@ and can be provoked within minutes of testing! - - Livelock - &status.unknown; -   - Found by stress tests at http://www.holm.cc/stress/log/cons139.html. This is the second most - frequent panic reported by Peter Holm. - - - - panic: softdep_setup_inomapdep: found inode - &status.unknown; -   - Found by stress tests at http://www.holm.cc/stress/log/cons138.html. - - panic on multicast socket close after interface removal &status.wip; @@ -218,23 +203,6 @@ reporting it lost child process(es). - - kgdb on sparc64 - &status.wip; - &a.marcel; - It looks like kgdb is still broken on sparc64. It is better - than it used to be but still can't obtain a traceback. A fix - was just committed to HEAD. - - - - M_SAVEDINO - &status.new; -   - A 'memory modified after free' bug affecting M_SAVEDINO. Possibly - a softupdates bug. - - OpenBSM &status.wip; @@ -392,6 +360,37 @@ Found by stress tests at http://www.holm.cc/stress/log/cons141.html. + + Livelock + &status.untested; + &a.tegge; + Found by stress tests at http://www.holm.cc/stress/log/cons139.html. This is the second most + frequent panic reported by Peter Holm. + + + + panic: softdep_setup_inomapdep: found inode + &status.untested; + &a.tegge; + Found by stress tests at http://www.holm.cc/stress/log/cons138.html. + + + + M_SAVEDINO + &status.untested; + &a.tegge; + A 'memory modified after free' bug affecting M_SAVEDINO. Possibly + a softupdates bug. + + + + kgdb + &status.untested; + &a.marcel; + kgdb has been modified to handle trap frames on all tier 1 and 2 + architectures. This allows tracebacks to provide useful info. + +

Stress Test Panics