From owner-svn-src-all@FreeBSD.ORG Wed Apr 6 17:22:33 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5462A106564A; Wed, 6 Apr 2011 17:22:33 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id D49378FC18; Wed, 6 Apr 2011 17:22:32 +0000 (UTC) Received: by pvg11 with SMTP id 11so782026pvg.13 for ; Wed, 06 Apr 2011 10:22:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=tBTsYf//+nloVl2Qf/OjCWh4OCh+qfP4hVUZnNKStZg=; b=xTApuBkrIq7B0tak0h6dP76ewiWeFB93Bl8Mgitmp7PQLBOhKACf0kirX7xqn19n0r hpapHuYMGgVMoADaDzfAa8uGdrlMRrkFeGoP4L7Gii70pVyfgxq8QLeRP4ZBHmoGzfAs FLIIiQ5F5J6v7PAv+WAhxMhoEIxb3kULcO+Ro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=P07j4+eRY4OoYz2zobW2valqsqD9gQaU0bc9wQj9zSTYGoODX3NwjywdtxmIEaBUKH yWhBAQd3DYkD6vocme8xe2CaJxa3sxdTx3n1et86I04KTzISNoFgN61rN/Cv48s0nz5a bPG/yVOpK2kE5NzzkaiNlFsQdUPqjF9hfemMQ= MIME-Version: 1.0 Received: by 10.142.248.21 with SMTP id v21mr1097882wfh.56.1302110552611; Wed, 06 Apr 2011 10:22:32 -0700 (PDT) Received: by 10.68.42.3 with HTTP; Wed, 6 Apr 2011 10:22:32 -0700 (PDT) In-Reply-To: <28CBF3B2-105E-4B0F-A1B1-4FA772BAB06A@freebsd.org> References: <201104061627.p36GR4Vx097282@svn.freebsd.org> <28CBF3B2-105E-4B0F-A1B1-4FA772BAB06A@freebsd.org> Date: Wed, 6 Apr 2011 10:22:32 -0700 Message-ID: From: Garrett Cooper To: =?ISO-8859-2?Q?Edward_Tomasz_Napiera=B3a?= Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r220387 - head/sys/vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 17:22:33 -0000 2011/4/6 Edward Tomasz Napiera=B3a : > Wiadomo=B6=E6 napisana przez Garrett Cooper w dniu 2011-04-06, o godz. 18= :57: >> On Wed, Apr 6, 2011 at 9:27 AM, Edward Tomasz Napierala >> wrote: >>> Author: trasz >>> Date: Wed Apr =A06 16:27:04 2011 >>> New Revision: 220387 >>> URL: http://svn.freebsd.org/changeset/base/220387 >>> >>> Log: >>> =A0In vm_daemon(), do not skip processes stopped with SIGSTOP. >> >> =A0 =A0Did you run this by anyone else before you committed the change? > > The whole racct patchset was reviewed by kib@, and I seem to remember > that he said this might cause problems. =A0However, I didn't encounter > any problems with this, neither did any person testing the patchset. > > So, what's wrong with this? My concern was just that "Reviewed by" was missing and that this might introduce some unexpected functional issues (then again it's now going to kill stopped processes, right?). -Garrett