From: Justin P. mattock on
On 04/14/2010 07:05 AM, Tero Roponen wrote:
>
> On Wed, 14 Apr 2010, Alexey Starikovskiy wrote:
>
>> 14.04.2010 17:50, Tero Roponen пишет:
>>>
>>> On Wed, 14 Apr 2010, Luca Tettamanti wrote:
>>>
>>>> Hello,
>>>> I'm seeing a similar bug on my notebook (Asus F3Sa) with current git.
>>>> -rc4 does not work, while -rc3 does work.
>>>>
>>>> The error (at least in my case) is a division by zero in
>>>> acpi_ex_insert_into_field.
>>>
>>> I have a similar problem with Asus M50Vm. git-bisect found
>>> the following commit and reverting it does indeed fix the
>>> problem.
>>>
>>> commit dadf28a10c3eb29421837a2e413ab869ebd9e168
>>> Author: Alexey Starikovskiy<astarikovskiy(a)suse.de>
>>> Date: Wed Mar 17 13:14:13 2010 -0400
>>>
>>> ACPI: EC: Allow multibyte access to EC
>>>
>>> http://bugzilla.kernel.org/show_bug.cgi?id=14667
>>>
>>> Signed-off-by: Alexey Starikovskiy<astarikovskiy(a)suse.de>
>>> Signed-off-by: Len Brown<len.brown(a)intel.com>
>>>
>> Please see the patch in https://bugzilla.kernel.org/show_bug.cgi?id=15749
>
> Work for me. Thanks.
>
> Tested-by: Tero Roponen<tero.roponen(a)gmail.com>


same here(just posted the Oops).
patch works:

Tested-by: Justin P. Mattock <justinmattock(a)gmail.com>

I actually was getting excited to do a bisect
(I'm a glutton for pain!!).

Justin P. Mattock
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Sergey Senozhatsky on
Hello,

On (04/14/10 17:58), Alexey Starikovskiy wrote:
> Please see the patch in https://bugzilla.kernel.org/show_bug.cgi?id=15749
>

Seems to work. Thanks.


Sergey