login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
24
Re: Oops in ACPI with git latest
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: James Bottomley
Subject:
Re: Oops in ACPI with git latest
Date: Thursday, October 23, 2008 - 6:17 pm
On Thu, 2008-10-23 at 22:42 +0200, Rafael J. Wysocki wrote:
quoted text
> On Thursday, 23 of October 2008, 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 > Does this patch help? > > --- > drivers/pci/pci-acpi.c | 3 +++ > 1 file changed, 3 insertions(+) > > Index: linux-2.6/drivers/pci/pci-acpi.c > =================================================================== > --- linux-2.6.orig/drivers/pci/pci-acpi.c > +++ linux-2.6/drivers/pci/pci-acpi.c > @@ -83,6 +83,9 @@ static acpi_status acpi_run_osc(acpi_han > if (ACPI_FAILURE(status)) > return status; > > + if (!output.pointer) > + return AE_NULL_OBJECT; > + > out_obj = output.pointer; > if (out_obj->type != ACPI_TYPE_BUFFER) { > printk(KERN_DEBUG "Evaluate _OSC returns wrong type\n");
Yes, that seems to fix it, thanks! ... I suppose the ASL error and warnings need investigating too? James --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Oops in ACPI with git latest
, James Bottomley
, (Thu Oct 23, 12:45 pm)
Re: Oops in ACPI with git latest
, Rafael J. Wysocki
, (Thu Oct 23, 1:42 pm)
RE: Oops in ACPI with git latest
, Moore, Robert
, (Thu Oct 23, 3:34 pm)
Re: Oops in ACPI with git latest
, James Bottomley
, (Thu Oct 23, 6:17 pm)
Re: Oops in ACPI with git latest
, Lin Ming
, (Thu Oct 23, 6:17 pm)
RE: Oops in ACPI with git latest
, James Bottomley
, (Thu Oct 23, 6:27 pm)
Re: Oops in ACPI with git latest
, Rafael J. Wysocki
, (Thu Oct 23, 11:47 pm)
Re: Oops in ACPI with git latest
, Rafael J. Wysocki
, (Thu Oct 23, 11:57 pm)
[PATCH] Subject: Prevent acpi_run_osc from using NULL obje ...
, Rafael J. Wysocki
, (Fri Oct 24, 4:49 am)
RE: Oops in ACPI with git latest
, Moore, Robert
, (Fri Oct 24, 7:57 am)
RE: [PATCH] Subject: Prevent acpi_run_osc from using NULL ...
, Moore, Robert
, (Fri Oct 24, 8:02 am)
RE: Oops in ACPI with git latest
, Moore, Robert
, (Fri Oct 24, 8:04 am)
Re: Oops in ACPI with git latest
, James Bottomley
, (Fri Oct 24, 8:37 am)
Re: Oops in ACPI with git latest
, Jesse Barnes
, (Fri Oct 24, 11:04 am)
Re: Oops in ACPI with git latest
, Rafael J. Wysocki
, (Fri Oct 24, 11:43 am)
Re: Oops in ACPI with git latest
, Jesse Barnes
, (Fri Oct 24, 12:22 pm)
Re: Oops in ACPI with git latest
, Rafael J. Wysocki
, (Fri Oct 24, 12:50 pm)
RE: [PATCH] Subject: Prevent acpi_run_osc from using NULL ...
, Len Brown
, (Fri Oct 24, 1:27 pm)
Re: Oops in ACPI with git latest
, Len Brown
, (Fri Oct 24, 1:42 pm)
RE: [PATCH] Subject: Prevent acpi_run_osc from using NULL ...
, Moore, Robert
, (Fri Oct 24, 1:43 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Dmitry Torokhov
Re: Clarifying platform_device_unregister
Theodore Tso
Re: [RFC] [PATCH 3/3] Recursive mtime for ext3
Kevin Cernekee
[PATCH 7/7] MIPS: Fix regression on BCM4710 processor detection
Eric W. Biederman
Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
Volker Sauer
Re: D-Link DFE-580TX and snmpd problems, who's maintainer of sundance.c ?
git
:
Jeff King
Re: [PATCH] git-name-rev: accept list of refs from user
Johan Herland
Re: Empty directories...
Brandon Casey
[PATCH v3] t7700: demonstrate mishandling of objects in packs with a .keep file
Steffen Prohaska
[PATCH] user-manual: mention git gui citool (commit, amend)
Krzysztof Halasa
Re: [PATCH] Change "refs/" references to symbolic constants
linux-netdev
:
Eric Dumazet
Re: tun: Use netif_receive_skb instead of netif_rx
Stephen Hemminger
Re: [PATCH] make TLLAO option for NA packets configurable
Eric Dumazet
[PATCH] net: fix rtable leak in net/ipv4/route.c
Ira Snyder
Re: [PATCH RFC v2] net: add PCINet driver
Stephen Hemminger
[PATCH] netfilter: use per-cpu recursive lock (v13)
git-commits-head
:
Linux Kernel Mailing List
nfsd race fixes: ext2
Linux Kernel Mailing List
m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS support
Linux Kernel Mailing List
Remove the macro get_personality
Linux Kernel Mailing List
perf counters: add prctl interface to disable/enable counters
Linux Kernel Mailing List
Staging: rtl8192su: fix test for negative error in rtl8192_rx_isr()
openbsd-misc
:
Miod Vallat
Re: No Blob without Puffy
Henning Brauer
Re: Resilient RAID
Paul M
Re: WAY OT: Have you hugged your local OpenBSD dev lately?
Fred Crowson
Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds...
E.T
Processeur Atom ?
Colocation donated by:
Syndicate