All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Sérgio Monteiro Basto" <sergiomb-hHo3WeeoaswVhHzd4jOs4w@public.gmane.org>
To: Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: ACPI Developers
	<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: Re: [BKPATCH] ACPI for 2.4
Date: Sun, 14 Mar 2004 16:31:49 +0000	[thread overview]
Message-ID: <1079281909.10228.21.camel@darkstar> (raw)
In-Reply-To: <1079244088.2173.134.camel-D2Zvc0uNKG8@public.gmane.org>

Hi Len
I had test this last release and I don't have any problem,
but the suggested patch of
http://bugme.osdl.org/show_bug.cgi?id=2109#c6, hasn't been applied, 

hgfelger and Ortwin Glück says that resolved his problems.
So after a revision of all patches around power-off, maybe this one can
be applied.

thanks 

On Sun, 2004-03-14 at 06:01, Len Brown wrote:
> Hi Marcelo, please do a 
> 
> 	bk pull bk://linux-acpi.bkbits.net/linux-acpi-release-2.4.26
> 
> thanks,
> -Len
> 
> ps. a plain patch is also available here:
> ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.4.26/acpi-20040311-2.4.26.diff.gz
> 
> This will update the following files:
> 
>  Documentation/kernel-parameters.txt |    4 +
>  arch/i386/kernel/acpi.c             |    3 
>  drivers/acpi/dispatcher/dsmethod.c  |   85 ++++++++++++++++--------
>  drivers/acpi/events/evgpe.c         |    5 +
>  drivers/acpi/executer/excreate.c    |   20 +++--
>  drivers/acpi/executer/exmutex.c     |   28 ++++---
>  drivers/acpi/namespace/nsaccess.c   |   30 ++++++--
>  drivers/acpi/namespace/nsalloc.c    |    7 +
>  drivers/acpi/namespace/nseval.c     |   15 +++-
>  drivers/acpi/osl.c                  |   36 ++++++++++
>  drivers/acpi/parser/psparse.c       |   44 +++++++++++-
>  drivers/acpi/parser/psscope.c       |    9 --
>  drivers/acpi/system.c               |    3 
>  drivers/acpi/utilities/uteval.c     |   56 +++++++++++++++
>  drivers/acpi/utilities/utglobal.c   |   28 ++++---
>  include/acpi/acconfig.h             |    6 +
>  include/acpi/acglobal.h             |   11 ++-
>  include/acpi/acmacros.h             |    3 
>  include/acpi/acobject.h             |    7 +
>  include/acpi/actypes.h              |    5 -
>  include/acpi/acutils.h              |    6 +
>  include/acpi/amlcode.h              |   14 ++-
>  include/asm-i386/acpi.h             |   51 +++++++-------
>  include/asm-x86_64/acpi.h           |   59 +++++++---------
>  24 files changed, 379 insertions(+), 156 deletions(-)
> 
> through these ChangeSets:
> 
> <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/03/13 1.1063.46.83)
>    [ACPI] add boot parameters "acpi_osi=" and "acpi_serialize"
>      acpi_osi= will disable the _OSI method -- which by default
>    	tells the BIOS to behave as if Windows is the OS.
>      acpi_serialize is for debugging AE_ALREADY_EXISTS failures
>    
> 
> <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/03/13 1.1063.46.82)
>    [ACPI] ACPICA 20040311 from Bob Moore
>    
>    Fixed a problem where errors occurring during the parse phase of
> control
>    method execution did not abort cleanly.  For example, objects created
>    and installed in the namespace were not deleted.  This caused all
>    subsequent invocations of the method to return the AE_ALREADY_EXISTS
>    exception.
>    
>    Implemented a mechanism to force a control method to "Serialized"
>    execution if the method attempts to create namespace objects.
>    (The root of the AE_ALREADY_EXISTS problem.)
>    
>    Implemented support for the predefined _OSI "internal" control
> method.
>    Initial supported strings are "Linux", "Windows 2000", "Windows
> 2001",
>    and "Windows 2001.1", and can be easily upgraded for new strings as
>    necessary.  This feature allows Linux to execute
>    the fully tested, "Windows" code path through the ASL code
>    
>    Global Lock Support:  Now allows multiple acquires and releases with
> any
>    internal thread.  Removed concept of "owning thread" for this special
>    mutex.
>    
>    Fixed two functions that were inappropriately declaring large objects
> on
>    the CPU stack: ps_parse_loop() and ns_evaluate_relative().
>    Reduces the stack usage during method execution considerably.
>    
>    Fixed a problem in the ACPI 2.0 FACS descriptor (actbl2.h) where the
>    S4Bios_f field was incorrectly defined as UINT32 instead of
> UINT32_BIT.
>    
>    Fixed a problem where acpi_ev_gpe_detect() would fault
>    if there were no GPEs defined on the machine.
>    
>    Implemented two runtime options:  One to force all control method
>    execution to "Serialized" to mimic Windows behavior, another to
> disable
>    _OSI support if it causes problems on a given machine.
> 
> <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/03/13 1.1063.46.81)
>    [ACPI] SMP poweroff (David Shaohua Li)
>    http://bugzilla.kernel.org/show_bug.cgi?id=1141
> 
> <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/03/05 1.1063.46.80)
>    [ACPI] global lock macro fixes (Paul Menage, Luming Yu)
>      http://bugzilla.kernel.org/show_bug.cgi?id=1669
> 
> <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/03/05 1.1063.46.79)
>    [ACPI] acpi_wakeup_address - print only when broken
> 
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
-- 
Sérgio M. B.



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click

  parent reply	other threads:[~2004-03-14 16:31 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-14  6:01 [BKPATCH] ACPI for 2.4 Len Brown
2004-03-14  6:01 ` Len Brown
     [not found] ` <1079244088.2173.134.camel-D2Zvc0uNKG8@public.gmane.org>
2004-03-14 16:31   ` Sérgio Monteiro Basto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-01-31  8:32 Len Brown
2004-11-23  6:34 Len Brown
2005-05-19  6:25 ` Len Brown
2004-11-16 19:26 Len Brown
2004-11-16 19:26 ` Len Brown
2004-11-09  8:17 Len Brown
2004-10-28  9:33 Len Brown
2004-10-28  9:33 ` Len Brown
2004-06-18  7:32 Len Brown
     [not found] ` <1087540935.4488.214.camel-D2Zvc0uNKG8@public.gmane.org>
2004-06-18 12:09   ` Marcelo Tosatti
2004-05-20  6:14 Len Brown
2004-05-06 22:28 Len Brown
2004-04-01 12:24 O.Sezer
2004-04-01 12:57 ` O.Sezer
2004-04-01 10:40 Len Brown
2004-04-01 10:40 ` Len Brown
2004-03-27  0:53 Len Brown
2004-03-27  0:53 ` Len Brown
2004-03-23 10:43 Len Brown
2004-03-23 10:43 ` Len Brown
2004-03-06  6:32 Len Brown
2004-03-06  6:32 ` Len Brown
2004-02-25 10:01 Len Brown
2004-02-25 10:01 ` Len Brown
2004-02-07  9:10 Len Brown
2004-02-07  9:10 ` Len Brown
     [not found] ` <1076145024.8687.32.camel-D2Zvc0uNKG8@public.gmane.org>
2004-02-08  8:20   ` Willy Tarreau
2004-02-08  8:20     ` Willy Tarreau
     [not found]     ` <20040208082059.GD29363-HkMpAodKYdnXX8ko2wsARw@public.gmane.org>
2004-02-08  9:08       ` Willy Tarreau
2004-02-08  9:08         ` Willy Tarreau
2004-01-27  5:52 Len Brown
     [not found] ` <1075182740.2489.40.camel-D2Zvc0uNKG8@public.gmane.org>
2004-01-27  6:01   ` Nate Lawson
2003-11-18 20:58 Len Brown
2003-11-20 11:16 ` Len Brown
2003-11-21 17:49   ` Willy Tarreau
2003-11-21 18:46     ` Willy Tarreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1079281909.10228.21.camel@darkstar \
    --to=sergiomb-hho3weeoaswvhhzd4jos4w@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.