From: Zdenek Kabelac <zkabelac@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Len Brown <lenb@kernel.org>, "Rafael J. Wysocki" <rjw@sisk.pl>,
Linux ACPI <linux-acpi@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: Acpi deadlocks with 3.7.0-rc4
Date: Wed, 28 Nov 2012 18:27:50 +0100 [thread overview]
Message-ID: <50B64996.1010709@redhat.com> (raw)
In-Reply-To: <CA+55aFy7hxayPzr3MiV1xc0bvLcd+-7b52iA3CYhbPZuWXr9yA@mail.gmail.com>
Dne 28.11.2012 18:02, Linus Torvalds napsal(a):
> On Wed, Nov 28, 2012 at 8:21 AM, Zdenek Kabelac <zkabelac@redhat.com> wrote:
>>
>> I've opened https://bugzilla.kernel.org/show_bug.cgi?id=51071
>> and attached picture there which is all I have.
>>
>> I'll try to decode exact code line.
>
> Uhhuh. It's missing much of the relevant parts of the code line, in
> particular the actual oopsing instruction. But what is there decodes
> to
>
> 41 b8 10 00 00 00 mov $0x10,%r8d
> 48 c7 c1 88 52 64 81 mov $0xffffffff81645288,%rcx
> 31 c0 xor %eax,%eax
> 48 c7 c2 98 52 64 81 mov $0xffffffff81645298,%rdx
> bf 00 04 00 0. mov $0x0.00400,%edi
>
> .. oops in here ..
>
> 74 33 je 0x50
> 48 89 df mov %rbx,%rdi
> e8 4d c9 00 00 callq ? <offset 0xc972>
> 48 89 d9 mov %rbx,%rcx
> 48 c7 c2 0a .. .. .. mov $0x......0a,%rdx
>
> which isn't really very obvious. Do you have that kernel around (or at
> least the same compiler and configuration)? Doing a
>
> objdump --disassemble drivers/acpi/acpica/nsaccess.o
I've attached bigger disasfun script output to BZ 51071.
https://bugzilla.kernel.org/show_bug.cgi?id=51071#c1
if (ACPI_GET_DESCRIPTOR_TYPE(prefix_node) !=
00000000000000a1 <acpi_ns_lookup+0xa1> cmpb $0xf,0x8(%rbx)
00000000000000a5 <acpi_ns_lookup+0xa5> je 0da <acpi_ns_lookup+0xda>
seems to be going out of bounds.
Zdenek
next prev parent reply other threads:[~2012-11-28 17:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-15 16:09 Acpi deadlocks with 3.7.0-rc4 Zdenek Kabelac
2012-11-28 16:01 ` Linus Torvalds
2012-11-28 16:21 ` Zdenek Kabelac
2012-11-28 17:02 ` Linus Torvalds
2012-11-28 17:27 ` Zdenek Kabelac [this message]
2012-11-28 19:07 ` Linus Torvalds
2012-11-28 20:05 ` Rafael J. Wysocki
2012-11-29 10:13 ` Zdenek Kabelac
2012-11-29 10:59 ` Rafael J. Wysocki
2012-11-29 12:26 ` Zdenek Kabelac
2012-11-29 16:59 ` Rafael J. Wysocki
2012-11-28 20:31 ` Rafael J. Wysocki
2012-11-29 9:03 ` Zdenek Kabelac
2012-11-29 10:09 ` Rafael J. Wysocki
2012-11-28 18:35 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50B64996.1010709@redhat.com \
--to=zkabelac@redhat.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rjw@sisk.pl \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).