From owner-svn-src-stable@FreeBSD.ORG Thu Apr 9 06:24:42 2015 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 100387D7; Thu, 9 Apr 2015 06:24:42 +0000 (UTC) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBD32CB7; Thu, 9 Apr 2015 06:24:41 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::2064:6a8f:adb3:8b79] (unknown [IPv6:2001:7b8:3a7:0:2064:6a8f:adb3:8b79]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id DFB315C37; Thu, 9 Apr 2015 08:24:30 +0200 (CEST) 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... Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_BD3EB39D-782A-4FE8-9302-B96F6A1553A7"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.5b6 From: Dimitry Andric In-Reply-To: <20150408232131.GB1394@zxy.spb.ru> Date: Thu, 9 Apr 2015 08:24:19 +0200 Message-Id: References: <201504041017.t34AHr5R059717@svn.freebsd.org> <20150408232131.GB1394@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.2070.6) 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-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 06:24:42 -0000 --Apple-Mail=_BD3EB39D-782A-4FE8-9302-B96F6A1553A7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 09 Apr 2015, at 01:21, Slawa Olhovchenkov wrote: >=20 > On Sat, Apr 04, 2015 at 10:17:53AM +0000, Dimitry Andric wrote: >=20 >> Author: dim >> Date: Sat Apr 4 10:17:51 2015 >> New Revision: 281075 >> URL: https://svnweb.freebsd.org/changeset/base/281075 >>=20 >> Log: >> MFC r272444 (by jkim): >>=20 >> Merge ACPICA 20140926. >>=20 >> MFC r278970 (by jkim): >>=20 >> Merge ACPICA 20141107 and 20150204. >>=20 >> Approved by: jkim >> Relnotes: yes >>=20 >=20 > Some time ago `acpidump -dt` was broken for me: >=20 > # acpidump -dt > /* > RSD PTR: OEM=3DALASKA, ACPI_Rev=3D2.0x (2) > XSDT=3D0x7f1e6080, length=3D36, cksum=3D95 > */ > /* > XSDT: Length=3D132, Revision=3D1, Checksum=3D106, > OEMID=3DALASKA, OEM Table ID=3DA M I, OEM Revision=3D0x1072009, > Creator ID=3DAMI, Creator Revision=3D0x10013 > Assertion failed: (addr !=3D 0), function acpi_print_rsdt, file = /usr/src/usr.sbin/acpi/acpidump/acpi.c, line 1097. > Entries=3D{ 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? =46rom 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. -Dimitry --Apple-Mail=_BD3EB39D-782A-4FE8-9302-B96F6A1553A7 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.27 iEYEARECAAYFAlUmGx0ACgkQsF6jCi4glqMlgwCg/10j4wpjTR5LJZgtCfJOv8wf r/0AoPIXnLMXi3teaDRq6+cY0ehYmEaw =wGtn -----END PGP SIGNATURE----- --Apple-Mail=_BD3EB39D-782A-4FE8-9302-B96F6A1553A7--