linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lin Ming <ming.m.lin@intel.com>
To: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: "linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Oops in ACPI with git latest
Date: Fri, 24 Oct 2008 09:17:59 +0800	[thread overview]
Message-ID: <1224811079.14280.42.camel@minggr.sh.intel.com> (raw)
In-Reply-To: <1224791103.3330.37.camel@localhost.localdomain>

Would you please attach the acpidump output?

Lin Ming

On Thu, 2008-10-23 at 12:45 -0700, James Bottomley wrote:
> ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
> ACPI Warning (nspredef-0252): \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, expected 4 [20080926]
> ACPI Error (nspredef-0163): \_SB_.PCI0._OSC: Missing expected return value [20080926]
> BUG: unable to handle kernel NULL pointer dereference at 00000000
> IP: [<c0237671>] acpi_run_osc+0xa1/0x170
> *pde = 00000000 
> Oops: 0000 [#1] SMP 
> last sysfs file: 
> Dumping ftrace buffer:
>    (ftrace buffer empty)
> Modules linked in:
> 
> Pid: 1, comm: swapper Not tainted (2.6.27 #124) IBM eServer 206m-[8485IZZ]-
> EIP: 0060:[<c0237671>] EFLAGS: 00010246 CPU: 1
> EIP is at acpi_run_osc+0xa1/0x170
> EAX: 00000000 EBX: 00000010 ECX: 00000003 EDX: f704d4ec
> ESI: 00000000 EDI: 00000000 EBP: f704fde4 ESP: f704fd7c
>  DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
> Process swapper (pid: 1, ti=f704e000 task=f704d150 task.ti=f704e000)
> Stack:
>  f704fdc8 f704fdf0 00000001 00000003 00000010 c04f4a28 c014c3ab 00000001
>  00000001 00000000 f68766a0 00000001 00000003 00000000 f704fdd4 00000003
>  0000000c f704fdf0 c023759b 00000000 00000000 00000004 f704fd88 00000010
> Call Trace:
>  [<c014c3ab>] ? trace_hardirqs_on+0xb/0x10
>  [<c023759b>] ? acpi_get_osc_data+0x5b/0x90
>  [<c02378c4>] ? acpi_query_osc+0x74/0xa0
>  [<c02486bb>] ? acpi_ns_get_device_callback+0xfe/0x112
>  [<c0249dbe>] ? acpi_ns_walk_namespace+0x9a/0x110
>  [<c033a5cc>] ? pci_init+0x0/0x44
>  [<c0248541>] ? acpi_get_devices+0x47/0x5d
>  [<c02485bd>] ? acpi_ns_get_device_callback+0x0/0x112
>  [<c0237850>] ? acpi_query_osc+0x0/0xa0
>  [<c0237918>] ? __pci_osc_support_set+0x28/0x30
>  [<c033b99c>] ? msi_init+0x27/0x38
>  [<c033a5fc>] ? pci_init+0x30/0x44
>  [<c010111d>] ? do_one_initcall+0x2d/0x160
>  [<c014c3ab>] ? trace_hardirqs_on+0xb/0x10
>  [<c01d6c5e>] ? proc_register+0xee/0x1f0
>  [<c03482ad>] ? _spin_unlock+0x1d/0x20
>  [<c01d6c5e>] ? proc_register+0xee/0x1f0
>  [<c01d6e64>] ? create_proc_entry+0x54/0xb0
>  [<c01622a4>] ? register_irq_proc+0xa4/0xc0
>  [<c016231c>] ? init_irq_proc+0x5c/0x70
>  [<c0521325>] ? kernel_init+0x10f/0x166
>  [<c0521216>] ? kernel_init+0x0/0x166
>  [<c0104213>] ? kernel_thread_helper+0x7/0x14
> Code: 00 00 00 c7 45 cc 00 00 00 00 c7 45 d4 03 00 00 00 c7 45 d8 0c 00 00 00 ba 80 41 4a c0 e8 67 10 01 00 89 c7 85 c0 75 4a 8b 75 e8 <83> 3e 03 75 5c 8b 46 08 8b 18 85 db 74 29 f6 c3 02 0f 85 82 00 
> EIP: [<c0237671>] acpi_run_osc+0xa1/0x170 SS:ESP 0068:f704fd7c
> ---[ end trace a7919e7f17c0a725 ]---
> swapper used greatest stack depth: 5788 bytes left
> Kernel panic - not syncing: Attempted to kill init!
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


  parent reply	other threads:[~2008-10-24  1:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-23 19:45 Oops in ACPI with git latest James Bottomley
2008-10-23 20:42 ` Rafael J. Wysocki
2008-10-23 22:34   ` Moore, Robert
2008-10-24  1:27     ` James Bottomley
2008-10-24  6:57       ` Rafael J. Wysocki
2008-10-24 11:49         ` [PATCH] Subject: Prevent acpi_run_osc from using NULL objects (was: Re: Oops in ACPI with git latest) Rafael J. Wysocki
2008-10-24 15:02           ` Moore, Robert
2008-10-24 20:27             ` Len Brown
2008-10-24 20:43               ` Moore, Robert
2008-10-24 14:57         ` Oops in ACPI with git latest Moore, Robert
2008-10-24 18:04           ` Jesse Barnes
2008-10-24 18:43             ` Rafael J. Wysocki
2008-10-24 19:22               ` Jesse Barnes
2008-10-24 19:50                 ` Rafael J. Wysocki
2008-10-24 20:42                   ` Len Brown
2008-10-24  1:17   ` James Bottomley
2008-10-24  6:47     ` Rafael J. Wysocki
2008-10-24 15:04       ` Moore, Robert
2008-10-24  1:17 ` Lin Ming [this message]
2008-10-24 15:37   ` James Bottomley

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=1224811079.14280.42.camel@minggr.sh.intel.com \
    --to=ming.m.lin@intel.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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).