From owner-freebsd-current@freebsd.org Thu Feb 15 21:37:38 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04A9AF1C875 for ; Thu, 15 Feb 2018 21:37:38 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) by mx1.freebsd.org (Postfix) with ESMTP id 929C471C25; Thu, 15 Feb 2018 21:37:37 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: New ACPI Errors To: Claude Buisson , Pete Wright References: <58d889fa-a9c5-5108-c838-01f4904950cd@nomadlogic.org> <8fed618b-5402-f396-b51e-48de8ac4f36b@orange.fr> From: Jung-uk Kim Cc: FreeBSD-current Message-ID: <7bb2e69f-2666-e813-b683-a4f035b220d5@FreeBSD.org> Date: Thu, 15 Feb 2018 16:37:33 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <8fed618b-5402-f396-b51e-48de8ac4f36b@orange.fr> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="NAiBLF99yEmTSWoQ9YNFVFv4Cetzjtsv3" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2018 21:37:38 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --NAiBLF99yEmTSWoQ9YNFVFv4Cetzjtsv3 Content-Type: multipart/mixed; boundary="DA8eagmrdLyAtTrpGBsMnce6KtJWrO4YL"; protected-headers="v1" From: Jung-uk Kim To: Claude Buisson , Pete Wright Cc: FreeBSD-current Message-ID: <7bb2e69f-2666-e813-b683-a4f035b220d5@FreeBSD.org> Subject: Re: New ACPI Errors References: <58d889fa-a9c5-5108-c838-01f4904950cd@nomadlogic.org> <8fed618b-5402-f396-b51e-48de8ac4f36b@orange.fr> In-Reply-To: <8fed618b-5402-f396-b51e-48de8ac4f36b@orange.fr> --DA8eagmrdLyAtTrpGBsMnce6KtJWrO4YL Content-Type: multipart/mixed; boundary="------------0638AF1F52AAF55565D07D10" Content-Language: en-US This is a multi-part message in MIME format. --------------0638AF1F52AAF55565D07D10 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/13/2018 17:34, Claude Buisson wrote: > On 02/13/2018 22:49, Pete Wright wrote: >> Hello, >> I have started seeing a lot of these messages spam my system log: >> >> ACPI Error: No pointer back to namespace node in package >> 0xfffff8000f79a080 (20180209/dsargs-472) >> ACPI Error: Method parse/execution failed \134_SB.AC.ADJP, >> AE_AML_INTERNAL (20180209/psparse-677) >> ACPI Error: Method parse/execution failed \134_SB.AC._PSR, >> AE_AML_INTERNAL (20180209/psparse-677) >> >> I noticed this starting from a CURRENT build i installed two weeks >> ago, and still see it from a world/kernel i built last night.=C2=A0 tw= o >> questions: >> 1) has anyone else noticed this? >> 2) is this something to worry about? >> >> i can help debug the issue but am not sure where to start poking. >> >> thanks! >> -pete >> > Here I have >=20 > ACPI Error: No pointer back to namespace node in package > 0xfffff8000171f700 (20180209/dsargs-472) > ACPI Error: AE_AML_INTERNAL, While resolving operands for [OpcodeName > unavailable] (20180209/dswexec-606) > ACPI Error: Method parse/execution failed > \134_PR.CPU0._CST,AE_AML_INTERNAL (20180209/psparse-677) >=20 > with svn 329142 on a Lenovo ThinkCentre M83 > ACPI APIC Table: >=20 > Claude Buisson I believe you can silence the errors with the attached patch. Please try it and let me know. Jung-uk Kim --------------0638AF1F52AAF55565D07D10 Content-Type: text/x-patch; name="acpi.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="acpi.diff" Index: sys/contrib/dev/acpica/include/platform/acfreebsd.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/contrib/dev/acpica/include/platform/acfreebsd.h (revision 329340)= +++ sys/contrib/dev/acpica/include/platform/acfreebsd.h (working copy) @@ -166,6 +166,7 @@ =20 #define ACPI_UINTPTR_T uintptr_t =20 +#define ACPI_IGNORE_PACKAGE_RESOLUTION_ERRORS #define ACPI_USE_DO_WHILE_0 #define ACPI_USE_LOCAL_CACHE #define ACPI_USE_NATIVE_DIVIDE --------------0638AF1F52AAF55565D07D10-- --DA8eagmrdLyAtTrpGBsMnce6KtJWrO4YL-- --NAiBLF99yEmTSWoQ9YNFVFv4Cetzjtsv3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEl1bqgKaRyqfWXu/CfJ+WJvzb8UYFAlqF/Z0ACgkQfJ+WJvzb 8Ub9MQf/ahZ4tJDFki+HxRFdjvny6jqCCTUBlarjzqAZZCxXTHWoKetuSKS4NhT1 UjvdttkH4t6MfHV75X4gduiLJAQqv4iiedtFVKsEl0OINVaUfHvOFC3Wx5OMoxID mjk0Ip4AuAXGXjwsV+kyn2tS6eCFJmr5zOgs9XI0zYJqRCqJ6Ynz/51vFxhZ6oVr kU1eCkmkI4gl7S02f4EwxCNAzJY6z1b+wjrpG/pN2046Edfs6f4kS22mXJiBsTqz KhED2Vp4rUyh8AoxKVqi5VDLCkfUzi9kOLRKRHycvTUDvY9NqwWEgXZeRumBbmrt NA5fDNpHfme0/vm3B247tVOKRibuDQ== =TLTz -----END PGP SIGNATURE----- --NAiBLF99yEmTSWoQ9YNFVFv4Cetzjtsv3--