From: "Rafael Ávila de Espíndola" <rafael.espindola-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: kernel >= 2.6.8 halts IBM ThinkCentre
Date: Thu, 17 Feb 2005 15:38:58 -0200 [thread overview]
Message-ID: <200502171538.59348.rafael.espindola@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
I have used svn to search where the bug was added. It was in the commit with
BKrev 40d318ecmZTh_TlJh147qeftto1qZw and it was done in 2004-06-18 13:31:40.
Investigating further showed that the addition of the line
acpi_ut_evaluate_object(link->handle, "_DIS", 0, NULL);
causes the problem (see the attached patch). The comment
/* disable all links -- to be activated on use */
suggests that maybe the some driver is not re-activating it.
I have attached the output of dmesg, dmidecode, acpidmp, lspci
and /proc/interrupts
Rafael Ávila de Espíndola
[-- Attachment #2: linux-19748-bug.patch --]
[-- Type: text/x-diff, Size: 380 bytes --]
Index: drivers/acpi/pci_link.c
===================================================================
--- drivers/acpi/pci_link.c (revision 19748)
+++ drivers/acpi/pci_link.c (working copy)
@@ -703,6 +703,9 @@
acpi_link.count++;
end:
+ /* disable all links -- to be activated on use */
+ acpi_ut_evaluate_object(link->handle, "_DIS", 0, NULL);
+
if (result)
kfree(link);
[-- Attachment #3: bug-data.tar.gz --]
[-- Type: application/x-tgz, Size: 32576 bytes --]
reply other threads:[~2005-02-17 17:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200502171538.59348.rafael.espindola@gmail.com \
--to=rafael.espindola-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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