From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758265Ab1D1X5S (ORCPT ); Thu, 28 Apr 2011 19:57:18 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:43301 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758147Ab1D1X5R (ORCPT ); Thu, 28 Apr 2011 19:57:17 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=ginkel.com; s=google; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; b=Pwnkkyhicod9pTdpGNWeru9fVQGedImGZGwfq+utNMKyyDN6h+wEt+aTROe8gZZP1d 2kqGxhj+2yW0ax0TKirznpxOH6+q8ahJBWap2SsH0dV+C59uwJn7x3WlgpHsHdFsAyYu aH0QzI4J3Nbby9XSfPKVcMe9FHMAUIipJPYCE= MIME-Version: 1.0 X-Originating-IP: [91.17.222.55] In-Reply-To: <20110428103036.GB10721@htj.dyndns.org> References: <201104172135.40189.arnd@arndb.de> <20110426131132.GG878@htj.dyndns.org> <20110428103036.GB10721@htj.dyndns.org> From: Thilo-Alexander Ginkel Date: Fri, 29 Apr 2011 01:56:46 +0200 Message-ID: Subject: Re: Soft lockup during suspend since ~2.6.36 [bisected] To: Tejun Heo Cc: Arnd Bergmann , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, dm-devel@redhat.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 28, 2011 at 12:30, Tejun Heo wrote: > Does your kernel have preemption enabled? CONFIG_PREEMPT is not set > If not, does the following patch fix the problem? Yep, looks good so far (at least in my virtualized test environment): 2.6.39-rc4 with your patch applied survived 100 suspend/resume cycles w/o locking up. Just out of curiosity: Was this a new issue in 2.6.39-rc4 ord could this fix be backported to 2.6.38? Thanks, Thilo