From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752310Ab1H3HH0 (ORCPT ); Tue, 30 Aug 2011 03:07:26 -0400 Received: from mail.skyhub.de ([78.46.96.112]:51536 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752245Ab1H3HHV (ORCPT ); Tue, 30 Aug 2011 03:07:21 -0400 Date: Tue, 30 Aug 2011 09:07:15 +0200 From: Borislav Petkov To: Peter Zijlstra Cc: Linus Torvalds , Linux Kernel Mailing List Subject: Re: Linux 3.1-rc4 Message-ID: <20110830070715.GA15134@liondog.tnic> Mail-Followup-To: Borislav Petkov , Peter Zijlstra , Linus Torvalds , Linux Kernel Mailing List References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 28, 2011 at 09:52:43PM -0700, Linus Torvalds wrote: > We're back on track on weekly -rc releases. Peter, I get the following lockdep splat on -rc4, it looks like load balancing something. [ 5183.478132] ------------[ cut here ]------------ [ 5183.478155] WARNING: at kernel/lockdep.c:690 __lock_acquire+0x189/0x916() [ 5183.478164] Hardware name: System Product Name [ 5183.478171] Modules linked in: tun cpufreq_powersave cpufreq_userspace cpufreq_conservative powernow_k8 mperf cpufreq_stats binfmt_misc fuse ipv6 kvm_amd kvm vfat fat radeon ttm drm_kms_helper cfbcopyarea cfbimgblt cfbfillrect 8250_pnp edac_core 8250 serial_core k10temp [ 5183.478256] Pid: 0, comm: kworker/0:1 Not tainted 3.1.0-rc4 #37 [ 5183.478263] Call Trace: [ 5183.478270] [] ? _raw_spin_unlock_irqrestore+0x38/0x69 [ 5183.478297] [] warn_slowpath_common+0x85/0x9d [ 5183.478310] [] warn_slowpath_null+0x1a/0x1c [ 5183.478321] [] __lock_acquire+0x189/0x916 [ 5183.478332] [] ? __lock_acquire+0x8b2/0x916 [ 5183.478344] [] ? double_rq_lock+0x4f/0x54 [ 5183.478355] [] lock_acquire+0x14e/0x193 [ 5183.478364] [] ? double_rq_lock+0x4f/0x54 [ 5183.478375] [] ? put_lock_stats+0xe/0x29 [ 5183.478387] [] _raw_spin_lock_nested+0x44/0x79 [ 5183.478396] [] ? double_rq_lock+0x4f/0x54 [ 5183.478406] [] ? _raw_spin_lock+0x6c/0x73 [ 5183.478416] [] ? double_rq_lock+0x30/0x54 [ 5183.478425] [] double_rq_lock+0x4f/0x54 [ 5183.478437] [] load_balance+0x1ca/0x4cb [ 5183.478447] [] ? load_balance+0x4cb/0x4cb [ 5183.478460] [] rebalance_domains+0x165/0x1f4 [ 5183.478470] [] ? load_balance+0x4cb/0x4cb [ 5183.478481] [] run_rebalance_domains+0xc9/0x136 [ 5183.478493] [] __do_softirq+0x172/0x2f2 [ 5183.478507] [] ? do_softirq+0x2c/0x85 [ 5183.478519] [] call_softirq+0x1c/0x30 [ 5183.478530] [] do_softirq+0x3d/0x85 [ 5183.478539] [] irq_exit+0x53/0xbd [ 5183.478552] [] smp_call_function_single_interrupt+0x34/0x36 [ 5183.478564] [] call_function_single_interrupt+0x70/0x80 [ 5183.478571] [] ? retint_restore_args+0xe/0xe [ 5183.478591] [] ? default_idle+0xef/0x1f5 [ 5183.478602] [] ? default_idle+0xed/0x1f5 [ 5183.478612] [] amd_e400_idle+0xcf/0xf6 [ 5183.478624] [] cpu_idle+0x6f/0xc2 [ 5183.478636] [] start_secondary+0x1ad/0x1b2 [ 5183.478646] ---[ end trace 2434d22bc511873d ]--- Thanks. -- Regards/Gruss, Boris.