Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753325AbZFQPOs (ORCPT ); Wed, 17 Jun 2009 11:14:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752309AbZFQPOl (ORCPT ); Wed, 17 Jun 2009 11:14:41 -0400 Received: from mail-fx0-f212.google.com ([209.85.220.212]:37235 "EHLO mail-fx0-f212.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751004AbZFQPOk (ORCPT ); Wed, 17 Jun 2009 11:14:40 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=whb0Z8a6AfG+aVNBob5LcpG1ZDq3aChX32TheW5ESHAP5IcF+HEPiMBkDhAJN1jXru /abTTA3cbcd1EkNf445L1ALUTAdzxTNUpUUtDZkkM/V266538WwMbsXSTYYOmvFj7GJg KCFcqM5DUihVhuZJdKirHJ1LCr3IgsPsCzaQk= Date: Wed, 17 Jun 2009 19:14:39 +0400 From: Cyrill Gorcunov To: Vegard Nossum Cc: Ingo Molnar , LKML , Yinghai Lu Subject: Re: WARNING: at arch/x86/kernel/apic/apic.c:249 native_apic_write_dummy Message-ID: <20090617151439.GC4675@lenovo> References: <19f34abd0906170811h36a7082asf68294db9490a049@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19f34abd0906170811h36a7082asf68294db9490a049@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2576 Lines: 59 [Vegard Nossum - Wed, Jun 17, 2009 at 05:11:20PM +0200] | Hi, | | I just saw this warning on latest mainline when shutting down a box: | | [ 503.576724] ACPI: Preparing to enter system sleep state S5 | [ 503.710857] Disabling non-boot CPUs ... | [ 503.716853] Power down. | [ 503.717770] ------------[ cut here ]------------ | [ 503.717770] WARNING: at arch/x86/kernel/apic/apic.c:249 native_apic_write_du) | [ 503.717770] Hardware name: OptiPlex GX100 | [ 503.717770] Modules linked in: | [ 503.717770] Pid: 2136, comm: halt Not tainted 2.6.30 #443 | [ 503.717770] Call Trace: | [ 503.717770] [] ? printk+0x18/0x1a | [ 503.717770] [] ? native_apic_write_dummy+0x38/0x50 | [ 503.717770] [] warn_slowpath_common+0x6c/0xc0 | [ 503.717770] [] ? native_apic_write_dummy+0x38/0x50 | [ 503.717770] [] warn_slowpath_null+0x15/0x20 | [ 503.717770] [] native_apic_write_dummy+0x38/0x50 | [ 503.717770] [] disconnect_bsp_APIC+0x63/0x100 | [ 503.717770] [] disable_IO_APIC+0xb8/0xc0 | [ 503.717770] [] ? acpi_power_off+0x0/0x29 | [ 503.717770] [] native_machine_shutdown+0x65/0x80 | [ 503.717770] [] native_machine_power_off+0x26/0x30 | [ 503.717770] [] machine_power_off+0x9/0x10 | [ 503.717770] [] kernel_power_off+0x36/0x40 | [ 503.717770] [] sys_reboot+0xfd/0x1f0 | [ 503.717770] [] ? perf_swcounter_event+0xb0/0x130 | [ 503.717770] [] ? perf_counter_task_sched_out+0x5d/0x120 | [ 503.717770] [] ? finish_task_switch+0x56/0xd0 | [ 503.717770] [] ? schedule+0x49e/0xb40 | [ 503.717770] [] ? sys_kill+0x70/0x160 | [ 503.717770] [] ? selinux_file_ioctl+0x3b/0x50 | [ 503.717770] [] ? sys_ioctl+0x63/0x70 | [ 503.717770] [] sysenter_do_call+0x12/0x22 | [ 503.717770] ---[ end trace 8157b5d0ed378f15 ]--- | [ 503.717770] acpi_power_off called | | That's including this commit: | | commit 103428e57be323c3c5545db8ad12667099bc6005 | Author: Cyrill Gorcunov | Date: Sun Jun 7 16:48:40 2009 +0400 | | x86, apic: Fix dummy apic read operation together with broken MP handling | | | Vegard | Thanks Vegard, will take a look. -- Cyrill -- 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/