From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 3 20:43:14 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 936C0106566C; Wed, 3 Oct 2012 20:43:14 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6B4068FC0A; Wed, 3 Oct 2012 20:43:14 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id CA026B924; Wed, 3 Oct 2012 16:43:13 -0400 (EDT) From: John Baldwin To: freebsd-hackers@freebsd.org Date: Wed, 3 Oct 2012 15:19:23 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <506C69B3.5060104@FreeBSD.org> In-Reply-To: <506C69B3.5060104@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201210031519.23146.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 03 Oct 2012 16:43:13 -0400 (EDT) Cc: Andriy Gapon Subject: Re: kvm_proclist: gnore processes in PRS_NEW X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 20:43:14 -0000 On Wednesday, October 03, 2012 12:37:07 pm Andriy Gapon wrote: > > I believe that the following patch does the right thing that is repeated in a few > other places. > I would like to ask for a review just in case. > > commit cf0f573a1dcbc09cb8fce612530afeeb7f1b1c62 > Author: Andriy Gapon > Date: Sun Sep 23 22:49:26 2012 +0300 > > kvm_proc: ignore processes in larvae state I think this is fine. -- John Baldwin