Date: Wed, 10 Feb 2010 08:50:06 +0000 (UTC) From: Marko Zec <zec@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net vnet.c vnet.h Message-ID: <201002100850.o1A8oQES080058@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
zec 2010-02-10 08:50:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net vnet.c vnet.h Log: SVN rev 203748 on 2010-02-10 08:50:06Z by zec 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 Revision Changes Path 1.8.2.4 +71 -0 src/sys/net/vnet.c 1.25.2.5 +3 -3 src/sys/net/vnet.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002100850.o1A8oQES080058>