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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 29 May 2008 21:34:19 -0700
From:	David Brownell <david-b@...bell.net>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	"Rafael J. Wysocki" <rjw@...k.pl>, linux-kernel@...r.kernel.org,
	linux-pm@...ts.linux-foundation.org, mingo@...e.hu, pavel@...e.cz
Subject: Re: [patch 2.6.26-rc4-git] PM: boot time suspend selftest

On Thursday 29 May 2008, Andrew Morton wrote:
> 
> > Could you check, please?  The previous version didn't.
> > 
> 
> There's just one trivial reject against the PCI tree's
> pm-introduce-new-top-level-suspend-and-hibernation-callbacks:

Thanks Andrew ... in that case I'm not going to worry
about any "-next" issues for now.

- Dave


> ***************
> *** 293,299 ****
>         if (suspend_ops->finish)
>                 suspend_ops->finish();
>    Resume_devices:
>         device_resume();
>    Resume_console:
>         resume_console();
>    Close:
> --- 342,350 ----
>         if (suspend_ops->finish)
>                 suspend_ops->finish();
>    Resume_devices:
> +       suspend_test_start();
>         device_resume();
> +       suspend_test_finish("resume devices");
>    Resume_console:
>         resume_console();
>    Close:


--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ