* [BK PATCH] ACPICA 20031002 for 2.4
@ 2003-10-11 5:49 Len Brown
[not found] ` <1065851355.4118.75.camel-D2Zvc0uNKG8@public.gmane.org>
2003-10-12 7:39 ` Sergey Vlasov
0 siblings, 2 replies; 4+ messages in thread
From: Len Brown @ 2003-10-11 5:49 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi Marcelo, please do a
bk pull http://linux-acpi.bkbits.net/linux-acpi-release-2.4.23
thanks,
-Len
ps. a plain patch is also available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.4.23-pre7/acpi-20031002-2.4.23-pre7.diff.gz
This will update the following files:
drivers/acpi/asus_acpi.c | 4
drivers/acpi/executer/exconfig.c | 9 -
drivers/acpi/executer/exfield.c | 13 -
drivers/acpi/executer/exfldio.c | 143 +++++++++++------
drivers/acpi/executer/exoparg1.c | 2
drivers/acpi/executer/exprep.c | 189 +++++++++++++++++-----
drivers/acpi/executer/exresnte.c | 24 ++
drivers/acpi/executer/exresolv.c | 6
drivers/acpi/executer/exresop.c | 13 +
drivers/acpi/executer/exstoren.c | 8
drivers/acpi/executer/exsystem.c | 17 --
drivers/acpi/hardware/hwacpi.c | 9 +
drivers/acpi/resources/rsaddr.c | 45 ++++-
drivers/acpi/resources/rsirq.c | 17 +-
drivers/acpi/tables/tbconvrt.c | 18 +-
drivers/acpi/tables/tbinstal.c | 15 -
drivers/acpi/utilities/utalloc.c | 2
drivers/acpi/utilities/utglobal.c | 4
include/acpi/acconfig.h | 2
include/acpi/acexcep.h | 4
include/acpi/actbl.h | 217 +++++++++++++++++++-------
include/acpi/actbl1.h | 4
include/acpi/actbl2.h | 19 +-
include/acpi/actypes.h | 1
24 files changed, 567 insertions(+), 218 deletions(-)
through these ChangeSets:
<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (03/10/07 1.1063.43.22)
[ACPI] fix acpi_asus module build (Stephen Hemminger)
<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (03/10/06 1.1063.43.21)
[ACPI] Summary of changes for ACPICA version 20031002:
Fixed a problem with Index Fields where the index was not incremented
for fields that require multiple writes to the index/data registers
(Fields that are wider than the data register.)
Fixed a problem with all Field objects where a write could go beyond
the
end-of-field if the field was larger than the access granularity and
therefore required multiple writes to complete the request. An extra
write beyond the end of the field could happen inadvertently.
Fixed a problem with Index Fields where a BUFFER_OVERFLOW error would
incorrectly be returned if the width of the Data Register was larger
than the specified field access width.
Completed fixes for LoadTable() and Unload() and verified their
operation. Implemented full support for the "DdbHandle" object
throughout the ACPI CA subsystem.
Implemented full support for the MADT and ECDT tables in the ACPI CA
header files. Even though these tables are not directly consumed by
ACPI CA, the header definitions are useful for ACPI device drivers.
Integrated resource descriptor fixes posted to the Linux ACPI list.
This included checks for minimum descriptor length, and support for
trailing NULL strings within descriptors that have optional string
elements.
Fixed a problem where the SMI_CMD register could be written even if
it
was not supported on the platform (when FADT.SMI_CMD is zero)
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <1065851355.4118.75.camel-D2Zvc0uNKG8@public.gmane.org>]
* Re: [BK PATCH] ACPICA 20031002 for 2.4 [not found] ` <1065851355.4118.75.camel-D2Zvc0uNKG8@public.gmane.org> @ 2003-10-11 16:23 ` Karol Kozimor [not found] ` <20031011162310.GA29058-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Karol Kozimor @ 2003-10-11 16:23 UTC (permalink / raw) To: Len Brown; +Cc: Marcelo Tosatti, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Thus wrote Len Brown: > Hi Marcelo, please do a > > bk pull http://linux-acpi.bkbits.net/linux-acpi-release-2.4.23 > > thanks, > -Len > > ps. a plain patch is also available here: > ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.4.23-pre7/acpi-20031002-2.4.23-pre7.diff.gz > > This will update the following files: > > drivers/acpi/asus_acpi.c | 4 ^^^^^^^^^^^^^^^^^^^^^^^^ Len, Marcelo, The compile fix was for 2.6 only, 2.4 still needs modversions.h I believe. Best regards, -- Karol 'sziwan' Kozimor sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20031011162310.GA29058-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>]
* Re: [BK PATCH] ACPICA 20031002 for 2.4 [not found] ` <20031011162310.GA29058-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org> @ 2003-10-13 2:18 ` Matthew Wilcox 0 siblings, 0 replies; 4+ messages in thread From: Matthew Wilcox @ 2003-10-13 2:18 UTC (permalink / raw) To: Len Brown, Marcelo Tosatti, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Sat, Oct 11, 2003 at 06:23:10PM +0200, Karol Kozimor wrote: > Len, Marcelo, > The compile fix was for 2.6 only, 2.4 still needs modversions.h I believe. > Best regards, I don't believe 2.4 has ever needed modversions.h -- it merely wasn't harmful to include it. It's not a bug to remove it. -- "It's not Hollywood. War is real, war is primarily not about defeat or victory, it is about death. I've seen thousands and thousands of dead bodies. Do you think I want to have an academic debate on this subject?" -- Robert Fisk ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BK PATCH] ACPICA 20031002 for 2.4 2003-10-11 5:49 [BK PATCH] ACPICA 20031002 for 2.4 Len Brown [not found] ` <1065851355.4118.75.camel-D2Zvc0uNKG8@public.gmane.org> @ 2003-10-12 7:39 ` Sergey Vlasov 1 sibling, 0 replies; 4+ messages in thread From: Sergey Vlasov @ 2003-10-12 7:39 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On 11 Oct 2003 01:49:15 -0400 Len Brown wrote: > Hi Marcelo, please do a > > bk pull http://linux-acpi.bkbits.net/linux-acpi-release-2.4.23 > > thanks, > -Len > > ps. a plain patch is also available here: > ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.4.23-pre7/acpi-20031002-2.4.23-pre7.diff.gz The file does not contain the patch: # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1182 -> 1.1182 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # And nothing more :( ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-10-13 2:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-11 5:49 [BK PATCH] ACPICA 20031002 for 2.4 Len Brown
[not found] ` <1065851355.4118.75.camel-D2Zvc0uNKG8@public.gmane.org>
2003-10-11 16:23 ` Karol Kozimor
[not found] ` <20031011162310.GA29058-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2003-10-13 2:18 ` Matthew Wilcox
2003-10-12 7:39 ` Sergey Vlasov
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox