The following reply was made to PR kern/140446; it has been noted by GNATS.
From: Adrian Steinmann <[email protected]> To: [email protected] Cc: Subject: kern/140446 [PATCH] Date: Fri, 12 Mar 2010 09:07:40 +0100 Organization: Currently at devsummit at AsiaBSDCon Synopsis: netstat -f ng broken RELENG7,8,HEAD fix for kern/140446 [PATCH] Severity: non-critical Priority: medium Category: kern Class: sw-bug Release: FreeBSD 7.2-RELEASE-p6 i386 (and above) Environment: System: FreeBSD oneplusone.ch 7.2-RELEASE-p6 FreeBSD 7.2-RELEASE-p6 #7: Thu Feb 25 08:38:48 CET 2010 [email protected]:/usr/obj/usr/src/sys/GENERIC i386 Description: Someone removed too much from ng_socket.c and so the static LIST_HEAD(, ngpcb) ngsocklist; was left missing and netstat -f is now broken. How-To-Repeat: netstat -f ng fails with "can't find netgraph.ko", with pathc the symbol is found. Fix: MD5 (ng_socket.c_RELENG7.patch) = 06979594e8d847ff172f42f4e19bf651 MD5 (ng_socket.c_RELENG8.patch) = 164b2bfc3773fb0da27c11eeceace06a http://steinmann.com/ng_socket.c_RELENG7.patch http://steinmann.com/ng_socket.c_RELENG8.patch _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
