From owner-svn-src-all@freebsd.org Mon Aug 1 18:17:52 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29398BAB424; Mon, 1 Aug 2016 18:17:52 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A72B186E; Mon, 1 Aug 2016 18:17:52 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id D4943B94B; Mon, 1 Aug 2016 14:17:50 -0400 (EDT) From: John Baldwin To: Bruce Evans Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r303503 - head/sys/kern Date: Mon, 01 Aug 2016 11:11:13 -0700 Message-ID: <2029591.4vEqM4NCGk@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.3-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <20160730101227.J1336@besplex.bde.org> References: <201607292019.u6TKJE98050271@repo.freebsd.org> <20160730101227.J1336@besplex.bde.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 01 Aug 2016 14:17:50 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 01 Aug 2016 18:17:52 -0000 On Saturday, July 30, 2016 10:38:34 AM Bruce Evans wrote: > On Fri, 29 Jul 2016, John Baldwin wrote: > > > Log: > > Don't treat NOCPU as a valid CPU to CPU_ISSET. > > > > If a thread is created bound to a cpuset it might already be bound before > > it's very first timeslice, and td_lastcpu will be NOCPU in that case. > > > > MFC after: 1 week > > Thanks. Did you get this from your mail queue on 2016/05/08? No. :( I will go back and check that mail to see what else I missed. -- John Baldwin