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] [day] [month] [year] [list]
Date:	Fri, 1 Dec 2006 11:58:07 +0100
From:	Pavel Machek <pavel@....cz>
To:	"Rafael J. Wysocki" <rjw@...k.pl>
Cc:	Andrew Morton <akpm@...l.org>, LKML <linux-kernel@...r.kernel.org>,
	stable@...nel.org
Subject: Re: [PATCH] PM: Fix swsusp debug mode testproc

On Fri 2006-12-01 11:45:12, Rafael J. Wysocki wrote:
> The 'testproc' swsusp debug mode thaws tasks twice in a row, which is _very_
> confusing.  Fix that.
> 
> Signed-off-by: Rafael J. Wysocki <rjw@...k.pl>

ACK.

> ---
>  kernel/power/disk.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: linux-2.6.19-rc6-mm2/kernel/power/disk.c
> ===================================================================
> --- linux-2.6.19-rc6-mm2.orig/kernel/power/disk.c	2006-11-28 22:48:35.000000000 +0100
> +++ linux-2.6.19-rc6-mm2/kernel/power/disk.c	2006-11-29 23:46:33.000000000 +0100
> @@ -153,7 +153,7 @@ int pm_suspend_disk(void)
>  		return error;
>  
>  	if (pm_disk_mode == PM_DISK_TESTPROC)
> -		goto Thaw;
> +		return 0;
>  
>  	suspend_console();
>  	error = device_suspend(PMSG_FREEZE);

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
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