Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755944Ab2BOWUi (ORCPT ); Wed, 15 Feb 2012 17:20:38 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:54453 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984Ab2BOWUh (ORCPT ); Wed, 15 Feb 2012 17:20:37 -0500 From: "Rafael J. Wysocki" To: Linux PM list Subject: [PATCH 0/3] PM / Sleep: Wakeup sources concurrency fixes Date: Wed, 15 Feb 2012 23:18:04 +0100 User-Agent: KMail/1.13.6 (Linux/3.3.0-rc3+; KDE/4.6.0; x86_64; ; ) Cc: Arve =?utf-8?q?Hj=C3=B8nnev=C3=A5g?= , LKML MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201202152318.04206.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 24 Hi, There are a few synchronization problems spotted by Arve in the wakeup sources core code and the following patches are supposed to fix them. [1/3] - Fix possible infinite loop during wakeup source destruction. [2/3] - Fix race conditions related to wakeup source timer function. [3/3] - Make __pm_stay_awake() delete wakeup source timers. The details are in the changelogs. The patches are on top of the pm-sleep branch of the linux-pm tree. Please let me know if you see any problems with these patches. Otherwise they are regarded as v3.4 material. Thanks, Rafael -- 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/