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:	Sun, 24 Feb 2008 13:20:06 -0800
From:	Julian Blake Kongslie <jblake@...wallhack.org>
To:	"Rafael J. Wysocki" <rjw@...k.pl>
Subject: Re: Hang on suspend

On Sun, 2008-02-24 at 12:23 +0100, Rafael J. Wysocki wrote:
> Can you please check what's at the address platform_suspend_late+0x19?

0xc0253ca9 is in platform_suspend_late (drivers/base/platform.c:579).
574	{
575		struct platform_driver *drv = to_platform_driver(dev->driver);
576		struct platform_device *pdev;
577		int ret = 0;
578	
579		pdev = container_of(dev, struct platform_device, dev);
580		if (dev->driver && drv->suspend_late)
581			ret = drv->suspend_late(pdev, mesg);
582	
583		return ret;

> Thanks,
> Rafael

Thanks,

-- 
-Julian Blake Kongslie
<jblake@...wallhack.org>

If this is a mailing list, please CC me on replies.
vim: set ft=text :

Download attachment "signature.asc" of type "application/pgp-signature" (288 bytes)

Powered by blists - more mailing lists