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>] [day] [month] [year] [list]
Date:	Sun, 3 Feb 2008 14:26:24 -0500
From:	Len Brown <lenb@...nel.org>
To:	Juho <angelusx@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Kernel 2.6.22.9 wanted dmidecode of my Acer Aspire 5102WLMi laptop, so here it is...

On Saturday 26 January 2008 05:42, you wrote:
> I booted to kernel 2.6.24 (patched with TuxOnIce 3.0 RC5) with parameter 
> acpi_osi=Linux.
> 
> System was pretty stable and nothing special errors happened while 
> surfing, reading mail & watching movies.
> But when I suspended: Kernel crashed when waking from suspend
> 
> When booted normally with acpi_osi=!Linux no problems at all, suspend 
> works etc.
> 
> Is this information enough? I would like to send more info when needed.
> 
> - Juho
> 
> Len Brown wrote:
> > On Thursday 11 October 2007 07:41, Juho wrote:
> >> System Information
> >>         Manufacturer: Acer
> >>         Product Name: Aspire 5100
> >>         Version: V3.05A
> >>         Serial Number: LXABH05039632066BD1601
> >>         UUID: 36323361-3930-3335-6237-0016D41742AF
> >>         Wake-up Type: Power Switch
> >>         SKU Number: Not Specified
> >>         Family: Not Specified
> >>
> >> Handle 0x0002, DMI type 2, 8 bytes
> >> Base Board Information
> >>         Manufacturer: Acer
> >>         Product Name: Navarro
> > 
> > Thanks for the dmidecode output.
> > 
> > Do you notice any functional difference when booting with
> > 
> > "acpi_osi=Linux"        (default for 2.6.22 and earlier)
> > vs.
> > "acpi_osi=!Linux"       (default for 2.6.23 and later)
> > 

Thanks for the acpidump and the testing.

                    If (\_OSI ("Windows 2006"))
                    {
                        Store (0x40, ^OSTB)
                        Store (0x40, ^TPOS)
                    }

                    If (\_OSI ("Linux"))
                    {
                        Store (0x01, LINX)
                        Store (0x80, ^OSTB)
                        Store (0x80, ^TPOS)
                    }

// LINX is a NOP
// OSTB is compard only to >= 4, so setting it to x80 has no effect
// OSTP() return value is never checked

However, TPOS is compared to 0x40 in several places, so
OSI(Linux) will cause changes there.
In particular OSI(Linux) will turn off some AML code
associated with ATA -- _STM and _PS0 code.
That may be the reason you see resume issues with acpi_osi=Linux.
(or frankly, it may be some other random problem)

But in any case, we've blacklisted all of Acer going forward.

thanks,
-Len


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