From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751961AbZHESkc (ORCPT ); Wed, 5 Aug 2009 14:40:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751246AbZHESkc (ORCPT ); Wed, 5 Aug 2009 14:40:32 -0400 Received: from buzzloop.caiaq.de ([212.112.241.133]:52130 "EHLO buzzloop.caiaq.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751005AbZHESkb (ORCPT ); Wed, 5 Aug 2009 14:40:31 -0400 Date: Wed, 5 Aug 2009 20:40:28 +0200 From: Daniel Mack To: "Rafael J. Wysocki" Cc: David Woodhouse , Eric Miao , - Cortez - , Pavel Machek , rpurdie@rpsys.net, lenz@cs.wisc.edu, kernel list , Dirk@opfer-online.de, arminlitzel@web.de, Cyril Hrubis , thommycheck@gmail.com, linux-arm-kernel@jasper.es Subject: Re: 2.6.31-rc1: zaurus suspend regressing Message-ID: <20090805184028.GN13236@buzzloop.caiaq.de> References: <20090704024416.GA1345@ucw.cz> <1249492113.9324.369.camel@macbook.infradead.org> <20090805172238.GM13236@buzzloop.caiaq.de> <200908052037.15066.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200908052037.15066.rjw@sisk.pl> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 05, 2009 at 08:37:13PM +0200, Rafael J. Wysocki wrote: > On Wednesday 05 August 2009, Daniel Mack wrote: > > On Wed, Aug 05, 2009 at 06:08:33PM +0100, David Woodhouse wrote: > > > On Wed, 2009-08-05 at 18:30 +0200, Daniel Mack wrote: > > > > > > > > That bug hit me as well, and as in Cortez' case, reverting 15bce40 > > > > fixed > > > > it for me on a PXA3xx platform. > > > > > > Can you confirm that the fix in the mtd-2.6.git tree is sufficient? > > > > Yep, thanks! > > Any pointer to the fix patch, please? I merged the whole tree from http://git.infradead.org/?p=mtd-2.6.git;a=summary Haven't exactly bisected which specific fix was necessary, but (6afc4f: mtd: fix the conversion from dev to mtd_info) looks like it fixes a serious bug. Maybe David can elaborate some more? Daniel