From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756765AbYFZIa1 (ORCPT ); Thu, 26 Jun 2008 04:30:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753016AbYFZIaO (ORCPT ); Thu, 26 Jun 2008 04:30:14 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:40541 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754027AbYFZIaM (ORCPT ); Thu, 26 Jun 2008 04:30:12 -0400 Date: Thu, 26 Jun 2008 10:29:43 +0200 From: Ingo Molnar To: Andrew Morton Cc: "Rafael J. Wysocki" , Pavel Machek , Len Brown , ACPI Devel Maling List , LKML , pm list Subject: Re: [PATCH] x86 ACPI: normalize segment descriptor register on resume Message-ID: <20080626082943.GC10973@elte.hu> References: <200806242303.49498.rjw@sisk.pl> <20080624214610.GC18679@elf.ucw.cz> <20080625170126.GA2482@elte.hu> <200806252217.27059.rjw@sisk.pl> <20080626011716.e8c412dd.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080626011716.e8c412dd.akpm@linux-foundation.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andrew Morton wrote: > Len seems to think that Rafael seems to think that Ingo seems to think > that this patch broke one of his boxes. > > Is it so? No! :-) it found a pre-existing suspend+resume breakage on a testbox. (I.e. the debug patch worked as i'd expect it to work. Every good debug patch starts its lifetime with a sharp spike of breakages it finds.) ( my kernel test-setup does in excess of 100,000 random kernel bootups per year and me not having to hit the keyboard or close+open the lid a hundred thousand times, day and night, to find the occasional suspend+resume regression is a not to be under-estimated plus. ) Ingo