From owner-freebsd-net@FreeBSD.ORG Fri Apr 15 09:30:15 2011 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96439106566C for ; Fri, 15 Apr 2011 09:30:15 +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 6A3EB8FC15 for ; Fri, 15 Apr 2011 09:30:15 +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 p3F9UEmq009108 for ; Fri, 15 Apr 2011 09:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3F9UEM0009104; Fri, 15 Apr 2011 09:30:14 GMT (envelope-from gnats) Date: Fri, 15 Apr 2011 09:30:14 GMT Message-Id: <201104150930.p3F9UEM0009104@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: "Sergey V. Dyatko" Cc: Subject: Re: kern/154676: [netgraph] [panic] HEAD, 8.1-RELEASE panic after some play with netgraph X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Sergey V. Dyatko" List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2011 09:30:15 -0000 The following reply was made to PR kern/154676; it has been noted by GNATS. From: "Sergey V. Dyatko" To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/154676: [netgraph] [panic] HEAD, 8.1-RELEASE panic after some play with netgraph Date: Fri, 15 Apr 2011 12:06:04 +0300 Hi, Arnaud and glebius@, thanks. Reverting adrian@`s commit helps. Tested on -CURRENT, i386 (r220649) and 8-STABLE, amd64 (r220557) -- wbr, tiger