diff --git a/en/releases/6.0R/todo.sgml b/en/releases/6.0R/todo.sgml index 34f28086d9..c6f781fa35 100644 --- a/en/releases/6.0R/todo.sgml +++ b/en/releases/6.0R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -56,24 +56,6 @@ Description - - panic on multicast socket close after interface removal - &status.wip; - &a.rwatson; - Due to the addition of multicast locking, a long-present memory - corruption bug now generates an immediate panic if an interface is - removed while a multicast group is in use on the interface. This - can manifest if running routed and using vlans. A regression test - has now been committed as msocket_ifnet_remove. A short-term fix - will be to GC references to the interface in the IPv4/IPv6 - multicast socket options hung off of the inpcb; a long term solution - will require determining the correct application semantics for - interface removal as relates to multicast sockets. This problem is - described in detail in PR kern/77665. A fix has now been committed - to 7-CURRENT in the CVS HEAD; it will be merged to RELENG_6 after - additional testing. - - race condition in POSIX named fifos &status.wip; @@ -401,6 +383,23 @@ merged to RELENG_6 and is ready for wide-spread testing. + + panic on multicast socket close after interface removal + &status.untested; + &a.rwatson; + Due to the addition of multicast locking, a long-present memory + corruption bug now generates an immediate panic if an interface is + removed while a multicast group is in use on the interface. This + can manifest if running routed and using vlans. A regression test + has now been committed as msocket_ifnet_remove. A short-term fix + will be to GC references to the interface in the IPv4/IPv6 + multicast socket options hung off of the inpcb; a long term solution + will require determining the correct application semantics for + interface removal as relates to multicast sockets. This problem is + described in detail in PR kern/77665. A fix has now been committed + to 7-CURRENT in the CVS HEAD, and merged to RELENG_6. + +

Stress Test Panics