All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Emelianov <xemul@sw.ru>
To: Ashok Raj <ashok.raj@intel.com>,
	Shaohua Li <shaohua.li@intel.com>,
	Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Andrew Morton <akpm@osdl.org>
Subject: OOPS at dmar_table_init (2.6.22-rc6-mm1 kernel)
Date: Tue, 10 Jul 2007 17:57:25 +0400	[thread overview]
Message-ID: <46939045.5070508@sw.ru> (raw)

Hi.

While working with Andrew's kernel I faced an OOPS on x86_64 
machine. Unfortunately kernel logs are not appearing in serial 
console by the time oops happens, but I have some info on the
screen:

OOPs is at dmar_table_init() here:
ffffffff80532873 <dmar_table_init>:
ffffffff80532873:       41 55                   push   %r13
ffffffff80532875:       41 54                   push   %r12
ffffffff80532877:       55                      push   %rbp
ffffffff80532878:       53                      push   %rbx
ffffffff80532879:       51                      push   %rcx
ffffffff8053287a:       4c 8b 2d 07 21 01 00    mov    73991(%rip),%r13        # ffffffff80544988 <dmar_tbl>
ffffffff80532881:       41 0f b6 45 24          movzbl 0x24(%r13),%eax  <<<<<<<<<<< OOPS, %r13 = NULL
ffffffff80532886:       84 c0                   test   %al,%al
ffffffff80532888:       75 11                   jne    ffffffff8053289b <dmar_table_init+0x28>
ffffffff8053288a:       48 c7 c7 b0 3d 45 80    mov    $0xffffffff80453db0,%rdi
ffffffff80532891:       e8 c2 4a cf ff          callq  ffffffff80227358 <printk>
ffffffff80532896:       e9 f2 01 00 00          jmpq   ffffffff80532a8d <dmar_table_init+0x21a>

Looks like dmar_tbl is NULL. 
BUG is 100% reproducible. Is there any other info that can be useful?

Thanks,
Pavel

             reply	other threads:[~2007-07-10 14:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-10 13:57 Pavel Emelianov [this message]
2007-07-10 16:49 ` OOPS at dmar_table_init (2.6.22-rc6-mm1 kernel) Randy Dunlap
2007-07-10 16:56   ` Keshavamurthy, Anil S
2007-07-10 17:19 ` Andrew Morton

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=46939045.5070508@sw.ru \
    --to=xemul@sw.ru \
    --cc=akpm@osdl.org \
    --cc=anil.s.keshavamurthy@intel.com \
    --cc=ashok.raj@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shaohua.li@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.