From 3cf4e15dd815bc0aea9e6c1ee0c33cdf75d96995 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Fri, 30 May 2003 17:26:11 +0000 Subject: [PATCH] Move the MAC frame work and rpc.lockd items to the 5.2 list. NFS locking appears to be working fairly well now with the exception of one issue that can wait until 5.2 for resolution. Also remove the kldunload and rtld items now that they have been committed. Thanks to imp, mux, and kan for those! --- en/releases/5.1R/todo.sgml | 42 +------------------------------------- en/releases/5.2R/todo.sgml | 24 ++++++++++++++++++++-- 2 files changed, 23 insertions(+), 43 deletions(-) diff --git a/en/releases/5.1R/todo.sgml b/en/releases/5.1R/todo.sgml index 8809154e06..ce4e278864 100644 --- a/en/releases/5.1R/todo.sgml +++ b/en/releases/5.1R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -39,46 +39,6 @@ fixed in order to get a successful package build. - - MAC Framework devfs path fixes - In progress - &a.rwatson; - &a.green; has submitted patches to improve the consistency - of the pathnames passed into the MAC Framework devfs labeling - entry points. These patches need to be thoroughly reviewed - and tested, then merged. - - - - Panic on load/unload a kernel module for a driver already - statically linked into the kernel. - Patch approved - &a.mux; - If a network device driver, possibly any driver, is linked - into the kernel and then loaded and unloaded as a module, - the kernel will panic. This has been observed with both - if_dc and if_fxp. - - - - rtld-elf thread-safety - patch submitted - &a.kan; - Update the run-time link editor (rtld) thread-safe with - libpthread. - - - - rpc.lockd(8) stability - In progress - &a.rwatson; - rpc.lockd(8) client-side and server-side NFS locking appears to - have a number of serious bugs which prevent NFS locking from working - properly in a number of common scenarios. These bugs must be - resolved to ship 5.1-RELEASE. Work is underway to classify and - track the bugs. - - data corruption reports In progress diff --git a/en/releases/5.2R/todo.sgml b/en/releases/5.2R/todo.sgml index b9584943d4..df9b849125 100644 --- a/en/releases/5.2R/todo.sgml +++ b/en/releases/5.2R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -38,7 +38,7 @@ Currently, the MD elements of KSE are present only for the i386 platform, limiting use of KSE to the i386 platform. It is highly desirable to make KSE available on non-i386 platforms for - 5.1-RELEASE so that KSE can see more broad exposure, and the + 5.2-RELEASE so that KSE can see more broad exposure, and the performance benefits of KSE can be visible to users of the 64-bit FreeBSD architectures. @@ -227,6 +227,26 @@ integration into /etc/fstab and easy automated deployment. Improved integration with the configuration, mounting, and boot process is required to make this feature more easily accessible. + + + + MAC Framework devfs path fixes + In progress + &a.rwatson; + &a.green; has submitted patches to improve the consistency + of the pathnames passed into the MAC Framework devfs labeling + entry points. These patches need to be thoroughly reviewed + and tested, then merged. + + + + rpc.lockd(8) stability + In progress + &a.rwatson; + A process cannot be interrupted while waiting on a lock. Fixing + this requires that the rpc code be taught how to deal with lock + cancellation and interruption events. +