RE: [PATCH] Workaround for a PCI restoring bug

2007-05-16 Thread Brown, Len
>> the problem is that saving device state didn't >> work, because the device was somehow turned off at suspend >> time before we even saved it, so we saved crap. >> Or more specifically, we saved >> all-0x values from the config space, because the >> devices were effectively not there

Re: [1/3] 2.6.22-rc1: known regressions v2

2007-05-16 Thread Ray Lee
On 5/16/07, Michal Piotrowski <[EMAIL PROTECTED]> wrote: ACPI Subject: nx6125 has lost fan control References : http://lkml.org/lkml/2007/5/16/249 Submitter : Ray Lee <[EMAIL PROTECTED]> Status : Unknown While it worked in 2.6.21, that was pretty much the only point-release kernel whe

[1/3] 2.6.22-rc1: known regressions v2

2007-05-16 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.22-rc1. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions Unclassified Subject: AMD k6-III/450 won't boot w/2.6.22-rc1 References : http://lkml.org/lkml/2007/5/16/192 Submitter : Bob Tracy

Re: 2.6.22-rc1-mm1 [cannot change thermal trip points]

2007-05-16 Thread Goulven Guillard
Le 05/16/2007 07:47 PM, Chuck Ebbert a déclaré : > Gitweb: > http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=11ccc0f249cb01a129f54760b8ff087f242935d4 > Commit: 11ccc0f249cb01a129f54760b8ff087f242935d4 > Parent: de46c33745f5e2ad594c72f2cf5f490861b16ce1 >

Re: 2.6.22-rc1-mm1 [cannot change thermal trip points]

2007-05-16 Thread Chuck Ebbert
Maciej Rutecki wrote: > In 2.6.20.9 I can change trippoints: > > echo "105:100:100:78:70:40:30" > /proc/acpi/thermal_zone/TZ0/trip_points > echo 10 > /proc/acpi/thermal_zone/TZ0/polling_frequency > > Then I got: > cat /proc/acpi/thermal_zone/TZ0/* > > cooling mode: active > polling frequency:

Re: 2.6.22-rc1-mm1 [cannot change thermal trip points]

2007-05-16 Thread Maciej Rutecki
In 2.6.20.9 I can change trippoints: echo "105:100:100:78:70:40:30" > /proc/acpi/thermal_zone/TZ0/trip_points echo 10 > /proc/acpi/thermal_zone/TZ0/polling_frequency Then I got: cat /proc/acpi/thermal_zone/TZ0/* cooling mode: active polling frequency: 10 seconds state:

Re: [GIT PATCH] ACPI patches for 2.6.22 - part 2

2007-05-16 Thread Ray Lee
On 5/10/07, Len Brown <[EMAIL PROTECTED]> wrote: please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release [...] I'm not totally satisfied that we've reverse engineered all the bizarre Notify cases that BIOS send us, but this should work on the machines we

Re: [patch 3/3] clockevents: Fix resume logic - updated version

2007-05-16 Thread Pavel Machek
Hi! > > > It's peculiar that the hang happens when acpi_evaluate_object() hits its > > > return statement. Any theories there? > > > > Only stack or memory corruption come into mind, but I have no clue how > > this is related to the resume logic changes. > > So I had the brilliant idea of turni

[PATCH] ACPI: export ACPI events via netlink

2007-05-16 Thread Zhang Rui
From: Zhang Rui <[EMAIL PROTECTED]> Export ACPI events via netlink. A netlink message is broadcasted when an ACPI event is generated. Note: The behaviour of how ACPI event works nowadays is not changed. Netlink is used to export ACPI event instead of /proc/acpi/event someday, bu