Re: Locking out AML code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jul 7, 2009 at 10:08 PM, Hector Martin<hector@xxxxxxxxxxxxxx> wrote:
> I'm writing a driver to access some EC-related functionality on some
> Acer laptops. This uses a separate IO port interface and cannot be done
> using the standard ec_read / ec_write ACPI functions. The DSDT also
> accesses these IO ports for a few things (most notably display
> brightness and some WMI methods). Is there a lock I can hold (from
> outside the ACPI subsystem) that will lock out AML method execution
> while I poke the hardware?

Try acpi_os_acquire_lock(acpi_gbl_hardware_lock).

But acpi_gbl_hardware_lock is defined in the ACPICA internal header
"drivers/acpi/acpica/acglobal.h",
you need to move it to public header, for example, include/acpi/acpixf.h

Lin Ming

>
> FWIW, the Windows drivers from Acer also access those IO ports directly
> (from userspace, no less, with a dumb kernel driver to provide port I/O
> to userspace and in the process introduce a huge security hole of
> course). There is no way of talking to this hardware via DSDT methods.
>
> --
> Hector Martin (hector@xxxxxxxxxxxxxx)
> Public Key: http://www.marcansoft.com/marcan.asc
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux