lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <200910282306.34431.rjw@sisk.pl> Date: Wed, 28 Oct 2009 23:06:34 +0100 From: "Rafael J. Wysocki" <rjw@...k.pl> To: "Dasgupta, Romit" <romit@...com> Cc: Alan Stern <stern@...land.harvard.edu>, "Hilman, Kevin" <khilman@...com>, "linux-pm@...ts.linux-foundation.org" <linux-pm@...ts.linux-foundation.org>, "linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org> Subject: Re: [linux-pm] [PATCH] PM: Fixes warning on suspend errors On Tuesday 27 October 2009, Dasgupta, Romit wrote: > Ok. Then the following is the refined and probably more appropriate one. > > > > This fixes the point where we need to complete the power transition when > device suspend fails. > > Signed-off-by: Romit Dasgupta <romit@...com> > --- > > diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c > index e0dc407..3d0b26a 100644 > --- a/drivers/base/power/main.c > +++ b/drivers/base/power/main.c > @@ -444,6 +444,7 @@ static void dpm_resume(pm_message_t state) > > INIT_LIST_HEAD(&list); > mutex_lock(&dpm_list_mtx); > + transition_started = false; > while (!list_empty(&dpm_list)) { > struct device *dev = to_device(dpm_list.next); > Applied to suspend-2.6/linux-next. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists