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:	Thu, 25 Apr 2013 14:35:53 -0500
From:	Clark Williams <williams@...hat.com>
To:	Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Cc:	Paul Gortmaker <paul.gortmaker@...driver.com>,
	linux-rt-users <linux-rt-users@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Thomas Gleixner <tglx@...utronix.de>
Subject: Re: Suspend on 3.8.x-rtY (was: Re: [ANNOUNCE] 3.8.4-rt2)

On Thu, 25 Apr 2013 13:14:59 -0500
Clark Williams <williams@...hat.com> wrote:
> I notice that nouveau is in there and yes, my laptop uses nouveau as
> well. First thing I'll try is some of the pm-suspend quirks regarding graphics devices.
> 
> If that doesn't change anything I'll try swapping  out the graphics card in that test box and see
> if that makes a difference. 
> 
> Clark

As a reminder to anyone reading, this is RT specific. Suspend to Ram
works fine on vanilla 3.8.x.

I tried 'pm-suspend --quirk-save-pci' and that locked up on resume (13
minutes and no activity). I then remembered something Thomas said (see
Thomas, my head is not *completely* full of hot air) and ran this:

[root@...lrt-7 ~]# for i in core processors platform devices freezer
> do
> echo $i
> echo $i > /sys/power/pm_test
> pm-suspend
> done
core
processors
platform
devices
freezer
[root@...lrt-7 ~]# 


So all the pm_test modes passed. 

I replaced the nVidia adapter with an ATI Rage card I had laying around
and that did not change the behaviour noted previously (i.e. pause of
nearly 10 minutes on resume). So, something is wedged in the resume
code and times out after nearly 10 minutes and lets the resume
continue.  I think I'm going to have to take a long stroll through the
resume path code and look for likely candidates. 

Debugging suggestions welcome.

Clark

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ