From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423271AbXDYHc5 (ORCPT ); Wed, 25 Apr 2007 03:32:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423275AbXDYHc4 (ORCPT ); Wed, 25 Apr 2007 03:32:56 -0400 Received: from ns1.suse.de ([195.135.220.2]:41105 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423271AbXDYHcz (ORCPT ); Wed, 25 Apr 2007 03:32:55 -0400 From: Andi Kleen Organization: SUSE Linux Products GmbH, Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg) To: Andrew Morton Subject: Re: 2.6.21-rc7-mm1 + sysfs-oops-workaround.patch -- software suspend failed (1 tasks refusing to freeze) Date: Wed, 25 Apr 2007 09:32:39 +0200 User-Agent: KMail/1.9.6 Cc: "Miles Lane" , LKML , "Rafael J. Wysocki" , "Oleg Nesterov" , Gautham R Shenoy References: <20070425000735.130ec3e7.akpm@linux-foundation.org> In-Reply-To: <20070425000735.130ec3e7.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704250932.39200.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > > Upon resuming, I > > checked dmesg and found the time seems to be totally out of whack: > > So sched_clock() went bad. That's another tree or three we can't merge. Right now sched_clock doesn't have a call back to resync for suspend/resume. I will add one. -Andi