From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 0/5] ACPI / ACPICA: Fix problems related to GPE reference counting Date: Tue, 8 Jun 2010 10:46:48 +0200 Message-ID: <201006081046.48488.rjw@sisk.pl> References: <201006080024.46142.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from ogre.sisk.pl ([217.79.144.158]:37145 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206Ab0FHJAe (ORCPT ); Tue, 8 Jun 2010 05:00:34 -0400 In-Reply-To: <201006080024.46142.rjw@sisk.pl> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: Matthew Garrett , ACPI Devel Maling List , LKML , pm list , "Moore, Robert" , Len Brown , Zhang Rui Hi, I decided to split this big patch into a series of smaller ones addressing one issue each. I think all of the issues addressed by [2-5/5] may be regarded as regressions from 2.6.33, because that kernel didn't have these problems. [1/5] - Not really a fix, but [2/5] depends on it and I don't see a reason to duplicate that thing even more. [2/5] - Low-level GPE manipulation fix [3/5] - Fix possible issue with re-enabling a GPE after event handling [4/5] - Fix the initialization of GPEs [5/5] - Fix GPE sysfs interface Please review, possibly apply. Thanks, Rafael