From owner-cvs-all@FreeBSD.ORG Mon Nov 27 11:13:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCCEF16A403; Mon, 27 Nov 2006 11:13:24 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD46D43D4C; Mon, 27 Nov 2006 11:12:24 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy8.corp.yahoo.com [216.145.48.13]) by mrout1.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id kARBCeXj064495; Mon, 27 Nov 2006 03:12:41 -0800 (PST) Date: Mon, 27 Nov 2006 20:12:40 +0900 Message-ID: From: gnn@FreeBSD.org To: Ruslan Ermilov In-Reply-To: <200611252038.kAPKcujf065998@repoman.freebsd.org> References: <200611252038.kAPKcujf065998@repoman.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.90 (i386-apple-darwin8.8.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 nd6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 11:13:25 -0000 At Sat, 25 Nov 2006 20:38:56 +0000 (UTC), Ruslan Ermilov wrote: > > ru 2006-11-25 20:38:56 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 nd6.c > Log: > - In nd6_rtrequest(), when caching an rtentry, don't forget > to add a reference to it; otherwise, we could later access > a freed memory. This is believed to fix panics some users > were observing when running route6d(8), and is similar to > the fix in sys/netinet/if_ether.c,v 1.139 by glebius@. > > PR: kern/93910, kern/105437 > Testing by: Wojciech Puchar (still ongoing) > > - Add rtentry locking to nd6_output() similar to rt_check(). > > MFC after: 4 days > > Revision Changes Path > 1.72 +29 -9 src/sys/netinet6/nd6.c I wonder is this will fix a few of the more odd panic's we've seen in ND. Kris ought to try to test this. Later, Georfge