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:	Mon, 6 Aug 2007 21:17:49 +0200
From:	"Rafael J. Wysocki" <rjw@...k.pl>
To:	suspend-devel@...ts.sourceforge.net
Cc:	"H. Peter Anvin" <hpa@...or.com>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	"Antonino A. Daplas" <adaplas@...il.com>,
	Jeff Chua <jeff.chua.linux@...il.com>,
	lkml <linux-kernel@...r.kernel.org>, Pavel Machek <pavel@....cz>
Subject: Re: [Suspend-devel] Linux 2.6.23-rc2

On Monday, 6 August 2007 18:40, H. Peter Anvin wrote:
> Rafael J. Wysocki wrote:
> > On Monday, 6 August 2007 02:36, Jeff Chua wrote:
> >> On 8/6/07, Rafael J. Wysocki <rjw@...k.pl> wrote:
> >>
> >>> What does 's2ram -i' say about your machine?
> >> This machine can be identified by:
> >>     sys_vendor   = "LENOVO"
> >>     sys_product  = "1702E7A"
> >>     sys_version  = "ThinkPad X60s"
> >>     bios_version = "7BETD0WW (2.11 )"
> > 
> > This means it's not in the whitelist, AFAICS.
> > 
> > Similar machines are known to work with "--acpi_sleep=3" or with
> > "--acpi_sleep=1 --vbe_mode".
> > 
> 
> I'm not all that familiar with s2ram.

It's just a wrapper around the kernel's suspend code that allows you to restore
the state of the graphics by running some additional code in real mode from
the user space.

> Any feel for why the behaviour would have changed from the old setup code at
> all?

With "--vbe_mode" s2ram saves the VBE mode setting before the suspend and sets
it to the same value after the resume.  Thus, it seems that the VBE mode
setting was previously preserved across the suspend/resume cycle and now it is
not.

Running s2ram with "--acpi_sleep 1" is equivalent to echoing 1 to
/proc/sys/kernel/acpi_video_flags before the suspend.

> Since the setup code isn't entered on resume from STR (unlike resume from
> STD), as far as I know, there can only be "some little bit of state" hanging
> around. 

The real mode code executed during resume is in
arch/x86_64/kernel/acpi/wakeup.S or in arch/i386/kernel/acpi/wakeup.S ,
depending on the architecture.

Greetings,
Rafael


-- 
"Premature optimization is the root of all evil." - Donald Knuth
-
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