From owner-svn-src-stable@FreeBSD.ORG Wed Feb 10 11:04:34 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 724D91065670; Wed, 10 Feb 2010 11:04:34 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from mail.vega.ru (mail.vega.ru [90.156.167.5]) by mx1.freebsd.org (Postfix) with ESMTP id 26FD08FC0C; Wed, 10 Feb 2010 11:04:33 +0000 (UTC) Received: from [10.100.124.99] (helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.71 (FreeBSD)) (envelope-from ) id 1NfAD2-00073O-NV; Wed, 10 Feb 2010 13:54:16 +0300 Date: Wed, 10 Feb 2010 13:54:11 +0300 From: Ruslan Ermilov To: Andriy Gapon Message-ID: <20100210105411.GB85373@edoofus.dev.vega.ru> References: <201002100850.o1A8o6tD038842@svn.freebsd.org> <4B7285BA.3050000@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B7285BA.3050000@freebsd.org> Cc: src-committers@freebsd.org, svn-src-stable@freebsd.org, svn-src-all@freebsd.org, Marko Zec , Qing Li , svn-src-stable-8@freebsd.org Subject: Re: svn commit: r203748 - stable/8/sys/net X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 11:04:34 -0000 On Wed, Feb 10, 2010 at 12:08:58PM +0200, Andriy Gapon wrote: > on 10/02/2010 10:50 Marko Zec said the following: > > Author: zec > > Date: Wed Feb 10 08:50:06 2010 > > New Revision: 203748 > > URL: http://svn.freebsd.org/changeset/base/203748 > > > > Log: > > MFC r203483: > > Instead of spamming the console on each curvnet recursion event, print > > out each such call graph only once, along with a stack backtrace. This > > should make kernels built with VNET_DEBUG reasonably usable again in > > busy / production environments. > > > > Introduce a new DDB command "show vnetrcrs" which dumps the whole log > > of distinctive curvnet recursion events. This might be useful when > > recursion reports get burried / lost too deep in the message buffer. > > In the later case stack backtraces are not available. > > > > Reviewed by: bz > > > > Modified: > > stable/8/sys/net/vnet.c > > stable/8/sys/net/vnet.h > > Directory Properties: > > stable/8/sys/ (props changed) > > stable/8/sys/amd64/include/xen/ (props changed) > > stable/8/sys/cddl/contrib/opensolaris/ (props changed) > > stable/8/sys/contrib/dev/acpica/ (props changed) > > stable/8/sys/contrib/pf/ (props changed) > > stable/8/sys/dev/xen/xenpci/ (props changed) > > stable/8/sys/netinet/ (props changed) > > It looks like after this commit we started to have mergeinfo on > stable/8/sys/netinet. Not sure if this is correct or not. Actually svn:mergeinfo was brought in previous commit by Qing Li, who merged directly to sys/netinet/ instead of sys/. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer