From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933453AbZBNBxB (ORCPT ); Fri, 13 Feb 2009 20:53:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933370AbZBNBvF (ORCPT ); Fri, 13 Feb 2009 20:51:05 -0500 Received: from cantor2.suse.de ([195.135.220.15]:38671 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933366AbZBNBvD (ORCPT ); Fri, 13 Feb 2009 20:51:03 -0500 Date: Fri, 13 Feb 2009 17:48:13 -0800 From: Greg KH To: "Rafael J. Wysocki" Cc: Len Brown , Andrew Morton , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Ingo Molnar , Johannes Weiner , KOSAKI Motohiro , LKML , Linus Torvalds , Pavel Machek , pm list , Arjan van de Ven , Alan Jenkins , Masami Hiramatsu , Andrey Borzenkov Subject: Re: [PATCH 2/9] PM/resume: wait for device probing to finish Message-ID: <20090214014813.GB17975@suse.de> References: <200902140157.40869.rjw@sisk.pl> <200902140200.21022.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902140200.21022.rjw@sisk.pl> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 14, 2009 at 02:00:19AM +0100, Rafael J. Wysocki wrote: > From: Arjan van de Ven > > the resume code does not currently wait for device probing to finish. > Even without async function calls this is dicey and not correct, > but with async function calls during the boot sequence this is going > to get hit more... > > This patch adds the synchronization using the newly introduced helper. > > Signed-off-by: Arjan van de Ven > Signed-off-by: Rafael J. Wysocki Signed-off-by: Greg Kroah-Hartman Fine with me if this goes through Len's tree. thanks, greg k-h