Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2010 08:30:05 GMT
From:      Adrian Steinmann <ast@marabu.ch>
To:        freebsd-bugs@FreeBSD.org
Subject:   kern/140446 [PATCH]
Message-ID:  <201003120830.o2C8U5Wn029648@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/140446; it has been noted by GNATS.

From: Adrian Steinmann <ast@marabu.ch>
To: bug-followup@freebsd.org
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 root@oneplusone.ch:/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003120830.o2C8U5Wn029648>