From owner-svn-src-all@freebsd.org Thu Jan 14 17:25:31 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 8246DA8290B; Thu, 14 Jan 2016 17:25:31 +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 5B2E81C17; Thu, 14 Jan 2016 17:25:31 +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 CF2DDB97D; Thu, 14 Jan 2016 12:25:29 -0500 (EST) From: John Baldwin To: src-committers@freebsd.org Cc: svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r293979 - head/lib/libkvm Date: Thu, 14 Jan 2016 08:47:27 -0800 Message-ID: <1724534.L5ggXaJ3CH@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <201601141551.u0EFpDTf052097@repo.freebsd.org> References: <201601141551.u0EFpDTf052097@repo.freebsd.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); Thu, 14 Jan 2016 12:25:29 -0500 (EST) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 14 Jan 2016 17:25:31 -0000 On Thursday, January 14, 2016 03:51:13 PM John Baldwin wrote: > Author: jhb > Date: Thu Jan 14 15:51:13 2016 > New Revision: 293979 > URL: https://svnweb.freebsd.org/changeset/base/293979 > > Log: > Fix building with GCC since PAGE_MASK is signed on i386. > > Reviewed by: ngie > MFC after: 1 week > Differential Revison: https://reviews.freebsd.org/D4772 Oops, misfire on the MFC. The new libkvm isn't in stable. Note that this fixes bootstrapping from stable/9 to HEAD. -- John Baldwin