From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 0/2] ACPI / EC / PM: Fix race between EC transactions and suspend/hibernate process Date: Fri, 9 Apr 2010 01:38:13 +0200 Message-ID: <201004090138.13522.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from ogre.sisk.pl ([217.79.144.158]:41594 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757349Ab0DHXir (ORCPT ); Thu, 8 Apr 2010 19:38:47 -0400 Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: Alexey Starikovskiy , ACPI Devel Maling List , LKML , pm list , Maxim Levitsky Hi Len, The following two patches fix BKO #14668. The first one is the actual fix and the other one changes the names of the involved functions so that they better reflect what's done. Please apply. Rafael