Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753449Ab3HFFes (ORCPT ); Tue, 6 Aug 2013 01:34:48 -0400 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:40949 "EHLO e28smtp03.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752211Ab3HFFeq (ORCPT ); Tue, 6 Aug 2013 01:34:46 -0400 Message-ID: <52008AEF.2050601@linux.vnet.ibm.com> Date: Tue, 06 Aug 2013 13:34:39 +0800 From: yun wang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Miles Lane CC: LKML Subject: Re: 3.11.0-rc4 (Linus GIT) -- WARNING: CPU: 1 PID: 1 at kernel/time/tick-sched.c:185 can_stop_full_tick+0x7e/0x89() References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13080605-3864-0000-0000-0000096FE2A7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4428 Lines: 89 Hi, Miles On 08/06/2013 12:30 PM, Miles Lane wrote: > I am not seeing any problems in the behavior of the computer, but > wonder if this indicates something that needs fixing. > > [ 1.969109] WARNING: CPU: 1 PID: 1 at kernel/time/tick-sched.c:185 > can_stop_full_tick+0x7e/0x89() According to the comments: /* * Don't allow the user to think they can get * full NO_HZ with this machine. */ I guess this WARN is just supposed to notify user that two feature are conflict. I'm not sure whether this is the right way, may be declaim while making config will be better, but consider that nohz could also be enabled by boot option, may be this is a good way... Regards, Michael Wang > [ 1.969121] NO_HZ FULL will not work with unstable sched clock > [ 1.969129] Modules linked in: > [ 1.969142] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.11.0-rc4 #150 > [ 1.969152] Hardware name: ASUSTeK Computer Inc. UL50VT > /UL50VT , BIOS 217 03/01/2010 > [ 1.969166] 0000000000000000 ffff88013f303eb0 ffffffff8138347b > ffff88013f303ef8 > [ 1.969183] ffff88013f303ee8 ffffffff8103454f ffffffff81079bbf > ffff88013f30d7b0 > [ 1.969199] 0000000000000001 ffff88013a801dc0 ffff88013a802240 > ffff88013f303f48 > [ 1.969216] Call Trace: > [ 1.969222] [] dump_stack+0x4e/0x82 > [ 1.969241] [] warn_slowpath_common+0x75/0x8e > [ 1.969253] [] ? can_stop_full_tick+0x7e/0x89 > [ 1.969265] [] warn_slowpath_fmt+0x47/0x49 > [ 1.969278] [] can_stop_full_tick+0x7e/0x89 > [ 1.969290] [] tick_nohz_irq_exit+0x63/0x7f > [ 1.969302] [] irq_exit+0xa4/0xac > [ 1.969314] [] smp_apic_timer_interrupt+0x30/0x3c > [ 1.969327] [] apic_timer_interrupt+0x6f/0x80 > [ 1.969336] [] ? save_stack_trace+0x26/0x41 > [ 1.969355] [] ? _raw_spin_unlock_irqrestore+0x3c/0x69 > [ 1.969369] [] __slab_free+0x53/0x317 > [ 1.969382] [] ? debug_check_no_obj_freed+0x103/0x153 > [ 1.969397] [] kfree+0x102/0x111 > [ 1.969410] [] ? acpi_ns_get_node+0xb6/0xc6 > [ 1.969422] [] acpi_ns_get_node+0xb6/0xc6 > [ 1.969434] [] ? _raw_spin_unlock_irqrestore+0x5b/0x69 > [ 1.969447] [] ? up+0x34/0x39 > [ 1.969459] [] ? acpi_os_signal_semaphore+0x1c/0x28 > [ 1.969472] [] acpi_get_handle+0x7e/0x92 > [ 1.969486] [] pnpacpi_add_device_handler+0x57/0x217 > [ 1.969499] [] acpi_ns_get_device_callback+0x135/0x14b > [ 1.969511] [] ? up+0x34/0x39 > [ 1.969523] [] acpi_ns_walk_namespace+0xc3/0x17a > [ 1.969535] [] ? acpi_walk_namespace+0xc0/0xc0 > [ 1.969547] [] acpi_get_devices+0x5d/0x72 > [ 1.969560] [] ? ispnpidacpi+0x84/0x84 > [ 1.969571] [] ? pnpacpi_add_device_handler+0x217/0x217 > [ 1.969584] [] pnpacpi_init+0x5e/0x8c > [ 1.969596] [] do_one_initcall+0x8e/0x12b > [ 1.969608] [] ? parameq+0x1d/0x1f > [ 1.969619] [] ? parse_args+0x18c/0x23f > [ 1.969632] [] kernel_init_freeable+0x115/0x196 > [ 1.969643] [] ? do_early_param+0x88/0x88 > [ 1.969654] [] ? rest_init+0x131/0x131 > [ 1.969665] [] kernel_init+0x9/0xd1 > [ 1.969676] [] ret_from_fork+0x7c/0xb0 > [ 1.969687] [] ? rest_init+0x131/0x131 > -- > 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/ > -- 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/