From owner-svn-src-head@freebsd.org Fri Aug 11 10:10:16 2017 Return-Path: Delivered-To: svn-src-head@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 10B78DC2DF5; Fri, 11 Aug 2017 10:10:16 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E33676AE32; Fri, 11 Aug 2017 10:10:15 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1129) id 226A710B93; Fri, 11 Aug 2017 10:10:15 +0000 (UTC) Date: Fri, 11 Aug 2017 10:10:15 +0000 From: Li-Wen Hsu To: Roger Pau Monn Cc: Ed Maste , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r322347 - in head/sys/x86: acpica include x86 xen Message-ID: <20170811101015.GA83032@freefall.freebsd.org> References: <201708100915.v7A9FIke002476@repo.freebsd.org> <20170810174853.6xzxzxscm4cmd5vy@dhcp-3-128.uk.xensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170810174853.6xzxzxscm4cmd5vy@dhcp-3-128.uk.xensource.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2017 10:10:16 -0000 On Thu, Aug 10, 2017 at 18:48:53 +0100, Roger Pau Monn wrote: > On Thu, Aug 10, 2017 at 10:20:59AM -0400, Ed Maste wrote: > > On 10 August 2017 at 05:15, Roger Pau Monné wrote: > > > Author: royger > > > Date: Thu Aug 10 09:15:18 2017 > > > New Revision: 322347 > > > URL: https://svnweb.freebsd.org/changeset/base/322347 > > > > > > Log: > > > apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phase > > > > i386 is failing with: > > Thanks for the heads up! Should be fixed in r322372, will keep an eye on > the CI. It seems i386 LINT is still failing: /workspace/src/sys/x86/acpica/srat.c:446:28: error: implicit declaration of function 'PHYS_TO_DMAP' is invalid in C99 [-Werror,-Wimplicit-function-declaration] cpus = (struct cpu_info *)PHYS_TO_DMAP(addr); ^ Could you also chcek this one? https://ci.freebsd.org/job/FreeBSD-head-i386-LINT/2833/console Thanks, Li-Wen -- Li-Wen Hsu https://lwhsu.org