From owner-freebsd-stable@FreeBSD.ORG Mon Jul 18 11:12:47 2011 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13C0E1065678; Mon, 18 Jul 2011 11:12:47 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id CDF5E8FC15; Mon, 18 Jul 2011 11:12:46 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:699c:2567:b544:4319]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id A36DA4AC2D; Mon, 18 Jul 2011 15:12:45 +0400 (MSD) Date: Mon, 18 Jul 2011 15:12:43 +0400 From: Lev Serebryakov Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <18310331806.20110718151243@serebryakov.spb.ru> To: Andriy Gapon In-Reply-To: <4E240596.3030702@FreeBSD.org> References: <1856442536.20110717011928@serebryakov.spb.ru> <4E240596.3030702@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: lev@FreeBSD.org, freebsd-stable@FreeBSD.org Subject: Re: Please, MFC r204087 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 11:12:47 -0000 Hello, Andriy. You wrote 18 =E8=FE=EB=FF 2011 =E3., 14:06:14: >> I've got panics, related to race, fixed in r204087, every second >> reboot on my 8-STABLE. This patch fixed them all. >> Applying custom patch after each update is painful. > You would get a better a chance of anyone looking into your request if you > provided a link to the commit or the commit log. > Just saying... Really, message was sent to committer too. But here is a links: http://svnweb.freebsd.org/base?view=3Drevision&revision=3D204087 Log Message: Fix a race in regard of p_numthreads. --=20 // Black Lion AKA Lev Serebryakov