Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760168AbZDQKqj (ORCPT ); Fri, 17 Apr 2009 06:46:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758543AbZDQKq3 (ORCPT ); Fri, 17 Apr 2009 06:46:29 -0400 Received: from yw-out-2324.google.com ([74.125.46.29]:36939 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758140AbZDQKq2 (ORCPT ); Fri, 17 Apr 2009 06:46:28 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=BnwkcvDJvtTZd537LL4uUUTyBDy/Z8YXeZ/KaZfG60p6coZKZ+gbBPUs19jijsZmjq 8WIJQ85XhQ6RRqRa6AXO/BIHDVcs+TwSEPq1iLgMqUMxIsbBxDZq3+e34PzX/koHLKiW /II+I7fU7uoNpAEYWCopKNznkTkRs78HtsjrY= Message-ID: <49E85DFD.9030306@tuffmail.co.uk> Date: Fri, 17 Apr 2009 11:46:21 +0100 From: Alan Jenkins User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Jens Axboe CC: "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Linus Torvalds Subject: Re: [Bug #13058] First hibernation attempt fails References: <20090417063007.GB4593@kernel.dk> <49E83DC4.8040207@tuffmail.co.uk> <20090417091321.GP4593@kernel.dk> <20090417093359.GQ4593@kernel.dk> <49E84DF8.7030802@tuffmail.co.uk> <20090417094558.GR4593@kernel.dk> In-Reply-To: <20090417094558.GR4593@kernel.dk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3387 Lines: 93 Jens Axboe wrote: > On Fri, Apr 17 2009, Alan Jenkins wrote: > >> Jens Axboe wrote: >> >>> On Fri, Apr 17 2009, Jens Axboe wrote: >>> >>> >>>> On Fri, Apr 17 2009, Alan Jenkins wrote: >>>> >>>> >>>>> Jens Axboe wrote: >>>>> >>>>> >>>>>> On Thu, Apr 16 2009, Rafael J. Wysocki wrote: >>>>>> >>>>>> >>>>>> >>>>>>> This message has been generated automatically as a part of a report >>>>>>> of recent regressions. >>>>>>> >>>>>>> The following bug entry is on the current list of known regressions >>>>>>> from 2.6.29. Please verify if it still should be listed and let me know >>>>>>> (either way). >>>>>>> >>>>>>> >>>>>>> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13058 >>>>>>> Subject : First hibernation attempt fails >>>>>>> Submitter : Alan Jenkins >>>>>>> Date : 2009-04-10 10:58 (7 days old) >>>>>>> First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1faa16d22877f4839bd433547d770c676d1d964c >>>>>>> References : http://marc.info/?l=linux-kernel&m=123928022321917&w=2 >>>>>>> >>>>>>> >>>>>>> >>>>>> Alan, is this still a problem? >>>>>> >>>>>> >>>>>> >>>>> Yup. Still present in v2.6.30-rc2-195-g9f76208. >>>>> >>>>> >>>> Given the somewhat odd nature of the bug and the requirements to trigger >>>> it, how confident are you in the bisection results? >>>> >>>> I'll try and reproduce it here. >>>> >>>> >>> I can't reproduce it here. It seems very odd that an ENOMEM would happen >>> as a consequence of the rq allocation change, it doesn't really change >>> the allocation at all (and it'll never return -ENOMEM). >>> >>> Can you please recheck the git bisect results. It'd be nice if the >>> hibernation failure would actually log where the problem occured... >>> >>> >> Once I found the right conditions (wireless disabled and a specific KDE >> session), it was 100% reproducible. >> >> Reverting your commit fixed the problem. I can do another test of that >> if you like. >> >> My _bisection_ was not absolute, rock-solid certain because I only found >> the right conditions half-way through. There's always the possibility I >> would get different results if I redid it properly, from the start. But >> I have some experience of this and took care to re-validate my upper & >> lower bounds. >> > > Well, if you can and have the time, reproducing the bisect results with > the same conditions all the way through would definitely help. > I can do that, yes. As another datapoint: I tried blindly applying the commit to 2.6.29. The resulting kernel was able to hibernate fine the first time. I'm going to be annoying and try something slightly different. In theory, I should be able to find the "first bad commit" where cherry-picking 1faa16d22 causes a problem. > Or perhaps Rafael can suggest adding some printk()'s to catch where that > ENOMEM is coming from. That would help, right now I basically have zero > clue on where this might be. > -- 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/