From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 12 08:30:05 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B769F106567F for ; Fri, 12 Mar 2010 08:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8DA5B8FC0A for ; Fri, 12 Mar 2010 08:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2C8U5wl029651 for ; Fri, 12 Mar 2010 08:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2C8U5Wn029648; Fri, 12 Mar 2010 08:30:05 GMT (envelope-from gnats) Date: Fri, 12 Mar 2010 08:30:05 GMT Message-Id: <201003120830.o2C8U5Wn029648@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Adrian Steinmann Cc: Subject: kern/140446 [PATCH] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adrian Steinmann List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 08:30:05 -0000 The following reply was made to PR kern/140446; it has been noted by GNATS. From: Adrian Steinmann 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