From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753439Ab1DQTgB (ORCPT ); Sun, 17 Apr 2011 15:36:01 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:54762 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751838Ab1DQTf4 (ORCPT ); Sun, 17 Apr 2011 15:35:56 -0400 From: Arnd Bergmann To: "Thilo-Alexander Ginkel" Subject: Re: Soft lockup during suspend since ~2.6.36 [bisected] Date: Sun, 17 Apr 2011 21:35:40 +0200 User-Agent: KMail/1.12.2 (Linux/2.6.37; KDE/4.3.2; x86_64; ; ) Cc: Tejun Heo , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, dm-devel@redhat.com References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201104172135.40189.arnd@arndb.de> X-Provags-ID: V02:K0:GwBDmdeQVda4LCb6nIg7N/ENVjEWXqyIB12r65S9yum R6FbvXTX2zeeYPWXknvL0Zult23NT0w9JNjzwv8MsX+rmI1xXV hWiadGBlWT/N8ghvtzW9S2fCHuRWDa9ybn7p1utOj8ggA6fXLW 8x40gvP5n1G7WeNDXonIFvLc6lJWZdJa7ktyDQ2Fqy/eMfbekc 7tOsnxsp9T+VO6obCj/fg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 14 April 2011, Thilo-Alexander Ginkel wrote: > All right... I verified all my bisect tests and actually found yet > another bug. After correcting that one (and verifying the correctness > of the other tests), git bisect actually came up with a commit, which > makes some more sense: > > | e22bee782b3b00bd4534ae9b1c5fb2e8e6573c5c is the first bad commit > | commit e22bee782b3b00bd4534ae9b1c5fb2e8e6573c5c > | Author: Tejun Heo > | Date: Tue Jun 29 10:07:14 2010 +0200 > | > | workqueue: implement concurrency managed dynamic worker pool Is it possible to make it work by reverting this patch in 2.6.38? > The good news is that I am able to reproduce the issue within a KVM > virtual machine, so I am able to test for the soft lockup (which > somewhat looks like a race condition during worker / CPU shutdown) in > a mostly automated fashion. Unfortunately, that also means that this > issue is all but hardware specific, i.e., it most probably affects all > SMP systems (with a varying probability depending on the number of > CPUs). > > Adding some further details about my configuration (which I replicated > in the VM): > - lvm running on top of > - dmcrypt (luks) running on top of > - md raid1 > > If anyone is interested in getting hold of this VM for further tests, > let me know and I'll try to figure out how to get it (2*8 GB, barely > compressible due to dmcrypt) to its recipient. Adding dm-devel to Cc, in case the problem is somewhere in there. Arnd