http://bugzilla.kernel.org/show_bug.cgi?id=8757


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #6 from [EMAIL PROTECTED]  2007-08-01 15:41 -------
git log --pretty=oneline -- drivers/misc/thinkpad_acpi.c
drivers/misc/thinkpad_acpi.h drivers/misc/Kconfig

will give you a very handy list of interesting commits.  But git bissect can be
told about the files it should pay attention to, and in this case these are
"drivers/misc/thinkpad_acpi.c" and "drivers/misc/thinkpad_acpi.h".

Anyway, if you want to keep 2.6.22 in good health and just rewind thinkpad-acpi
bit by bit, please use this git tree:

git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git

In the master branch, you will find a release/ directory.  There you will find
(unless I screwed up), all patches that went in mainline for thinkpad-acpi up
to 2.6.23-rc1.  That makes it easy to revert them one-by-one, using patch -R.

One particularly interesting starting point is:
2.6.22-rc1/0033-ACPI-thinkpad-acpi-register-with-the-device-model.patch

There is something else you could do, since you report that it is fixed in
2.6.23-rc1.  You could get the latest thinkpad-acpi tree for 2.6.22 and apply
it.  If it fixes the problem, then we know it is a thinkpad-acpi isolated
issue.  

You can find the patches at
http://sourceforge.net/project/showfiles.php?group_id=117042&package_id=230205


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to