From owner-svn-src-head@freebsd.org Wed Apr 27 17:05:56 2016 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 BABD5B1EF7D; Wed, 27 Apr 2016 17:05:56 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id 8A7E812C7; Wed, 27 Apr 2016 17:05:56 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from zapp (global-5-141.nat-2.net.cam.ac.uk [131.111.5.141]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id 6437ED78FE; Wed, 27 Apr 2016 17:05:50 +0000 (UTC) Date: Wed, 27 Apr 2016 18:05:46 +0100 From: Andrew Turner To: Zbigniew Bodek Cc: John Baldwin , =?ISO-8859-1?Q?Micha=3F?= Stanek , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r298425 - head/sys/dev/acpica Message-ID: <20160427180546.311aecdf@zapp> In-Reply-To: References: <201604211827.u3LIR5ML089177@repo.freebsd.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 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: Wed, 27 Apr 2016 17:05:56 -0000 On Wed, 27 Apr 2016 16:57:28 +0200 Zbigniew Bodek wrote: > Hello, > > I'm forwarding a message from Michal Stanek who found some problems > wit this commit. Please see below: > > ------------------------------------------- > I'm getting a lot of ACPI error messages on ThunderX (arm64). The > kernel also panics before it gets to prompt. > Running bisect pointed to this patch as the culprit. > > Removing acpi from GENERIC configuration fixes the issue. See r298639. I know the issue, the code is picking up the ofw cpu devices. I'm expecting to work on ACPI in a few months so will expect to fix this then (unless someone else gets to it first) Andrew