From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757249AbZF2RkV (ORCPT ); Mon, 29 Jun 2009 13:40:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754044AbZF2RkB (ORCPT ); Mon, 29 Jun 2009 13:40:01 -0400 Received: from mail-fx0-f218.google.com ([209.85.220.218]:51805 "EHLO mail-fx0-f218.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753599AbZF2RkA (ORCPT ); Mon, 29 Jun 2009 13:40:00 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=j1lDspx9wMfeLLeY3V/OhYuTqTO3pfj4NbxLTujaHJEEhwfcqzb8+wBA0rnh3YGa+J SSyywxiwtWT4ya++hVpiQFz3bXhjw6oKRaV2UXOqsc+SZDxmwOhyfAd/wWbI7cTSayEk rUnv8+BOROHhTrwkxl7E1q9aBfFK0LK8qp3rM= From: Bartlomiej Zolnierkiewicz To: Etienne Basset Subject: Re: [Bug #13663] suspend to ram regression (IDE related) Date: Mon, 29 Jun 2009 19:45:36 +0200 User-Agent: KMail/1.11.3 (Linux/2.6.30-next-20090619-10934-gace1e80-dirty; KDE/4.2.3; i686; ; ) Cc: David Miller , rjw@sisk.pl, linux-kernel@vger.kernel.org, kernel-testers@vger.kernel.org, jeff.chua.linux@gmail.com References: <20090629.033730.193709457.davem@davemloft.net> <4A48E307.2010208@numericable.fr> In-Reply-To: <4A48E307.2010208@numericable.fr> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906291945.38821.bzolnier@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 29 June 2009 17:51:35 Etienne Basset wrote: > David Miller wrote: > > From: Etienne Basset > > Date: Mon, 29 Jun 2009 12:29:09 +0200 > > > >> yes, patch is not yet upstream; > > > > I'll take care of pushing this around today. > > > Hi, > > thank you ; > i ran a new bisection to identify the commit that cause pain after -rc1 > > etienne@etienne-desktop:~/linux-2.6$ git bisect good > a1317f714af7aed60ddc182d0122477cbe36ee9b is first bad commit Thanks for finding it. Dave, please just revert this patch (it wasn't meant for Linus' tree anyway). > commit a1317f714af7aed60ddc182d0122477cbe36ee9b > Author: Bartlomiej Zolnierkiewicz > Date: Tue Jun 23 23:52:17 2009 -0700 > > ide: improve handling of Power Management requests > > Make hwif->rq point to PM request during PM sequence and do not allow > any other types of requests to slip in (the old comment was never correct > as there should be no such requests generated during PM sequence). > > Signed-off-by: Bartlomiej Zolnierkiewicz > Signed-off-by: David S. Miller > > To have STR/resume work with current git, I have to : > 1) apply Bart's patch > 2) revert this commit : a1317f714af7aed60ddc182d0122477cbe36ee9b > > thanks > Etienne > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [Bug #13663] suspend to ram regression (IDE related) Date: Mon, 29 Jun 2009 19:45:36 +0200 Message-ID: <200906291945.38821.bzolnier@gmail.com> References: <20090629.033730.193709457.davem@davemloft.net> <4A48E307.2010208@numericable.fr> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=VsfuZcRDINSYaZdabcEahvorzZg6ajFZ501DtByjoGo=; b=oHLHJFv/dvmu/GS+jhtMxe/SPLO2nIU5fr8iPEQCHiWgbTD510LZCPzob4mHsf21mj a4NklsGL8HaXLcnndkahJuAwZa8Cvow6yAgO6Qj59c+X62KncsuN4mrQMpH6ls/GMtTd S47aPf6/oDY5J2CkPN/9oM1FjEV4hSTqkND3o= In-Reply-To: <4A48E307.2010208-Bf/eaXMDFuuXqB7oj33eUg@public.gmane.org> Content-Disposition: inline Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: Text/Plain; charset="us-ascii" To: Etienne Basset Cc: David Miller , rjw-KKrjLPT3xs0@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, jeff.chua.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org On Monday 29 June 2009 17:51:35 Etienne Basset wrote: > David Miller wrote: > > From: Etienne Basset > > Date: Mon, 29 Jun 2009 12:29:09 +0200 > > > >> yes, patch is not yet upstream; > > > > I'll take care of pushing this around today. > > > Hi, > > thank you ; > i ran a new bisection to identify the commit that cause pain after -rc1 > > etienne@etienne-desktop:~/linux-2.6$ git bisect good > a1317f714af7aed60ddc182d0122477cbe36ee9b is first bad commit Thanks for finding it. Dave, please just revert this patch (it wasn't meant for Linus' tree anyway). > commit a1317f714af7aed60ddc182d0122477cbe36ee9b > Author: Bartlomiej Zolnierkiewicz > Date: Tue Jun 23 23:52:17 2009 -0700 > > ide: improve handling of Power Management requests > > Make hwif->rq point to PM request during PM sequence and do not allow > any other types of requests to slip in (the old comment was never correct > as there should be no such requests generated during PM sequence). > > Signed-off-by: Bartlomiej Zolnierkiewicz > Signed-off-by: David S. Miller > > To have STR/resume work with current git, I have to : > 1) apply Bart's patch > 2) revert this commit : a1317f714af7aed60ddc182d0122477cbe36ee9b > > thanks > Etienne > >