From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759525Ab0E0SoS (ORCPT ); Thu, 27 May 2010 14:44:18 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:50345 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755166Ab0E0SoQ (ORCPT ); Thu, 27 May 2010 14:44:16 -0400 To: Matthew Garrett Cc: Alan Cox , Peter Zijlstra , Thomas Gleixner , Alan Stern , Paul@smtp1.linux-foundation.org, LKML , Florian Mickler , felipe.balbi@nokia.com, Linux OMAP Mailing List , Linux PM Subject: Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8) References: <20100527173118.GE2468@srcf.ucam.org> <1274981680.27810.5636.camel@twins> <20100527174019.GA3187@srcf.ucam.org> <20100527190515.08be091a@lxorguk.ukuu.org.uk> <20100527181533.GH3543@srcf.ucam.org> From: Kevin Hilman Organization: Deep Root Systems, LLC Date: Thu, 27 May 2010 11:44:13 -0700 In-Reply-To: <20100527181533.GH3543@srcf.ucam.org> (Matthew Garrett's message of "Thu\, 27 May 2010 19\:15\:33 +0100") Message-ID: <87d3whi3r6.fsf@deeprootsystems.com> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Matthew Garrett writes: > On Thu, May 27, 2010 at 07:05:15PM +0100, Alan Cox wrote: > >> I'd prefer we avoided mixing them up. Everyone seems fairly happy with >> the current operator ordered suspend behaviour I believe ? > > No. The current mechanism can lose wakeup events. And the proposed solution (suspend blockers) does nothing to solve the loss of wakeup events during forced suspend. Kevin