From owner-svn-src-all@FreeBSD.ORG Thu Apr 9 07:55:42 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10FF1167; Thu, 9 Apr 2015 07:55:42 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B88A18A8; Thu, 9 Apr 2015 07:55:41 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Yg7JK-000Am4-BF; Thu, 09 Apr 2015 10:55:38 +0300 Date: Thu, 9 Apr 2015 10:55:38 +0300 From: Slawa Olhovchenkov To: Dimitry Andric Subject: Re: svn commit: r281075 - in stable/10: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/c... Message-ID: <20150409075538.GG8220@zxy.spb.ru> References: <201504041017.t34AHr5R059717@svn.freebsd.org> <20150408232131.GB1394@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 09 Apr 2015 07:55:42 -0000 On Thu, Apr 09, 2015 at 08:24:19AM +0200, Dimitry Andric wrote: > On 09 Apr 2015, at 01:21, Slawa Olhovchenkov wrote: > > > > On Sat, Apr 04, 2015 at 10:17:53AM +0000, Dimitry Andric wrote: > > > >> Author: dim > >> Date: Sat Apr 4 10:17:51 2015 > >> New Revision: 281075 > >> URL: https://svnweb.freebsd.org/changeset/base/281075 > >> > >> Log: > >> MFC r272444 (by jkim): > >> > >> Merge ACPICA 20140926. > >> > >> MFC r278970 (by jkim): > >> > >> Merge ACPICA 20141107 and 20150204. > >> > >> Approved by: jkim > >> Relnotes: yes > >> > > > > Some time ago `acpidump -dt` was broken for me: > > > > # acpidump -dt > > /* > > RSD PTR: OEM=ALASKA, ACPI_Rev=2.0x (2) > > XSDT=0x7f1e6080, length=36, cksum=95 > > */ > > /* > > XSDT: Length=132, Revision=1, Checksum=106, > > OEMID=ALASKA, OEM Table ID=A M I, OEM Revision=0x1072009, > > Creator ID=AMI, Creator Revision=0x10013 > > Assertion failed: (addr != 0), function acpi_print_rsdt, file /usr/src/usr.sbin/acpi/acpidump/acpi.c, line 1097. > > Entries={ 0x7f1efe90, 0x7f1eff88, 0x7f1f0098, 0x7f1f00d8, 0x7f1f0448, 0x7f1f0478, 0x7f1f04b0, 0x7f1f0570, 0x7f1f05b0, 0x7f2606b8, 0x7f260708, Abort (core dumped) > > Hi Slawa, > > Is there a PR for this? And a core dump or (preferably) a reproduction > scenario? Currently no PR. This is always on may Supermicro X9SRL-F. `acpidump -d` work `acpidump -t` don't work > From a quick look, it seems that your RSDT contains an entry with an > address size which is neither 4 nor 8, and that leads to the assertion > failure. I am unsure whether there is any upstream fix for it. I am not sure how long acpidump -t don't work.