From 54ff9aa9604a95563ac58b7bc6462b6023dd0869 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sun, 18 Sep 2005 16:32:48 +0000 Subject: [PATCH] Demote the 'snaplock livelock' and 'handle_written_inodeblk' items to the 'desired' section. They are secondary problems and can be avoided by disabling backgroud fsck. Add a showstopper entry for the uprintf panics. This is the #1 priority at this point. --- en/releases/6.0R/todo.sgml | 41 ++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/en/releases/6.0R/todo.sgml b/en/releases/6.0R/todo.sgml index 7b4d017534..097d8600a4 100644 --- a/en/releases/6.0R/todo.sgml +++ b/en/releases/6.0R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -56,20 +56,6 @@ Description - - "snaplk" livelock - &status.wip; -   - Found by stress tests at http://www.holm.cc/stress/log/cons143.html. - - - - panic: handle_written_inodeblock: live inodedep - &status.unknown; -   - Found by stress tests at http://www.holm.cc/stress/log/cons142.html. - - panic on multicast socket close after interface removal &status.wip; @@ -99,6 +85,17 @@ fix soon. + + Panic when filesystem fills + &status.wip; + &a.ps; + Inadequate locking causes panics when calling kernel printf functions. + This is most often seen when a filesystem fills up and uprintf() is + called to report it to the console, but it can happen in many other + places also. Properly locking the upper and lower parts of the tty + subsystem likely cannot happen for 6.0, but temporary fixes must be + developed and committed. +

Required features for 6.0-RELEASE

@@ -207,6 +204,20 @@ sys-admins tend to do. + + "snaplk" livelock + &status.wip; +   + Found by stress tests at http://www.holm.cc/stress/log/cons143.html. + + + + panic: handle_written_inodeblock: live inodedep + &status.unknown; +   + Found by stress tests at http://www.holm.cc/stress/log/cons142.html. + +

Documentation items that must be resolved for 6.0