Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753315Ab2BBAAo (ORCPT ); Wed, 1 Feb 2012 19:00:44 -0500 Received: from e28smtp02.in.ibm.com ([122.248.162.2]:44632 "EHLO e28smtp02.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752952Ab2BBAAm (ORCPT ); Wed, 1 Feb 2012 19:00:42 -0500 Message-ID: <4F29D221.9050104@linux.vnet.ibm.com> Date: Thu, 02 Feb 2012 05:30:33 +0530 From: "Srivatsa S. Bhat" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Manuel Lauss CC: LKML , Maciej Rutecki , Suresh B Siddha , Peter Zijlstra , Sergey Senozhatsky Subject: Re: [WARN] offlining CPUs yields warning at arch/x86/kernel/smp.c:120 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit x-cbid: 12020200-5816-0000-0000-0000011E53AF Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2023 Lines: 58 On 02/01/2012 07:53 PM, Manuel Lauss wrote: > Hello, > > When offlining/onlining CPUs the following warning is spat out repeatedly. > System is a 4-core+HT SandyBridge laptop. Full dmesg below. > > CPU 7 is now offline > CPU 6 is now offline > CPU 5 is now offline > ------------[ cut here ]------------ > WARNING: at /mnt/data/.src/linux.git/arch/x86/kernel/smp.c:120 > update_process_times+0x65/0x80() > Hardware name: Precision M6600 > Modules linked in: > Pid: 17, comm: migration/2 Not tainted 3.3.0-rc1-00473-g6bc2b95 #1 > Call Trace: > [] ? warn_slowpath_common+0x7b/0xc0 > [] ? tick_nohz_handler+0xd0/0xd0 > [] ? update_process_times+0x65/0x80 > [] ? tick_sched_timer+0x5b/0xb0 > [] ? __run_hrtimer.isra.33+0x4e/0xe0 > [] ? hrtimer_interrupt+0xe0/0x210 > [] ? queue_stop_cpus_work+0xf0/0xf0 > [] ? smp_apic_timer_interrupt+0x63/0xa0 > [] ? apic_timer_interrupt+0x6b/0x70 > [] ? stop_machine_cpu_stop+0x8a/0xb0 > [] ? cpu_stopper_thread+0xc4/0x190 > [] ? try_to_wake_up+0x1de/0x290 > [] ? __wake_up_common+0x4f/0x80 > [] ? cpu_stop_signal_done+0x30/0x30 > [] ? kthread+0x85/0x90 > [] ? kernel_thread_helper+0x4/0x10 > [] ? kthread_freezable_should_stop+0x60/0x60 > [] ? gs_change+0xb/0xb > ---[ end trace 431db5dbf525be16 ]--- > CPU 4 is now offline > > [and so on]. > > Please take a look. > Hi, Try this patch: https://lkml.org/lkml/2012/1/19/463 Regards, Srivatsa S. Bhat IBM Linux Technology Center -- 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/