public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ACPI mentioned on lwn.net/kernel
@ 2002-01-25  1:29 Grover, Andrew
  2002-01-25 16:50 ` Jonathan Corbet
  2002-01-25 17:55 ` Alan Cox
  0 siblings, 2 replies; 9+ messages in thread
From: Grover, Andrew @ 2002-01-25  1:29 UTC (permalink / raw)
  To: 'lwn@lwn.net'
  Cc: Acpi-linux (E-mail), 'linux-kernel@vger.kernel.org'

Hi Jonathan,

As longtime subscribers to acpi-devel know, this seems to come up every few
months, but the criticisms mentioned in this week's lwn.net kernel
development summary (http://lwn.net/2002/0124/kernel.php3) prompt me to
respond, lest my silence be taken for capitulation. ;-)

The concerns seem to be summed up when the article says, "ACPI brings
substantial amounts of kernel bloat, reliability worries, and security
concerns." Let me respond to each of those in reverse order:

1) Security concerns
- I think you mistook some kernel developers' off the cuff comments about
this as being real concerns, rather than trolling me (which is apparently
frightfully easy ;-). ACPI is only concerned with power management and
configuration. It has nothing to do with digital rights management, and that
phrase does not appear anywhere in the 481 page ACPI 2.0 specification. The
word "security" appears only twice.

2) Reliability
- One of ACPI's design goals was actually to reduce the OS's susceptibility
to bad BIOSs, compared to APM. OSs using APM suffer because they must call
into the BIOS -- relinquish control completely -- to perform power
management. Under ACPI this is not the case. For example, to get the current
battery status, the steps the OS must perform are defined by the BIOS.
However, since they are performed by the OS, the OS in fact gains visibility
into the process, and does not ever relinquish control to the BIOS.

3) Bloat
- Optimizing for size (or the various unloading schemes) should wait until
the codebase stabilizes. We're still adding major pieces of functionality.
- 100K really isn't that much, compared to other kernel modules (determined
via "size *.o"), or compared to memory installed on most machines these
days.
- Bloat is compiler-dependent. Compiling the interpreter with MSVC instead
of GCC resulted in a ~40% size decrease.

Anyway, looking towards the future...

Our next release will have preliminary support for PCI IRQ routing via ACPI
(which should solve Jes's problem), along with a complete rewrite of the
ancillary drivers to adopt the new Linux 2.5 driver model. When it is ready
(target: Jan 31st) I'll post on both acpi-devel and linux-kernel. My hope
is, the more people gain familiarity of Linux's ACPI code by testing and
helping in its development, the more we all can accept it on its merits, and
start improving Linux's PnP and power management by using the improved
functionality ACPI provides.

Regards -- Andy


----------------------------
Andrew Grover
Intel/MPG/Mobile Arch Lab
andrew.grover@intel.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-01-29 11:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-25  1:29 ACPI mentioned on lwn.net/kernel Grover, Andrew
2002-01-25 16:50 ` Jonathan Corbet
2002-01-25 18:49   ` Alexander Viro
2002-01-28 12:15     ` Pavel Machek
2002-01-25 17:55 ` Alan Cox
2002-01-25 18:31   ` [ACPI] " Patrick Mochel
2002-01-25 18:51     ` Alan Cox
2002-01-26  3:37       ` Jamie Lokier
2002-01-26  8:10         ` David Weinehall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox