diff --git a/en/releases/6.1R/todo.sgml b/en/releases/6.1R/todo.sgml index 69e9ac8110..489a7c0ade 100644 --- a/en/releases/6.1R/todo.sgml +++ b/en/releases/6.1R/todo.sgml @@ -1,7 +1,7 @@ - + %navincludes; @@ -215,16 +215,6 @@ on a filesystem is negative; fsck -f is needed to correct this. bug reports seen on -stable. - - dup(2) regression on 6.x - &status.unknown; - &a.des; - Simple "close(0); dup(fd)" does not return descriptor "0" in some cases. - This problem has been reported in - kern/87208, - and there is a proposed patch in the PR, too. - - "calcru: runtime went backwards" problem for threaded program &status.unknown; @@ -476,6 +466,18 @@ on a filesystem is negative; fsck -f is needed to correct this. here, and we should be ready to support SMP out-of-the-box. + + dup(2) regression on 6.x + &status.untested; + &a.csjp; + Simple "close(0); dup(fd)" does not return descriptor "0" in some cases. + This problem has been reported in + kern/87208, + and there is a proposed patch in the PR, too. &a.csjp; has committed a + fix for this. + + +

Stress Test Panics