* Re: [PATCH] ACPI / PCI: Make _SxD/_SxW check follow ACPI 4.0a spec [not found] ` <20120711135333.GA19410@kroah.com> @ 2012-07-11 19:04 ` Rafael J. Wysocki 2012-07-11 19:20 ` Greg KH 2012-07-12 4:30 ` Ben Hutchings 0 siblings, 2 replies; 4+ messages in thread From: Rafael J. Wysocki @ 2012-07-11 19:04 UTC (permalink / raw) To: Greg KH Cc: Bjorn Helgaas, Len Brown, ACPI Devel Mailing List, Linux PM list, linux-pci, Alan Stern, Oleksij Rempel (fishor), LKML, stable On Wednesday, July 11, 2012, Greg KH wrote: > On Wed, Jul 11, 2012 at 11:07:56AM +0200, Rafael J. Wysocki wrote: > > On Wednesday, July 11, 2012, Greg KH wrote: > > > On Sun, Apr 29, 2012 at 10:44:16PM +0200, Rafael J. Wysocki wrote: > > > > From: Oleksij Rempel <bug-track@fisher-privat.net> > > > > > > > > This patch makes _SxD/_SxW check follow the ACPI 4.0a specification > > > > more closely and fixes suspend bug found on ASUS Zenbook UX31E. > > > > > > > > Some OEM use _SxD fileds do blacklist brocken Dx states. > > > > If _SxD/_SxW return values are check before suspend as appropriate, > > > > some nasty suspend/resume issues may be avoided. > > > > > > > > References: https://bugzilla.kernel.org/show_bug.cgi?id=42728 > > > > Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> > > > > Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> > > > > --- > > > > > > > > Bjorn, Len, > > > > > > > > This is -stable material and therefore v3.4 as well, IMO. Please let me > > > > know if one of you can take it or whether you want me to handle it all the > > > > way to Linus. > > > > > > What ever hapened to this patch? > > > > It was split and partially merged. As far as the other part is concerned, > > the jury is still out. > > Ok, I'll wait for someone to ask for it to be added to the stable tree > before I do anything. In fact, it should have been marked as -stable material, so please add: commit dbe9a2edd17d843d80faf2b99f20a691c1853418 Author: Rafael J. Wysocki <rjw@sisk.pl> Date: Tue May 29 21:21:07 2012 +0200 ACPI / PM: Make acpi_pm_device_sleep_state() follow the specification Thanks, Rafael ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ACPI / PCI: Make _SxD/_SxW check follow ACPI 4.0a spec 2012-07-11 19:04 ` [PATCH] ACPI / PCI: Make _SxD/_SxW check follow ACPI 4.0a spec Rafael J. Wysocki @ 2012-07-11 19:20 ` Greg KH 2012-07-11 19:29 ` Rafael J. Wysocki 2012-07-12 4:30 ` Ben Hutchings 1 sibling, 1 reply; 4+ messages in thread From: Greg KH @ 2012-07-11 19:20 UTC (permalink / raw) To: Rafael J. Wysocki Cc: Bjorn Helgaas, Len Brown, ACPI Devel Mailing List, Linux PM list, linux-pci, Alan Stern, Oleksij Rempel (fishor), LKML, stable On Wed, Jul 11, 2012 at 09:04:48PM +0200, Rafael J. Wysocki wrote: > On Wednesday, July 11, 2012, Greg KH wrote: > > On Wed, Jul 11, 2012 at 11:07:56AM +0200, Rafael J. Wysocki wrote: > > > On Wednesday, July 11, 2012, Greg KH wrote: > > > > On Sun, Apr 29, 2012 at 10:44:16PM +0200, Rafael J. Wysocki wrote: > > > > > From: Oleksij Rempel <bug-track@fisher-privat.net> > > > > > > > > > > This patch makes _SxD/_SxW check follow the ACPI 4.0a specification > > > > > more closely and fixes suspend bug found on ASUS Zenbook UX31E. > > > > > > > > > > Some OEM use _SxD fileds do blacklist brocken Dx states. > > > > > If _SxD/_SxW return values are check before suspend as appropriate, > > > > > some nasty suspend/resume issues may be avoided. > > > > > > > > > > References: https://bugzilla.kernel.org/show_bug.cgi?id=42728 > > > > > Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> > > > > > Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> > > > > > --- > > > > > > > > > > Bjorn, Len, > > > > > > > > > > This is -stable material and therefore v3.4 as well, IMO. Please let me > > > > > know if one of you can take it or whether you want me to handle it all the > > > > > way to Linus. > > > > > > > > What ever hapened to this patch? > > > > > > It was split and partially merged. As far as the other part is concerned, > > > the jury is still out. > > > > Ok, I'll wait for someone to ask for it to be added to the stable tree > > before I do anything. > > In fact, it should have been marked as -stable material, so please add: > > commit dbe9a2edd17d843d80faf2b99f20a691c1853418 > Author: Rafael J. Wysocki <rjw@sisk.pl> > Date: Tue May 29 21:21:07 2012 +0200 > > ACPI / PM: Make acpi_pm_device_sleep_state() follow the specification Ah, the name changed, that's why I couldn't find it. Thanks, I've now queued it up. greg k-h ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ACPI / PCI: Make _SxD/_SxW check follow ACPI 4.0a spec 2012-07-11 19:20 ` Greg KH @ 2012-07-11 19:29 ` Rafael J. Wysocki 0 siblings, 0 replies; 4+ messages in thread From: Rafael J. Wysocki @ 2012-07-11 19:29 UTC (permalink / raw) To: Greg KH Cc: Bjorn Helgaas, Len Brown, ACPI Devel Mailing List, Linux PM list, linux-pci, Alan Stern, Oleksij Rempel (fishor), LKML, stable On Wednesday, July 11, 2012, Greg KH wrote: > On Wed, Jul 11, 2012 at 09:04:48PM +0200, Rafael J. Wysocki wrote: > > On Wednesday, July 11, 2012, Greg KH wrote: > > > On Wed, Jul 11, 2012 at 11:07:56AM +0200, Rafael J. Wysocki wrote: > > > > On Wednesday, July 11, 2012, Greg KH wrote: > > > > > On Sun, Apr 29, 2012 at 10:44:16PM +0200, Rafael J. Wysocki wrote: > > > > > > From: Oleksij Rempel <bug-track@fisher-privat.net> > > > > > > > > > > > > This patch makes _SxD/_SxW check follow the ACPI 4.0a specification > > > > > > more closely and fixes suspend bug found on ASUS Zenbook UX31E. > > > > > > > > > > > > Some OEM use _SxD fileds do blacklist brocken Dx states. > > > > > > If _SxD/_SxW return values are check before suspend as appropriate, > > > > > > some nasty suspend/resume issues may be avoided. > > > > > > > > > > > > References: https://bugzilla.kernel.org/show_bug.cgi?id=42728 > > > > > > Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> > > > > > > Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> > > > > > > --- > > > > > > > > > > > > Bjorn, Len, > > > > > > > > > > > > This is -stable material and therefore v3.4 as well, IMO. Please let me > > > > > > know if one of you can take it or whether you want me to handle it all the > > > > > > way to Linus. > > > > > > > > > > What ever hapened to this patch? > > > > > > > > It was split and partially merged. As far as the other part is concerned, > > > > the jury is still out. > > > > > > Ok, I'll wait for someone to ask for it to be added to the stable tree > > > before I do anything. > > > > In fact, it should have been marked as -stable material, so please add: > > > > commit dbe9a2edd17d843d80faf2b99f20a691c1853418 > > Author: Rafael J. Wysocki <rjw@sisk.pl> > > Date: Tue May 29 21:21:07 2012 +0200 > > > > ACPI / PM: Make acpi_pm_device_sleep_state() follow the specification > > Ah, the name changed, that's why I couldn't find it. Thanks, I've now > queued it up. Thanks! ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ACPI / PCI: Make _SxD/_SxW check follow ACPI 4.0a spec 2012-07-11 19:04 ` [PATCH] ACPI / PCI: Make _SxD/_SxW check follow ACPI 4.0a spec Rafael J. Wysocki 2012-07-11 19:20 ` Greg KH @ 2012-07-12 4:30 ` Ben Hutchings 1 sibling, 0 replies; 4+ messages in thread From: Ben Hutchings @ 2012-07-12 4:30 UTC (permalink / raw) To: Rafael J. Wysocki Cc: Greg KH, Bjorn Helgaas, Len Brown, ACPI Devel Mailing List, Linux PM list, linux-pci, Alan Stern, Oleksij Rempel (fishor), LKML, stable [-- Attachment #1: Type: text/plain, Size: 2011 bytes --] On Wed, 2012-07-11 at 21:04 +0200, Rafael J. Wysocki wrote: > On Wednesday, July 11, 2012, Greg KH wrote: > > On Wed, Jul 11, 2012 at 11:07:56AM +0200, Rafael J. Wysocki wrote: > > > On Wednesday, July 11, 2012, Greg KH wrote: > > > > On Sun, Apr 29, 2012 at 10:44:16PM +0200, Rafael J. Wysocki wrote: > > > > > From: Oleksij Rempel <bug-track@fisher-privat.net> > > > > > > > > > > This patch makes _SxD/_SxW check follow the ACPI 4.0a specification > > > > > more closely and fixes suspend bug found on ASUS Zenbook UX31E. > > > > > > > > > > Some OEM use _SxD fileds do blacklist brocken Dx states. > > > > > If _SxD/_SxW return values are check before suspend as appropriate, > > > > > some nasty suspend/resume issues may be avoided. > > > > > > > > > > References: https://bugzilla.kernel.org/show_bug.cgi?id=42728 > > > > > Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> > > > > > Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> > > > > > --- > > > > > > > > > > Bjorn, Len, > > > > > > > > > > This is -stable material and therefore v3.4 as well, IMO. Please let me > > > > > know if one of you can take it or whether you want me to handle it all the > > > > > way to Linus. > > > > > > > > What ever hapened to this patch? > > > > > > It was split and partially merged. As far as the other part is concerned, > > > the jury is still out. > > > > Ok, I'll wait for someone to ask for it to be added to the stable tree > > before I do anything. > > In fact, it should have been marked as -stable material, so please add: > > commit dbe9a2edd17d843d80faf2b99f20a691c1853418 > Author: Rafael J. Wysocki <rjw@sisk.pl> > Date: Tue May 29 21:21:07 2012 +0200 > > ACPI / PM: Make acpi_pm_device_sleep_state() follow the specification Queued up for 3.2.y. Ben. -- Ben Hutchings The generation of random numbers is too important to be left to chance. - Robert Coveyou [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 828 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-12 4:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201204292244.16467.rjw@sisk.pl>
[not found] ` <201207111107.56500.rjw@sisk.pl>
[not found] ` <20120711135333.GA19410@kroah.com>
2012-07-11 19:04 ` [PATCH] ACPI / PCI: Make _SxD/_SxW check follow ACPI 4.0a spec Rafael J. Wysocki
2012-07-11 19:20 ` Greg KH
2012-07-11 19:29 ` Rafael J. Wysocki
2012-07-12 4:30 ` Ben Hutchings
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox