* Re: [Bug 13865] New: Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
[not found] <bug-13865-10028@http.bugzilla.kernel.org/>
@ 2009-07-29 20:57 ` Rafael J. Wysocki
2009-07-29 20:57 ` Rafael J. Wysocki
1 sibling, 0 replies; 23+ messages in thread
From: Rafael J. Wysocki @ 2009-07-29 20:57 UTC (permalink / raw)
To: Frans Pop; +Cc: ACPI Devel Maling List, pm list, bugzilla-daemon, LKML
On Wednesday 29 July 2009, you wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=13865
>
> Summary: Can only resume with HP_WMI selected on compaq nc6000
> when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is
> reverted
> Product: Power Management
> Version: 2.5
> Kernel Version: 2.6.30
> Platform: All
> OS/Version: Linux
> Tree: Mainline
> Status: NEW
> Severity: normal
> Priority: P1
> Component: Hibernation/Suspend
> AssignedTo: power-management_other@kernel-bugs.osdl.org
> ReportedBy: cedric@belbone.be
> Regression: No
>
>
> Just for testing I enabled HP_WMI. But from then, I could not resume anymore.
> I just reverted the last git commit on the 'drivers/platform/x86/hp-wmi.c' code
> (4c395bdd3f2ca8f7e8efad881e16071182c3b8ca) and now I can resume.
> The problem still persists on .31-rc serie
Frans, that's something for you to take care of.
Best,
Rafael
^ permalink raw reply [flat|nested] 23+ messages in thread* Re: [Bug 13865] New: Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
[not found] <bug-13865-10028@http.bugzilla.kernel.org/>
2009-07-29 20:57 ` [Bug 13865] New: Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted Rafael J. Wysocki
@ 2009-07-29 20:57 ` Rafael J. Wysocki
2009-07-29 21:31 ` [Bug 13865] " Frans Pop
` (3 more replies)
1 sibling, 4 replies; 23+ messages in thread
From: Rafael J. Wysocki @ 2009-07-29 20:57 UTC (permalink / raw)
To: Frans Pop
Cc: bugzilla-daemon, Len Brown, ACPI Devel Maling List, pm list, LKML
On Wednesday 29 July 2009, you wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=13865
>
> Summary: Can only resume with HP_WMI selected on compaq nc6000
> when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is
> reverted
> Product: Power Management
> Version: 2.5
> Kernel Version: 2.6.30
> Platform: All
> OS/Version: Linux
> Tree: Mainline
> Status: NEW
> Severity: normal
> Priority: P1
> Component: Hibernation/Suspend
> AssignedTo: power-management_other@kernel-bugs.osdl.org
> ReportedBy: cedric@belbone.be
> Regression: No
>
>
> Just for testing I enabled HP_WMI. But from then, I could not resume anymore.
> I just reverted the last git commit on the 'drivers/platform/x86/hp-wmi.c' code
> (4c395bdd3f2ca8f7e8efad881e16071182c3b8ca) and now I can resume.
> The problem still persists on .31-rc serie
Frans, that's something for you to take care of.
Best,
Rafael
^ permalink raw reply [flat|nested] 23+ messages in thread* [Bug 13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-07-29 20:57 ` Rafael J. Wysocki
@ 2009-07-29 21:31 ` Frans Pop
2009-07-29 21:31 ` Frans Pop
` (2 subsequent siblings)
3 siblings, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-07-29 21:31 UTC (permalink / raw)
To: cedric; +Cc: ACPI Devel Maling List, pm list, bugzilla-daemon
On Wednesday 29 July 2009, Rafael J. Wysocki wrote:
> On Wednesday 29 July 2009, you wrote:
> > Just for testing I enabled HP_WMI. But from then, I could not resume
> > anymore. I just reverted the last git commit on the
> > 'drivers/platform/x86/hp-wmi.c' code
> > (4c395bdd3f2ca8f7e8efad881e16071182c3b8ca) and now I can resume. The
> > problem still persists on .31-rc serie
>
> Frans, that's something for you to take care of.
I'll at least give it a try.
Cedric, as a start, can you please provide the output of the following
commands after the system is booted and with hp-wmi loaded:
$ grep . /sys/devices/platform/hp-wmi/*
$ ls -l /dev/input/*
$ cat /proc/bus/input/devices
Does an unload and reload of the module work correctly? What gets output
in dmesg by that?
The strange thing is that the resume function does not do anything that's
not also done in hp_wmi_input_setup(). The only thing I can think of is
that we might need to test for wmi_has_guid(HPWMI_EVENT_GUID) because
that model simply does not support input events.
Cheers,
FJP
^ permalink raw reply [flat|nested] 23+ messages in thread* [Bug 13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-07-29 20:57 ` Rafael J. Wysocki
2009-07-29 21:31 ` [Bug 13865] " Frans Pop
@ 2009-07-29 21:31 ` Frans Pop
2009-07-29 22:57 ` Frans Pop
` (3 more replies)
2009-07-30 10:42 ` Frans Pop
2009-07-30 10:42 ` Frans Pop
3 siblings, 4 replies; 23+ messages in thread
From: Frans Pop @ 2009-07-29 21:31 UTC (permalink / raw)
To: cedric; +Cc: bugzilla-daemon, ACPI Devel Maling List, pm list, Matthew Garrett
On Wednesday 29 July 2009, Rafael J. Wysocki wrote:
> On Wednesday 29 July 2009, you wrote:
> > Just for testing I enabled HP_WMI. But from then, I could not resume
> > anymore. I just reverted the last git commit on the
> > 'drivers/platform/x86/hp-wmi.c' code
> > (4c395bdd3f2ca8f7e8efad881e16071182c3b8ca) and now I can resume. The
> > problem still persists on .31-rc serie
>
> Frans, that's something for you to take care of.
I'll at least give it a try.
Cedric, as a start, can you please provide the output of the following
commands after the system is booted and with hp-wmi loaded:
$ grep . /sys/devices/platform/hp-wmi/*
$ ls -l /dev/input/*
$ cat /proc/bus/input/devices
Does an unload and reload of the module work correctly? What gets output
in dmesg by that?
The strange thing is that the resume function does not do anything that's
not also done in hp_wmi_input_setup(). The only thing I can think of is
that we might need to test for wmi_has_guid(HPWMI_EVENT_GUID) because
that model simply does not support input events.
Cheers,
FJP
^ permalink raw reply [flat|nested] 23+ messages in thread* Re: [Bug 13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-07-29 21:31 ` Frans Pop
@ 2009-07-29 22:57 ` Frans Pop
2009-07-29 22:57 ` Frans Pop
` (2 subsequent siblings)
3 siblings, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-07-29 22:57 UTC (permalink / raw)
To: cedric, linux-kernel; +Cc: ACPI Devel Maling List, pm list, bugzilla-daemon
On Wednesday 29 July 2009, Frans Pop wrote:
> The strange thing is that the resume function does not do anything
> that's not also done in hp_wmi_input_setup(). The only thing I can
> think of is that we might need to test for
> wmi_has_guid(HPWMI_EVENT_GUID) because that model simply does not
> support input events.
If that is the problem, the following patch will hopefully fix it.
This patch is against .31-rc4 but will need only minor changes to
apply against .30.
Subject: hp-wmi: check that an input device exists in resume handler
Some systems may not support input events, or registering the input
handler may have failed. So check that an input device exists before
trying to set the docking and tablet mode state during resume.
Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=13865
Reported-by: cedric@belbone.be
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c
index 369bd43..63c9214 100644
--- a/drivers/platform/x86/hp-wmi.c
+++ b/drivers/platform/x86/hp-wmi.c
@@ -540,11 +540,13 @@ static int hp_wmi_resume_handler(struct device *device)
* the input layer will only actually pass it on if the state
* changed.
*/
-
- input_report_switch(hp_wmi_input_dev, SW_DOCK, hp_wmi_dock_state());
- input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
- hp_wmi_tablet_state());
- input_sync(hp_wmi_input_dev);
+ if (hp_wmi_input_dev) {
+ input_report_switch(hp_wmi_input_dev, SW_DOCK,
+ hp_wmi_dock_state());
+ input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
+ hp_wmi_tablet_state());
+ input_sync(hp_wmi_input_dev);
+ }
if (wifi_rfkill)
rfkill_set_states(wifi_rfkill,
^ permalink raw reply related [flat|nested] 23+ messages in thread* Re: [Bug 13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-07-29 21:31 ` Frans Pop
2009-07-29 22:57 ` Frans Pop
@ 2009-07-29 22:57 ` Frans Pop
2009-07-30 9:20 ` Cédric Godin
2009-07-30 9:20 ` Cédric Godin
3 siblings, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-07-29 22:57 UTC (permalink / raw)
To: cedric, linux-kernel
Cc: bugzilla-daemon, ACPI Devel Maling List, pm list, Matthew Garrett
On Wednesday 29 July 2009, Frans Pop wrote:
> The strange thing is that the resume function does not do anything
> that's not also done in hp_wmi_input_setup(). The only thing I can
> think of is that we might need to test for
> wmi_has_guid(HPWMI_EVENT_GUID) because that model simply does not
> support input events.
If that is the problem, the following patch will hopefully fix it.
This patch is against .31-rc4 but will need only minor changes to
apply against .30.
Subject: hp-wmi: check that an input device exists in resume handler
Some systems may not support input events, or registering the input
handler may have failed. So check that an input device exists before
trying to set the docking and tablet mode state during resume.
Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=13865
Reported-by: cedric@belbone.be
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c
index 369bd43..63c9214 100644
--- a/drivers/platform/x86/hp-wmi.c
+++ b/drivers/platform/x86/hp-wmi.c
@@ -540,11 +540,13 @@ static int hp_wmi_resume_handler(struct device *device)
* the input layer will only actually pass it on if the state
* changed.
*/
-
- input_report_switch(hp_wmi_input_dev, SW_DOCK, hp_wmi_dock_state());
- input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
- hp_wmi_tablet_state());
- input_sync(hp_wmi_input_dev);
+ if (hp_wmi_input_dev) {
+ input_report_switch(hp_wmi_input_dev, SW_DOCK,
+ hp_wmi_dock_state());
+ input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
+ hp_wmi_tablet_state());
+ input_sync(hp_wmi_input_dev);
+ }
if (wifi_rfkill)
rfkill_set_states(wifi_rfkill,
^ permalink raw reply related [flat|nested] 23+ messages in thread* Re: [Bug 13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-07-29 21:31 ` Frans Pop
2009-07-29 22:57 ` Frans Pop
2009-07-29 22:57 ` Frans Pop
@ 2009-07-30 9:20 ` Cédric Godin
2009-07-30 9:20 ` Cédric Godin
3 siblings, 0 replies; 23+ messages in thread
From: Cédric Godin @ 2009-07-30 9:20 UTC (permalink / raw)
To: Frans Pop; +Cc: ACPI Devel Maling List, pm list, bugzilla-daemon
Frans Pop wrote:
> On Wednesday 29 July 2009, Rafael J. Wysocki wrote:
>
>> On Wednesday 29 July 2009, you wrote:
>>
>>> Just for testing I enabled HP_WMI. But from then, I could not resume
>>> anymore. I just reverted the last git commit on the
>>> 'drivers/platform/x86/hp-wmi.c' code
>>> (4c395bdd3f2ca8f7e8efad881e16071182c3b8ca) and now I can resume. The
>>> problem still persists on .31-rc serie
>>>
>> Frans, that's something for you to take care of.
>>
>
> I'll at least give it a try.
>
> Cedric, as a start, can you please provide the output of the following
> commands after the system is booted and with hp-wmi loaded:
> $ grep . /sys/devices/platform/hp-wmi/*
> $ ls -l /dev/input/*
> $ cat /proc/bus/input/devices
>
> Does an unload and reload of the module work correctly? What gets output
> in dmesg by that?
>
> The strange thing is that the resume function does not do anything that's
> not also done in hp_wmi_input_setup(). The only thing I can think of is
> that we might need to test for wmi_has_guid(HPWMI_EVENT_GUID) because
> that model simply does not support input events.
>
> Cheers,
> FJP
>
I tested your patch (from buzilla) and now I can resume.
Thanks ! You have my tested-by ;-)
PS: I suppose you don't need this infos anymore ?
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug 13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-07-29 21:31 ` Frans Pop
` (2 preceding siblings ...)
2009-07-30 9:20 ` Cédric Godin
@ 2009-07-30 9:20 ` Cédric Godin
2009-07-30 9:56 ` Frans Pop
2009-07-30 9:56 ` Frans Pop
3 siblings, 2 replies; 23+ messages in thread
From: Cédric Godin @ 2009-07-30 9:20 UTC (permalink / raw)
To: Frans Pop
Cc: bugzilla-daemon, ACPI Devel Maling List, pm list, Matthew Garrett
Frans Pop wrote:
> On Wednesday 29 July 2009, Rafael J. Wysocki wrote:
>
>> On Wednesday 29 July 2009, you wrote:
>>
>>> Just for testing I enabled HP_WMI. But from then, I could not resume
>>> anymore. I just reverted the last git commit on the
>>> 'drivers/platform/x86/hp-wmi.c' code
>>> (4c395bdd3f2ca8f7e8efad881e16071182c3b8ca) and now I can resume. The
>>> problem still persists on .31-rc serie
>>>
>> Frans, that's something for you to take care of.
>>
>
> I'll at least give it a try.
>
> Cedric, as a start, can you please provide the output of the following
> commands after the system is booted and with hp-wmi loaded:
> $ grep . /sys/devices/platform/hp-wmi/*
> $ ls -l /dev/input/*
> $ cat /proc/bus/input/devices
>
> Does an unload and reload of the module work correctly? What gets output
> in dmesg by that?
>
> The strange thing is that the resume function does not do anything that's
> not also done in hp_wmi_input_setup(). The only thing I can think of is
> that we might need to test for wmi_has_guid(HPWMI_EVENT_GUID) because
> that model simply does not support input events.
>
> Cheers,
> FJP
>
I tested your patch (from buzilla) and now I can resume.
Thanks ! You have my tested-by ;-)
PS: I suppose you don't need this infos anymore ?
^ permalink raw reply [flat|nested] 23+ messages in thread* Re: [Bug 13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-07-30 9:20 ` Cédric Godin
@ 2009-07-30 9:56 ` Frans Pop
2009-07-30 9:56 ` Frans Pop
1 sibling, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-07-30 9:56 UTC (permalink / raw)
To: Cédric Godin, linux-kernel
Cc: ACPI Devel Maling List, pm list, bugzilla-daemon
On Thursday 30 July 2009, Cédric Godin wrote:
> > The strange thing is that the resume function does not do anything
> > that's not also done in hp_wmi_input_setup(). The only thing I can
> > think of is that we might need to test for
> > wmi_has_guid(HPWMI_EVENT_GUID) because that model simply does not
> > support input events.
>
> I tested your patch (from buzilla) and now I can resume.
Great.
> Thanks ! You have my tested-by ;-)
>
> PS: I suppose you don't need this infos anymore ?
I'd still like to see the following if it's not too much trouble,
basically to confirm that the theory was indeed correct.
$ grep . /sys/devices/platform/hp-wmi/*
$ cat /proc/bus/input/devices
Thanks,
FJP
_______________________________________________
linux-pm mailing list
linux-pm@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/linux-pm
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug 13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-07-30 9:20 ` Cédric Godin
2009-07-30 9:56 ` Frans Pop
@ 2009-07-30 9:56 ` Frans Pop
1 sibling, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-07-30 9:56 UTC (permalink / raw)
To: Cédric Godin, linux-kernel
Cc: bugzilla-daemon, ACPI Devel Maling List, pm list, Matthew Garrett
On Thursday 30 July 2009, Cédric Godin wrote:
> > The strange thing is that the resume function does not do anything
> > that's not also done in hp_wmi_input_setup(). The only thing I can
> > think of is that we might need to test for
> > wmi_has_guid(HPWMI_EVENT_GUID) because that model simply does not
> > support input events.
>
> I tested your patch (from buzilla) and now I can resume.
Great.
> Thanks ! You have my tested-by ;-)
>
> PS: I suppose you don't need this infos anymore ?
I'd still like to see the following if it's not too much trouble,
basically to confirm that the theory was indeed correct.
$ grep . /sys/devices/platform/hp-wmi/*
$ cat /proc/bus/input/devices
Thanks,
FJP
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug 13865] [PATCH] hp-wmi: check that an input device exists in resume handler
2009-07-29 20:57 ` Rafael J. Wysocki
@ 2009-07-30 10:42 ` Frans Pop
2009-07-29 21:31 ` Frans Pop
` (2 subsequent siblings)
3 siblings, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-07-30 10:42 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: bugzilla-daemon, Len Brown, ACPI Devel Maling List, pm list, LKML,
Cédric Godin
On Wednesday 29 July 2009, Rafael J. Wysocki wrote:
> On Wednesday 29 July 2009, you wrote:
> > http://bugzilla.kernel.org/show_bug.cgi?id=13865
> >
> > Just for testing I enabled HP_WMI. But from then, I could not resume
> > anymore. I just reverted the last git commit on the
> > 'drivers/platform/x86/hp-wmi.c' code
> > (4c395bdd3f2ca8f7e8efad881e16071182c3b8ca) and now I can resume. The
> > problem still persists on .31-rc serie
Here's the final patch, tested by Cédric. (And properly against mainline.)
From: Frans Pop <elendil@planet.nl>
Subject: hp-wmi: check that an input device exists in resume handler
Some systems may not support input events, or registering the input
handler may have failed. So check that an input device exists before
trying to set the docking and tablet mode state during resume.
Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=13865
Reported-and-tested-by: Cédric Godin <cedric@belbone.be>
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c
index ca50856..a2ad53e 100644
--- a/drivers/platform/x86/hp-wmi.c
+++ b/drivers/platform/x86/hp-wmi.c
@@ -520,11 +520,13 @@ static int hp_wmi_resume_handler(struct platform_device *device)
* the input layer will only actually pass it on if the state
* changed.
*/
-
- input_report_switch(hp_wmi_input_dev, SW_DOCK, hp_wmi_dock_state());
- input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
- hp_wmi_tablet_state());
- input_sync(hp_wmi_input_dev);
+ if (hp_wmi_input_dev) {
+ input_report_switch(hp_wmi_input_dev, SW_DOCK,
+ hp_wmi_dock_state());
+ input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
+ hp_wmi_tablet_state());
+ input_sync(hp_wmi_input_dev);
+ }
return 0;
}
--
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
^ permalink raw reply related [flat|nested] 23+ messages in thread* Re: [Bug 13865] [PATCH] hp-wmi: check that an input device exists in resume handler
@ 2009-07-30 10:42 ` Frans Pop
0 siblings, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-07-30 10:42 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: bugzilla-daemon, Len Brown, ACPI Devel Maling List, pm list, LKML,
Cédric Godin
On Wednesday 29 July 2009, Rafael J. Wysocki wrote:
> On Wednesday 29 July 2009, you wrote:
> > http://bugzilla.kernel.org/show_bug.cgi?id=13865
> >
> > Just for testing I enabled HP_WMI. But from then, I could not resume
> > anymore. I just reverted the last git commit on the
> > 'drivers/platform/x86/hp-wmi.c' code
> > (4c395bdd3f2ca8f7e8efad881e16071182c3b8ca) and now I can resume. The
> > problem still persists on .31-rc serie
Here's the final patch, tested by Cédric. (And properly against mainline.)
From: Frans Pop <elendil@planet.nl>
Subject: hp-wmi: check that an input device exists in resume handler
Some systems may not support input events, or registering the input
handler may have failed. So check that an input device exists before
trying to set the docking and tablet mode state during resume.
Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=13865
Reported-and-tested-by: Cédric Godin <cedric@belbone.be>
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c
index ca50856..a2ad53e 100644
--- a/drivers/platform/x86/hp-wmi.c
+++ b/drivers/platform/x86/hp-wmi.c
@@ -520,11 +520,13 @@ static int hp_wmi_resume_handler(struct platform_device *device)
* the input layer will only actually pass it on if the state
* changed.
*/
-
- input_report_switch(hp_wmi_input_dev, SW_DOCK, hp_wmi_dock_state());
- input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
- hp_wmi_tablet_state());
- input_sync(hp_wmi_input_dev);
+ if (hp_wmi_input_dev) {
+ input_report_switch(hp_wmi_input_dev, SW_DOCK,
+ hp_wmi_dock_state());
+ input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
+ hp_wmi_tablet_state());
+ input_sync(hp_wmi_input_dev);
+ }
return 0;
}
^ permalink raw reply related [flat|nested] 23+ messages in thread* Re: [Bug 13865] [PATCH] hp-wmi: check that an input device exists in resume handler
2009-07-30 10:42 ` Frans Pop
(?)
@ 2009-07-30 12:37 ` Matthew Garrett
-1 siblings, 0 replies; 23+ messages in thread
From: Matthew Garrett @ 2009-07-30 12:37 UTC (permalink / raw)
To: Frans Pop
Cc: bugzilla-daemon, LKML, Cédric Godin, ACPI Devel Maling List,
pm list
On Thu, Jul 30, 2009 at 12:42:05PM +0200, Frans Pop wrote:
> From: Frans Pop <elendil@planet.nl>
> Subject: hp-wmi: check that an input device exists in resume handler
>
> Some systems may not support input events, or registering the input
> handler may have failed. So check that an input device exists before
> trying to set the docking and tablet mode state during resume.
>
> Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=13865
>
> Reported-and-tested-by: Cédric Godin <cedric@belbone.be>
> Signed-off-by: Frans Pop <elendil@planet.nl>
> Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Acked-by: Matthew Garrett <mjg@redhat.com>
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug 13865] [PATCH] hp-wmi: check that an input device exists in resume handler
2009-07-30 10:42 ` Frans Pop
@ 2009-07-30 12:37 ` Matthew Garrett
-1 siblings, 0 replies; 23+ messages in thread
From: Matthew Garrett @ 2009-07-30 12:37 UTC (permalink / raw)
To: Frans Pop
Cc: Rafael J. Wysocki, bugzilla-daemon, Len Brown,
ACPI Devel Maling List, pm list, LKML, Cédric Godin
On Thu, Jul 30, 2009 at 12:42:05PM +0200, Frans Pop wrote:
> From: Frans Pop <elendil@planet.nl>
> Subject: hp-wmi: check that an input device exists in resume handler
>
> Some systems may not support input events, or registering the input
> handler may have failed. So check that an input device exists before
> trying to set the docking and tablet mode state during resume.
>
> Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=13865
>
> Reported-and-tested-by: Cédric Godin <cedric@belbone.be>
> Signed-off-by: Frans Pop <elendil@planet.nl>
> Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Acked-by: Matthew Garrett <mjg@redhat.com>
--
Matthew Garrett | mjg59@srcf.ucam.org
--
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
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug 13865] [PATCH] hp-wmi: check that an input device exists in resume handler
@ 2009-07-30 12:37 ` Matthew Garrett
0 siblings, 0 replies; 23+ messages in thread
From: Matthew Garrett @ 2009-07-30 12:37 UTC (permalink / raw)
To: Frans Pop
Cc: Rafael J. Wysocki, bugzilla-daemon, Len Brown,
ACPI Devel Maling List, pm list, LKML, Cédric Godin
On Thu, Jul 30, 2009 at 12:42:05PM +0200, Frans Pop wrote:
> From: Frans Pop <elendil@planet.nl>
> Subject: hp-wmi: check that an input device exists in resume handler
>
> Some systems may not support input events, or registering the input
> handler may have failed. So check that an input device exists before
> trying to set the docking and tablet mode state during resume.
>
> Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=13865
>
> Reported-and-tested-by: Cédric Godin <cedric@belbone.be>
> Signed-off-by: Frans Pop <elendil@planet.nl>
> Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Acked-by: Matthew Garrett <mjg@redhat.com>
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug 13865] [PATCH] hp-wmi: check that an input device exists in resume handler
2009-07-30 12:37 ` Matthew Garrett
(?)
@ 2009-07-30 21:17 ` Len Brown
-1 siblings, 0 replies; 23+ messages in thread
From: Len Brown @ 2009-07-30 21:17 UTC (permalink / raw)
To: Matthew Garrett
Cc: Frans Pop, bugzilla-daemon, LKML, Cédric Godin,
ACPI Devel Maling List, pm list
[-- Attachment #1: Type: TEXT/PLAIN, Size: 327 bytes --]
> > Reported-and-tested-by: Cédric Godin <cedric@belbone.be>
> > Signed-off-by: Frans Pop <elendil@planet.nl>
> > Cc: Matthew Garrett <mjg59@srcf.ucam.org>
> Acked-by: Matthew Garrett <mjg@redhat.com>
Applied -- and i'll put it on my queue for 2.6.30.stable.
thanks,
Len Brown, Intel Open Source Technology Center
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug 13865] [PATCH] hp-wmi: check that an input device exists in resume handler
2009-07-30 12:37 ` Matthew Garrett
(?)
(?)
@ 2009-07-30 21:17 ` Len Brown
-1 siblings, 0 replies; 23+ messages in thread
From: Len Brown @ 2009-07-30 21:17 UTC (permalink / raw)
To: Matthew Garrett
Cc: Frans Pop, Rafael J. Wysocki, bugzilla-daemon,
ACPI Devel Maling List, pm list, LKML, Cédric Godin
[-- Attachment #1: Type: TEXT/PLAIN, Size: 317 bytes --]
> > Reported-and-tested-by: Cédric Godin <cedric@belbone.be>
> > Signed-off-by: Frans Pop <elendil@planet.nl>
> > Cc: Matthew Garrett <mjg59@srcf.ucam.org>
> Acked-by: Matthew Garrett <mjg@redhat.com>
Applied -- and i'll put it on my queue for 2.6.30.stable.
thanks,
Len Brown, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug 13865] [PATCH] hp-wmi: check that an input device exists in resume handler
2009-07-29 20:57 ` Rafael J. Wysocki
` (2 preceding siblings ...)
2009-07-30 10:42 ` Frans Pop
@ 2009-07-30 10:42 ` Frans Pop
3 siblings, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-07-30 10:42 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: bugzilla-daemon, LKML, Cédric Godin, ACPI Devel Maling List,
pm list
On Wednesday 29 July 2009, Rafael J. Wysocki wrote:
> On Wednesday 29 July 2009, you wrote:
> > http://bugzilla.kernel.org/show_bug.cgi?id=13865
> >
> > Just for testing I enabled HP_WMI. But from then, I could not resume
> > anymore. I just reverted the last git commit on the
> > 'drivers/platform/x86/hp-wmi.c' code
> > (4c395bdd3f2ca8f7e8efad881e16071182c3b8ca) and now I can resume. The
> > problem still persists on .31-rc serie
Here's the final patch, tested by Cédric. (And properly against mainline.)
From: Frans Pop <elendil@planet.nl>
Subject: hp-wmi: check that an input device exists in resume handler
Some systems may not support input events, or registering the input
handler may have failed. So check that an input device exists before
trying to set the docking and tablet mode state during resume.
Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=13865
Reported-and-tested-by: Cédric Godin <cedric@belbone.be>
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c
index ca50856..a2ad53e 100644
--- a/drivers/platform/x86/hp-wmi.c
+++ b/drivers/platform/x86/hp-wmi.c
@@ -520,11 +520,13 @@ static int hp_wmi_resume_handler(struct platform_device *device)
* the input layer will only actually pass it on if the state
* changed.
*/
-
- input_report_switch(hp_wmi_input_dev, SW_DOCK, hp_wmi_dock_state());
- input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
- hp_wmi_tablet_state());
- input_sync(hp_wmi_input_dev);
+ if (hp_wmi_input_dev) {
+ input_report_switch(hp_wmi_input_dev, SW_DOCK,
+ hp_wmi_dock_state());
+ input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE,
+ hp_wmi_tablet_state());
+ input_sync(hp_wmi_input_dev);
+ }
return 0;
}
_______________________________________________
linux-pm mailing list
linux-pm@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/linux-pm
^ permalink raw reply related [flat|nested] 23+ messages in thread
* 2.6.31-rc5: Reported regressions 2.6.29 -> 2.6.30
@ 2009-08-02 19:06 Rafael J. Wysocki
2009-08-02 19:09 ` [Bug #13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted Rafael J. Wysocki
0 siblings, 1 reply; 23+ messages in thread
From: Rafael J. Wysocki @ 2009-08-02 19:06 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: DRI, Linux SCSI List, Network Development, Linux Wireless List,
Natalie Protasevich, Linux ACPI, Andrew Morton,
Kernel Testers List, Linus Torvalds, Linux PM List
This message contains a list of some regressions introduced between 2.6.29 and
2.6.30, for which there are no fixes in the mainline I know of. If any of them
have been fixed already, please let me know.
If you know of any other unresolved regressions introduced between 2.6.29
and 2.6.30, please let me know either and I'll add them to the list.
Also, please let me know if any of the entries below are invalid.
Each entry from the list will be sent additionally in an automatic reply to
this message with CCs to the people involved in reporting and handling the
issue.
Listed regressions statistics:
Date Total Pending Unresolved
----------------------------------------
2009-08-02 145 44 39
2009-07-27 143 48 45
2009-07-07 138 50 46
2009-06-29 133 46 43
2009-06-07 110 35 31
2009-05-31 100 32 27
2009-05-24 92 34 27
2009-05-16 81 36 33
2009-04-25 55 36 26
2009-04-17 37 35 28
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13898
Subject : Intel 3945ABG - problems on 2.6.30.X
Submitter : dienet <dienet@poczta.fm>
Date : 2009-07-31 15:17 (3 days old)
References : http://marc.info/?l=linux-kernel&m=124905346729959&w=4
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13886
Subject : Suspend to disk no longer works in 2.6.30.2 with an EIDE drive
Submitter : <akwatts@ymail.com>
Date : 2009-08-01 10:12 (2 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13865
Subject : Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
Submitter : cedric <cedric@belbone.be>
Date : 2009-07-29 12:47 (5 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13797
Subject : iBook G4 doesn't suspend since 2ed8d2b3a8
Submitter : Jörg Sommer <joerg@alea.gnuu.de>
Date : 2009-07-18 20:18 (16 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13795
Subject : abnormal boot and no suspend due to 'async' (fastboot)
Submitter : Rafal Kaczynski <fscnoboot@wp.pl>
Date : 2009-07-18 17:19 (16 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13780
Subject : NULL pointer dereference loading powernowk8
Submitter : Kurt Roeckx <kurt@roeckx.be>
Date : 2009-07-15 18:00 (19 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13739
Subject : 2.6.30 leaking keys on console switch
Submitter : Andi Kleen <andi@firstfloor.org>
Date : 2009-07-07 8:44 (27 days old)
References : http://marc.info/?l=linux-kernel&m=124695628924382&w=4
Handled-By : Jiri Kosina <jkosina@suse.cz>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13694
Subject : i915 phantom TV
Submitter : Maciek Józiewicz <mjoziew@gmail.com>
Date : 2009-07-02 12:26 (32 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13682
Subject : The webcam stopped working when upgrading from 2.6.29 to 2.6.30
Submitter : Nathanael Schaeffer <nathanael.schaeffer@gmail.com>
Date : 2009-06-30 13:34 (34 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13669
Subject : Kernel bug with dock driver
Submitter : Joerg Platte <jplatte@naasa.net>
Date : 2009-06-14 21:00 (50 days old)
References : http://lkml.org/lkml/2009/6/14/216
Handled-By : Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13660
Subject : Crashes during boot on 2.6.30 / 2.6.31-rc, random programs
Submitter : Joao Correia <joaomiguelcorreia@gmail.com>
Date : 2009-06-27 16:07 (37 days old)
References : http://lkml.org/lkml/2009/6/27/95
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13646
Subject : warn_on tty_io.c, broken bluetooth
Submitter : Pavel Machek <pavel@ucw.cz>
Date : 2009-06-19 17:05 (45 days old)
References : http://lkml.org/lkml/2009/6/19/187
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13644
Subject : hibernation/swsusp lockup due to acpi-cpufreq
Submitter : Johannes Stezenbach <js@sig21.net>
Date : 2009-06-16 01:27 (48 days old)
References : http://lkml.org/lkml/2009/6/15/630
http://lkml.org/lkml/2009/6/29/504
Handled-By : Rafael J. Wysocki <rjw@sisk.pl>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13638
Subject : rt2870 driver is broken for (some) cards
Submitter : jakob gruber <jakob.gruber@kabelnet.at>
Date : 2009-06-27 17:33 (37 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13634
Subject : [drm:drm_wait_vblank] *ERROR* failed to acquire vblank counter, -22
Submitter : Cijoml Cijomlovic Cijomlov <cijoml@volny.cz>
Date : 2009-06-27 07:02 (37 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13621
Subject : xfs hangs with assertion failed
Submitter : Johannes Engel <jcnengel@googlemail.com>
Date : 2009-06-25 10:07 (39 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13620
Subject : acpi_enforce_resources broken - conflicting i2c module loaded on some EeePCs
Submitter : Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Date : 2009-06-25 08:31 (39 days old)
References : <http://lists.alioth.debian.org/pipermail/debian-eeepc-devel/2009-June/002316.html>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13583
Subject : pdflush uses 5% CPU on otherwise idle system
Submitter : Paul Martin <pm@debian.org>
Date : 2009-06-19 13:33 (45 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13581
Subject : ath9k doesn't work with newer kernels
Submitter : Matteo <rootkit85@yahoo.it>
Date : 2009-06-19 12:04 (45 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13564
Subject : random general protection fault at boot time caused by khubd.
Submitter : Pauli <suokkos@gmail.com>
Date : 2009-06-18 12:44 (46 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13558
Subject : Tracelog during resume
Submitter : Cijoml Cijomlovic Cijomlov <cijoml@volny.cz>
Date : 2009-06-17 11:32 (47 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13554
Subject : linux-image-2.6.30-1-686, KMS enabled: black screen, no X window
Submitter : Jos van Wolput <wolput@onsneteindhoven.nl>
Date : 2009-06-17 06:28 (47 days old)
References : http://marc.info/?l=linux-kernel&m=124686965407853&w=4
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13514
Subject : acer_wmi causes stack corruption
Submitter : Rus <harbour@sfinx.od.ua>
Date : 2009-06-12 08:13 (52 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13512
Subject : D43 on 2.6.30 doesn't suspend anymore
Submitter : Daniel Smolik <marvin@mydatex.cz>
Date : 2009-06-11 20:12 (53 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13502
Subject : GPE storm causes polling mode, which causes /proc/acpi/battery read to take 4 seconds - MacBookPro4,1
Submitter : <sveina@gmail.com>
Date : 2009-06-10 20:04 (54 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13408
Subject : Performance regression in 2.6.30-rc7
Submitter : Diego Calleja <diegocg@gmail.com>
Date : 2009-05-30 18:51 (65 days old)
References : http://lkml.org/lkml/2009/5/30/146
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13407
Subject : adb trackpad disappears after suspend to ram
Submitter : Jan Scholz <scholz@fias.uni-frankfurt.de>
Date : 2009-05-28 7:59 (67 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2ed8d2b3a81bdbb0418301628ccdb008ac9f40b7
References : http://marc.info/?l=linux-kernel&m=124349762314976&w=4
Handled-By : Rafael J. Wysocki <rjw@sisk.pl>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13401
Subject : pktcdvd writing is really slow with CFQ scheduler (bisected)
Submitter : Laurent Riffard <laurent.riffard@free.fr>
Date : 2009-05-28 18:43 (67 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13374
Subject : reiserfs blocked for more than 120secs
Submitter : Harald Dunkel <harald.dunkel@t-online.de>
Date : 2009-05-23 8:52 (72 days old)
References : http://marc.info/?l=linux-kernel&m=124306880410811&w=4
http://lkml.org/lkml/2009/5/29/389
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13373
Subject : fbcon, intelfb, i915: INFO: possible circular locking dependency detected
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2009-05-23 5:08 (72 days old)
References : http://marc.info/?l=linux-kernel&m=124305538130702&w=4
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13362
Subject : rt2x00: slow wifi with correct basic rate bitmap
Submitter : Alejandro Riveira <ariveira@gmail.com>
Date : 2009-05-22 13:32 (73 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13351
Subject : 2.6.30 corrupts my system after suspend resume with readonly mounted hard disk
Submitter : <unggnu@googlemail.com>
Date : 2009-05-20 14:09 (75 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=78a8b35bc7abf8b8333d6f625e08c0f7cc1c3742
Handled-By : Yinghai Lu <yinghai@kernel.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13341
Subject : Random Oops at boot at loading ip6tables rules
Submitter : <patrick@ostenberg.de>
Date : 2009-05-19 09:08 (76 days old)
Handled-By : Rusty Russell <rusty@rustcorp.com.au>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13328
Subject : b44: eth0: BUG! Timeout waiting for bit 00000002 of register 42c to clear.
Submitter : Francis Moreau <francis.moro@gmail.com>
Date : 2009-05-03 16:22 (92 days old)
References : http://marc.info/?l=linux-kernel&m=124136778012280&w=4
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13318
Subject : AGP doesn't work anymore on nforce2
Submitter : Karsten Mehrhoff <kawime@gmx.de>
Date : 2009-04-30 8:51 (95 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59de2bebabc5027f93df999d59cc65df591c3e6e
References : http://marc.info/?l=linux-kernel&m=124108156417560&w=4
Handled-By : Shaohua Li <shaohua.li@intel.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13306
Subject : hibernate slow on _second_ run
Submitter : Johannes Berg <johannes@sipsolutions.net>
Date : 2009-05-14 09:34 (81 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13219
Subject : Intel 440GX: Since kernel 2.6.30-rc1, computers hangs randomly but not with kernel <= 2.6.29.6
Submitter : David Hill <hilld@binarystorm.net>
Date : 2009-05-01 16:57 (94 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13180
Subject : 2.6.30-rc2: WARNING at i915_gem.c for i915_gem_idle
Submitter : Niel Lambrechts <niel.lambrechts@gmail.com>
Date : 2009-04-21 21:35 (104 days old)
References : http://marc.info/?l=linux-kernel&m=124034980819102&w=4
http://lkml.org/lkml/2009/4/27/290
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13109
Subject : High latency on /sys/class/thermal
Submitter : Tiago Simões Batista <tiagosbatista@gmail.com>
Date : 2009-04-11 14:56 (114 days old)
References : http://marc.info/?l=linux-kernel&m=123946182301248&w=4
Handled-By : Zhang Rui <rui.zhang@intel.com>
Alexey Starikovskiy <astarikovskiy@suse.de>
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13897
Subject : PAT wc & vmap mapping count issue
Submitter : Jerome Glisse <glisse@freedesktop.org>
Date : 2009-07-30 13:11 (4 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3869c4aa18835c8c61b44bd0f3ace36e9d3b5bd0
References : http://marc.info/?l=linux-kernel&m=124895237114605&w=4
Handled-By : Pallipadi, Venkatesh <venkatesh.pallipadi@intel.com>
Patch : http://patchwork.kernel.org/patch/38436/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13884
Subject : x86 CPA incorrect memtype reserving using set_pages_array_xx
Submitter : Thomas Hellstrom <thellstrom@vmware.com>
Date : 2009-07-31 13:39 (3 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9ae2847591c857bed44bc094b908b412bfa1b244
Handled-By : Thomas Hellstrom <thellstrom@vmware.com>
Patch : http://bugzilla.kernel.org/attachment.cgi?id=22552
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13389
Subject : Warning 'Invalid throttling state, reset' gets displayed when it should not be
Submitter : Frans Pop <elendil@planet.nl>
Date : 2009-05-26 15:24 (69 days old)
Handled-By : Frans Pop <elendil@planet.nl>
Patch : http://bugzilla.kernel.org/attachment.cgi?id=21671
http://bugzilla.kernel.org/attachment.cgi?id=21672
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13337
Subject : [post 2.6.29 regression] hang during suspend of b44/b43 modules
Submitter : Tomas Janousek <tomi@nomi.cz>
Date : 2009-05-18 10:59 (77 days old)
Handled-By : Johannes Berg <johannes@sipsolutions.net>
Patch : http://patchwork.kernel.org/patch/37837/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13319
Subject : Page allocation failures with b43 and p54usb
Submitter : Larry Finger <Larry.Finger@lwfinger.net>
Date : 2009-04-29 21:01 (96 days old)
References : http://marc.info/?l=linux-kernel&m=124103897101088&w=4
http://lkml.org/lkml/2009/6/7/136
http://lkml.org/lkml/2009/7/26/213
Handled-By : Johannes Berg <johannes@sipsolutions.net>
David Rientjes <rientjes@google.com>
Patch : http://patchwork.kernel.org/patch/37655/
For details, please visit the bug entries and follow the links given in
references.
As you can see, there is a Bugzilla entry for each of the listed regressions.
There also is a Bugzilla entry used for tracking the regressions introduced
between 2.6.29 and 2.6.30, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=13070
Please let me know if there are any Bugzilla entries that should be added to
the list in there.
Thanks,
Rafael
_______________________________________________
linux-pm mailing list
linux-pm@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/linux-pm
^ permalink raw reply [flat|nested] 23+ messages in thread
* [Bug #13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-08-02 19:06 2.6.31-rc5: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
@ 2009-08-02 19:09 ` Rafael J. Wysocki
2009-08-02 22:53 ` Frans Pop
0 siblings, 1 reply; 23+ messages in thread
From: Rafael J. Wysocki @ 2009-08-02 19:09 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Kernel Testers List, cedric, Frans Pop, Matthew Garrett
This message has been generated automatically as a part of a report
of regressions introduced between 2.6.29 and 2.6.30.
The following bug entry is on the current list of known regressions
introduced between 2.6.29 and 2.6.30. Please verify if it still should
be listed and let me know (either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13865
Subject : Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
Submitter : cedric <cedric@belbone.be>
Date : 2009-07-29 12:47 (5 days old)
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug #13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-08-02 19:09 ` [Bug #13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted Rafael J. Wysocki
@ 2009-08-02 22:53 ` Frans Pop
0 siblings, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-08-02 22:53 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Linux Kernel Mailing List, Kernel Testers List, cedric,
Matthew Garrett
On Sunday 02 August 2009, Rafael J. Wysocki wrote:
> The following bug entry is on the current list of known regressions
> introduced between 2.6.29 and 2.6.30. Please verify if it still should
> be listed and let me know (either way).
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13865
> Subject : Can only resume with HP_WMI selected on compaq nc6000 when
> 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
> Submitter : cedric <cedric-x1Cn44Nr1HaZIoH1IeqzKA@public.gmane.org>
> Date : 2009-07-29 12:47 (5 days old)
Fix just made it into mainline: daed953721850381673687c59f3a0df553eb6626
Cheers,
FJP
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug #13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
@ 2009-08-02 22:53 ` Frans Pop
0 siblings, 0 replies; 23+ messages in thread
From: Frans Pop @ 2009-08-02 22:53 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Linux Kernel Mailing List, Kernel Testers List, cedric,
Matthew Garrett
On Sunday 02 August 2009, Rafael J. Wysocki wrote:
> The following bug entry is on the current list of known regressions
> introduced between 2.6.29 and 2.6.30. Please verify if it still should
> be listed and let me know (either way).
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13865
> Subject : Can only resume with HP_WMI selected on compaq nc6000 when
> 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
> Submitter : cedric <cedric@belbone.be>
> Date : 2009-07-29 12:47 (5 days old)
Fix just made it into mainline: daed953721850381673687c59f3a0df553eb6626
Cheers,
FJP
^ permalink raw reply [flat|nested] 23+ messages in thread
[parent not found: <200908030053.27869.elendil-EIBgga6/0yRmR6Xm/wNWPw@public.gmane.org>]
* Re: [Bug #13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
2009-08-02 22:53 ` Frans Pop
@ 2009-08-03 15:18 ` Rafael J. Wysocki
-1 siblings, 0 replies; 23+ messages in thread
From: Rafael J. Wysocki @ 2009-08-03 15:18 UTC (permalink / raw)
To: Frans Pop
Cc: Linux Kernel Mailing List, Kernel Testers List, cedric,
Matthew Garrett
On Monday 03 August 2009, Frans Pop wrote:
> On Sunday 02 August 2009, Rafael J. Wysocki wrote:
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.29 and 2.6.30. Please verify if it still should
> > be listed and let me know (either way).
> >
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13865
> > Subject : Can only resume with HP_WMI selected on compaq nc6000 when
> > 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
> > Submitter : cedric <cedric-x1Cn44Nr1HaZIoH1IeqzKA@public.gmane.org>
> > Date : 2009-07-29 12:47 (5 days old)
>
> Fix just made it into mainline: daed953721850381673687c59f3a0df553eb6626
Thanks, closed.
Rafael
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [Bug #13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
@ 2009-08-03 15:18 ` Rafael J. Wysocki
0 siblings, 0 replies; 23+ messages in thread
From: Rafael J. Wysocki @ 2009-08-03 15:18 UTC (permalink / raw)
To: Frans Pop
Cc: Linux Kernel Mailing List, Kernel Testers List, cedric,
Matthew Garrett
On Monday 03 August 2009, Frans Pop wrote:
> On Sunday 02 August 2009, Rafael J. Wysocki wrote:
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.29 and 2.6.30. Please verify if it still should
> > be listed and let me know (either way).
> >
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13865
> > Subject : Can only resume with HP_WMI selected on compaq nc6000 when
> > 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted
> > Submitter : cedric <cedric@belbone.be>
> > Date : 2009-07-29 12:47 (5 days old)
>
> Fix just made it into mainline: daed953721850381673687c59f3a0df553eb6626
Thanks, closed.
Rafael
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2009-08-03 15:18 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-13865-10028@http.bugzilla.kernel.org/>
2009-07-29 20:57 ` [Bug 13865] New: Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted Rafael J. Wysocki
2009-07-29 20:57 ` Rafael J. Wysocki
2009-07-29 21:31 ` [Bug 13865] " Frans Pop
2009-07-29 21:31 ` Frans Pop
2009-07-29 22:57 ` Frans Pop
2009-07-29 22:57 ` Frans Pop
2009-07-30 9:20 ` Cédric Godin
2009-07-30 9:20 ` Cédric Godin
2009-07-30 9:56 ` Frans Pop
2009-07-30 9:56 ` Frans Pop
2009-07-30 10:42 ` [Bug 13865] [PATCH] hp-wmi: check that an input device exists in resume handler Frans Pop
2009-07-30 10:42 ` Frans Pop
2009-07-30 12:37 ` Matthew Garrett
2009-07-30 12:37 ` Matthew Garrett
2009-07-30 12:37 ` Matthew Garrett
2009-07-30 21:17 ` Len Brown
2009-07-30 21:17 ` Len Brown
2009-07-30 10:42 ` Frans Pop
2009-08-02 19:06 2.6.31-rc5: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
2009-08-02 19:09 ` [Bug #13865] Can only resume with HP_WMI selected on compaq nc6000 when 4c395bdd3f2ca8f7e8efad881e16071182c3b8ca is reverted Rafael J. Wysocki
2009-08-02 22:53 ` Frans Pop
2009-08-02 22:53 ` Frans Pop
[not found] ` <200908030053.27869.elendil-EIBgga6/0yRmR6Xm/wNWPw@public.gmane.org>
2009-08-03 15:18 ` Rafael J. Wysocki
2009-08-03 15:18 ` Rafael J. Wysocki
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.