Bug 15962 - ACPI Errors on Acer Aspire One
Summary: ACPI Errors on Acer Aspire One
Status: CLOSED DOCUMENTED
Alias: None
Product: ACPI
Classification: Unclassified
Component: ACPICA-Core (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Zhang Rui
URL:
Keywords:
Depends on:
Blocks: 15310
  Show dependency tree
 
Reported: 2010-05-11 18:12 UTC by Maciej Rutecki
Modified: 2010-10-24 23:26 UTC (History)
6 users (show)

See Also:
Kernel Version: 2.6.34-rc6
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
dmesg (63.58 KB, text/plain)
2010-05-12 08:52 UTC, Jaswinder Singh Rajput
Details
.config (69.10 KB, text/plain)
2010-05-12 08:52 UTC, Jaswinder Singh Rajput
Details
acpidump (142.49 KB, text/plain)
2010-05-12 08:53 UTC, Jaswinder Singh Rajput
Details

Description Maciej Rutecki 2010-05-11 18:12:10 UTC
Subject    : ACPI Errors on Acer Aspire One
Submitter  : Jaswinder Singh Rajput <jaswinderlinux@gmail.com>
Date       : 2010-05-11 14:55
Message-ID : AANLkTilF304TbgACKtvc_FA01uxHrdRBS2Q-o6Tm-n8Q@mail.gmail.com
References : http://marc.info/?l=linux-kernel&m=127358975004716&w=2

This entry is being used for tracking a regression from 2.6.33.  Please don't
close it until the problem is fixed in the mainline.
Comment 1 Jaswinder Singh Rajput 2010-05-11 18:28:43 UTC
Adding myself to CC
Comment 2 Zhang Rui 2010-05-12 06:24:21 UTC
please attach the full dmesg output and the acpidump output of this laptop
Comment 4 Jaswinder Singh Rajput 2010-05-12 08:52:11 UTC
Created attachment 26349 [details]
dmesg
Comment 5 Jaswinder Singh Rajput 2010-05-12 08:52:48 UTC
Created attachment 26350 [details]
.config
Comment 6 Jaswinder Singh Rajput 2010-05-12 08:53:21 UTC
Created attachment 26351 [details]
acpidump
Comment 7 Zhang Rui 2010-05-12 09:04:51 UTC
            Method (_OSC, 4, NotSerialized)
            {
                Store (Arg2, Local0)
                Multiply (Local0, 0x04, Local1)
                Name (BUF1, Buffer (Local1) {})
                Store (Arg3, BUF1)
                Store (Zero, Local1)
                Store (Zero, Local2)
                While (Local0)
                {
                    Multiply (Local1, 0x04, Local2)
                    CreateDWordField (BUF1, Local2, CAPB)
                    If (Arg1)
                    {
                        If (LEqual (Local1, Zero))
                        {
                            And (CAPB, 0xFFFFFFFC, CAPB)
                        }
                    }
                    Else
                    {
                    }

                    Increment (Local1)
                    Decrement (Local0)
                }

                Return (BUF1)
            }

we can see that CAPB is created in the while loop.
this is a violation of ACPI spec that should be fixed by BIOS.
So I'll close this bug as we can/will do nothing in Linux kernel to fix/workaround this bug.

I think you should raise this issue to Acer, to push them fix it in new BIOS releases. :)
Comment 8 Jaswinder Singh Rajput 2010-05-12 12:19:48 UTC
Hello Zhang,

We can handle the bug in Linux kernel as treated like special case OR at least print the message to fix or update BIOS or something like that.

What is your opinion.

Thanks.
Comment 9 Zhang Rui 2010-05-13 01:47:18 UTC
N(In reply to comment #8)
> Hello Zhang,
> 
> We can handle the bug in Linux kernel as treated like special case OR

No, this is handled in ACPICA code, and I don't think we can put any workaround/fix for this AML bug.

> at least
> print the message to fix or update BIOS or something like that.
> 
> What is your opinion.
> 
No.
ACPICA has its own code base, and is used by many OS, like Linux, Solaris, etc.
ACPICA is not able to detect this kind of bug.
I talked with an ACPICA expert and he said it's overkill to do so because it needs quite a lot of changes in ACPICA.

As we can rootcause the problem according to the current error messages, I think we should put more effort to push Acer to fix this BIOS bug for us. :)
Comment 10 Jaswinder Singh Rajput 2010-05-13 03:44:20 UTC
Hello Zhang,

Thanks for your help.

I do not have access to Acer. If possible, please request them to fix this BUG in upcoming models.

If you want you can close this BUG.

Thanks,
--
Jaswinder Singh.

Note You need to log in before you can comment on or make changes to this bug.