From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7EB7C432C0 for ; Fri, 22 Nov 2019 22:07:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8F8D32070E for ; Fri, 22 Nov 2019 22:07:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726620AbfKVWH2 convert rfc822-to-8bit (ORCPT ); Fri, 22 Nov 2019 17:07:28 -0500 Received: from mga02.intel.com ([134.134.136.20]:55862 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726546AbfKVWH2 (ORCPT ); Fri, 22 Nov 2019 17:07:28 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Nov 2019 14:07:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,231,1571727600"; d="scan'208";a="290768814" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by orsmga001.jf.intel.com with ESMTP; 22 Nov 2019 14:07:26 -0800 Received: from orsmsx163.amr.corp.intel.com (10.22.240.88) by ORSMSX102.amr.corp.intel.com (10.22.225.129) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 22 Nov 2019 14:07:27 -0800 Received: from orsmsx110.amr.corp.intel.com ([169.254.10.52]) by ORSMSX163.amr.corp.intel.com ([169.254.9.212]) with mapi id 14.03.0439.000; Fri, 22 Nov 2019 14:07:27 -0800 From: "Moore, Robert" To: "Moore, Robert" , Maximilian Luz , "Schmauss, Erik" , "Wysocki, Rafael J" CC: "linux-acpi@vger.kernel.org" , "devel@acpica.org" Subject: RE: PROBLEM: Calling ObjectType on buffer field reports type integer Thread-Topic: PROBLEM: Calling ObjectType on buffer field reports type integer Thread-Index: AQHVmA31VHOI3uSOc0mKl5AUoFma0qeXf3RAgABSaRA= Date: Fri, 22 Nov 2019 22:07:26 +0000 Message-ID: <94F2FBAB4432B54E8AACC7DFDE6C92E3B96B1A77@ORSMSX110.amr.corp.intel.com> References: <3ef42aa1-196d-f3db-0e5d-2fd84c198242@gmail.com> <51e156ec-c2ed-84be-13c0-99a213e1d4b7@gmail.com> <88077d9c-b2b7-5fc6-37e9-fa12d6aebe73@gmail.com> <94F2FBAB4432B54E8AACC7DFDE6C92E3B96B196C@ORSMSX110.amr.corp.intel.com> In-Reply-To: <94F2FBAB4432B54E8AACC7DFDE6C92E3B96B196C@ORSMSX110.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjQ0N2VjYWMtYTNiMS00MTI5LTgyMjQtNmMzNTc0MDYyMGZjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibTU1eVRwYzBhUWltTHlLT1N2VWtcL0lBa1hUOVJHU1JqZjV6emtaNzAreTFNNlBqRnBETGVxdmpYMjNhYitBdGwifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.22.254.138] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org I'm not seeing this problem. For example: Method (DS01) { Name(BUFZ, Buffer(48){}) CreateField(BUFZ, 192, 69, DST0) Store (ObjectType (DST0), Debug) } Acpiexec dsdt.aml Eval DS01 Evaluating \DS01 ACPI Debug: 0x000000000000000E 0x0E is in fact type "buffer field". -----Original Message----- From: Moore, Robert Sent: Friday, November 22, 2019 9:12 AM To: Maximilian Luz ; Schmauss, Erik ; Wysocki, Rafael J Cc: linux-acpi@vger.kernel.org; devel@acpica.org Subject: [Devel] Re: PROBLEM: Calling ObjectType on buffer field reports type integer We will probably make this change, depending on what Windows does. Bob -----Original Message----- From: Maximilian Luz Sent: Sunday, November 10, 2019 1:30 PM To: Schmauss, Erik ; Moore, Robert ; Wysocki, Rafael J Cc: linux-acpi@vger.kernel.org; devel@acpica.org Subject: Re: PROBLEM: Calling ObjectType on buffer field reports type integer On 7/23/19 1:01 AM, Schmauss, Erik wrote: > Sorry about the late response. This slipped through the cracks. > I've sent them an email just now and I'll keep you informed Hi again, is there any update on this? Regards, Maximilian _______________________________________________ Devel mailing list -- devel@acpica.org To unsubscribe send an email to devel-leave@acpica.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s