From owner-freebsd-current@FreeBSD.ORG Mon Apr 19 10:29:31 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3661B16A4CE for ; Mon, 19 Apr 2004 10:29:31 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5E743D48 for ; Mon, 19 Apr 2004 10:29:31 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i3JHTTgd069213; Mon, 19 Apr 2004 10:29:29 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i3JHTT7q069212; Mon, 19 Apr 2004 10:29:29 -0700 (PDT) (envelope-from rizzo) Date: Mon, 19 Apr 2004 10:29:29 -0700 From: Luigi Rizzo To: Andreas Kohn Message-ID: <20040419102929.A68645@xorpc.icir.org> References: <1082303878.855.6.camel@klamath.syndrom23.de> <20040419013627.A88297@xorpc.icir.org> <1082391882.786.0.camel@klamath.syndrom23.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1082391882.786.0.camel@klamath.syndrom23.de>; from andreas.kohn@gmx.net on Mon, Apr 19, 2004 at 06:24:42PM +0200 cc: current@freebsd.org Subject: Re: [SOLVED] Re: Page fault in rt_newaddrmsg on gif0 destruction X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 17:29:31 -0000 On Mon, Apr 19, 2004 at 06:24:42PM +0200, Andreas Kohn wrote: > On Mon, 2004-04-19 at 10:36, Luigi Rizzo wrote: ... > > I think the attached patch (basically mving a block of code down > > in if_detach) should fix the problem. ... > thank you, that one works perfectly. great - committed. luigi