Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754526AbZAKT6n (ORCPT ); Sun, 11 Jan 2009 14:58:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753879AbZAKT6b (ORCPT ); Sun, 11 Jan 2009 14:58:31 -0500 Received: from mail-bw0-f21.google.com ([209.85.218.21]:49727 "EHLO mail-bw0-f21.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751738AbZAKT63 (ORCPT ); Sun, 11 Jan 2009 14:58:29 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=hRWdbt1ufTZuG1tpD/Y9S4H3ToO3H7j3ezsnNHOVYsw/A3zacA3cW6k3TOEThjjqIn 4x0Om5oDIvGgn4MU8iSTgvyUX/ujO8d7qi863/nO0dnsAT+NC0bsjjrfVpIBqy1s/DBs ct2prBYSAB0KieicuxowvLpHeKc5etX347Oe0= Message-ID: Date: Sun, 11 Jan 2009 20:58:28 +0100 From: "Dmitry Adamushko" To: "Ingo Molnar" Subject: Re: [patch] Re: [Bug #12100] resume (S2R) broken by Intel microcode module, on A110L Cc: andeas.herrmann3@amd.com, "Peter Zijlstra" , "Rafael J. Wysocki" , "Andreas Mohr" , "Linux Kernel Mailing List" , "Kernel Testers List" In-Reply-To: <20090111145615.GA26173@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1229728524.5122.13.camel@earth> <20081219233006.GA17984@elte.hu> <20090111145615.GA26173@elte.hu> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3590 Lines: 85 2009/1/11 Ingo Molnar : > > * Ingo Molnar wrote: > >> * Dmitry Adamushko wrote: >> >> > Hi, >> > >> > >> > This is in response to the following bug report: >> > >> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12100 >> > Subject : resume (S2R) broken by Intel microcode module, on A110L >> > Submitter : Andreas Mohr >> > Date : 2008-11-25 08:48 (19 days old) >> > Handled-By : Dmitry Adamushko >> >> applied to tip/x86/microcode, thanks Dmitry! >> >> The fix looks right but somewhat intrusive in scope, so i'm a bit >> reluctant to push it towards .28 straight away - without having feedback >> in the bugzilla. If feedback is positive (the bug reported there goes >> away completely) we can cherry-pick it over into x86/urgent, ok? And in >> any case i've marked it as a -stable backport for .28.1. > > hm, -tip testing just found this microcode locking lockdep splat: > > [ 48.004158] SMP alternatives: switching to UP code > [ 48.342853] CPU0 attaching NULL sched-domain. > [ 48.344288] CPU1 attaching NULL sched-domain. > [ 48.354696] CPU0 attaching NULL sched-domain. > [ 48.361215] device: 'cpu1': device_unregister > [ 48.364231] device: 'cpu1': device_create_release > [ 48.368138] > [ 48.368139] ======================================================= > [ 48.372039] [ INFO: possible circular locking dependency detected ] > [ 48.372039] 2.6.29-rc1-tip-00901-g9699183-dirty #15577 > [ 48.372039] ------------------------------------------------------- > [ 48.372039] S99local/3496 is trying to acquire lock: > [ 48.372039] (microcode_mutex){--..}, at: [] microcode_fini_cpu+0x17/0x2b > [ 48.372039] > [ 48.372039] but task is already holding lock: > [ 48.372039] (&cpu_hotplug.lock){--..}, at: [] cpu_hotplug_begin+0x1f/0x47 > [ 48.372039] > [ 48.372039] which lock already depends on the new lock. > [ 48.372039] > [ 48.372039] > [ 48.372039] the existing dependency chain (in reverse order) is: > [ 48.372039] > [ 48.372039] -> #1 (&cpu_hotplug.lock){--..}: > [ 48.372039] [] validate_chain+0x8e9/0xb94 > [ 48.372039] [] __lock_acquire+0x667/0x6e1 > [ 48.372039] [] lock_acquire+0x5d/0x7a > [ 48.372039] [] mutex_lock_nested+0xdc/0x170 > [ 48.372039] [] get_online_cpus+0x22/0x34 > [ 48.372039] [] work_on_cpu+0x50/0x8a > [ 48.372039] [] microcode_init_cpu+0x25/0x32 > [ 48.372039] [] mc_sysdev_add+0x91/0x9b > [ 48.372039] [] sysdev_driver_register+0x9b/0xea I'll check more carefully... At the first glance, the presence of work_on_cpu() looks strange. My first idea was that it's used somewhere by request_firmware() but even assuming some functions might have been inlined (and a call via a function pointer is not shown either), I don't immediately see how we might end up with microcode_init_cpu() -> ... -> work_on_cpu(). I've locked up all the use cases of work_on_cpu() in the current -tip (about 20), and none of them seem to explain its appearance in the trace. weird... > > Ingo > -- Best regards, Dmitry Adamushko -- 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/