Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753456AbZAKMtA (ORCPT ); Sun, 11 Jan 2009 07:49:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751476AbZAKMsu (ORCPT ); Sun, 11 Jan 2009 07:48:50 -0500 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:47845 "EHLO mtagate2.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbZAKMst (ORCPT ); Sun, 11 Jan 2009 07:48:49 -0500 From: Christian Borntraeger To: Alan Stern Subject: Regression 2.6.28-git: suspend/resume failure. git bisected to usb suspend/resume patch Date: Sun, 11 Jan 2009 13:48:46 +0100 User-Agent: KMail/1.9.9 Cc: lkml , "Rafael J. Wysocki" , Greg Kroah-Hartman , linux-usb@vger.kernel.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200901111348.46216.borntraeger@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1149 Lines: 34 Hello Alan, git bisect found this patch a0d4922da2e4ccb0973095d8d29f36f6b1b5f703 is first bad commit commit a0d4922da2e4ccb0973095d8d29f36f6b1b5f703 Author: Alan Stern Date: Wed Dec 17 15:06:03 2008 -0500 USB: fix up suspend and resume for PCI host controllers This patch (as1192) rearranges the USB PCI host controller suspend and resume and resume routines: To cause my suspend to ram problem with my Thinkpad T61p. I can confirm that a81a81a25d3ecdab777abca87c5ddf484056103d works and a0d4922da2e4ccb0973095d8d29f36f6b1b5f703 does not work. Thing is, 29-rc1 with a0d4922da2e4ccb0973095d8d29f36f6b1b5f703 reverted also fails with suspend/resume. Seems that there was another problem introduced after that patch. Anyway, back to usb: I also tested plain 2.6.28 + this patch: plain 2.6.28: works fine 2.6.28 + this patch: does not work. Christian -- 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/