Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 13 Dec 2002 18:03:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 13 Dec 2002 18:03:15 -0500 Received: from fmr02.intel.com ([192.55.52.25]:64493 "EHLO caduceus.fm.intel.com") by vger.kernel.org with ESMTP id ; Fri, 13 Dec 2002 18:03:13 -0500 Message-ID: From: "Grover, Andrew" To: acpi-devel@sourceforge.net Cc: kernel list Subject: ACPI releases updated (20021212) Date: Fri, 13 Dec 2002 15:11:02 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1564 Lines: 45 Hi all, New versions of the ACPI patches are available from http://sf.net/projects/acpi . Non-Linux source drops will not be available until Dec 20, due to web publishing issues. (I can email it on request, if you can't wait.) (If you already downloaded the patch against 2.5.51, you may want to re-get it. A small fix for writes to the /proc interface has been slipstreamed.) Regards -- Andy ---------------------------------------- 12 December 2002. Summary of changes for version 20021212. 1) ACPI CA Core Subsystem: Fixed a problem where the creation of a zero-length AML Buffer would cause a fault. Fixed a problem where a Buffer object that pointed to a static AML buffer (in an ACPI table) could inadvertently be deleted, causing memory corruption. Fixed a problem where a user buffer (passed in to the external ACPI CA interfaces) could be overwritten if the buffer was too small to complete the operation, causing memory corruption. Fixed a problem in the Buffer-to-String conversion code where a string of length one was always returned, regardless of the size of the input Buffer object. Removed the NATIVE_CHAR data type across the entire source due to lack of need and lack of consistent use. ----------------------------- Andrew Grover Intel Labs / Mobile Architecture andrew.grover@intel.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/