Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762448AbYBRVHi (ORCPT ); Mon, 18 Feb 2008 16:07:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762837AbYBRVF6 (ORCPT ); Mon, 18 Feb 2008 16:05:58 -0500 Received: from smtp5-g19.free.fr ([212.27.42.35]:46104 "EHLO smtp5-g19.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762819AbYBRVF4 (ORCPT ); Mon, 18 Feb 2008 16:05:56 -0500 Message-ID: <47B9F331.7070808@free.fr> Date: Mon, 18 Feb 2008 22:05:53 +0100 From: Laurent Riffard User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.1.12) Gecko/20080201 SeaMonkey/1.1.8 MIME-Version: 1.0 To: Arjan van de Ven CC: Andrew Morton , linux-kernel@vger.kernel.org, Stuart Bennett Subject: Re: 2.6.25-rc2-mm1: WARNING at arch/x86/mm/ioremap.c:129 References: <20080216002522.9c4bd0fb.akpm@linux-foundation.org> <47B7553D.5040601@free.fr> <47B9DDF4.8030605@linux.intel.com> In-Reply-To: <47B9DDF4.8030605@linux.intel.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3414 Lines: 79 Le 18.02.2008 20:35, Arjan van de Ven a ?crit : > Laurent Riffard wrote: >> Le 16.02.2008 09:25, Andrew Morton a ?crit : >>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/ >>> >> >> Got this in dmesg output: >> >> ------------[ cut here ]------------ >> WARNING: at arch/x86/mm/ioremap.c:129 __ioremap+0xc7/0x182() > > Can you try the patch below? It should print a bit more information so > that we can figure out who's really at fault here.. (eg it's either > the diagnostics that are wrong, or ACPI is doing something evil (on > behalf of the bios), we need to know what address is being triggered) I've got 2 new lines in dmesg output: ACPI: EC: Look up EC in DSDT ioremap: trying to map RAM page at 0 <=============== ------------[ cut here ]------------ WARNING: at arch/x86/mm/ioremap.c:134 __ioremap+0xe8/0x1b6() Modules linked in: Pid: 1, comm: swapper Not tainted 2.6.25-rc2-mm1 #41 [] warn_on_slowpath+0x41/0x6d [] ? trace_hardirqs_off+0xb/0xd [] ? runqueue_is_locked+0x23/0x3f [] ? release_console_sem+0x1be/0x1c6 [] ? vprintk+0x2d0/0x31d [] __ioremap+0xe8/0x1b6 [] ioremap_nocache+0xa/0xc [] acpi_os_map_memory+0x11/0x1a [] acpi_ex_system_memory_space_handler+0xd3/0x228 [] ? acpi_ev_address_space_dispatch+0x142/0x1a8 [] ? acpi_ex_system_memory_space_handler+0x0/0x228 [] acpi_ev_address_space_dispatch+0x167/0x1a8 [] acpi_ex_access_region+0x1e4/0x270 [] acpi_ex_field_datum_io+0x153/0x2a1 [] ? cache_alloc_debugcheck_after+0xe9/0x165 [] acpi_ex_extract_from_field+0x91/0x224 [] ? acpi_ex_read_data_from_field+0x163/0x1b0 [] acpi_ex_read_data_from_field+0x180/0x1b0 [] acpi_ex_resolve_node_to_value+0x1aa/0x230 [] acpi_ex_resolve_to_value+0x270/0x2aa [] acpi_ex_resolve_operands+0x24e/0x52f [] acpi_ds_exec_end_op+0xb7/0x4f4 [] acpi_ps_parse_loop+0x5e5/0x79c [] acpi_ps_parse_aml+0xb2/0x2dd [] acpi_ps_execute_method+0x13d/0x20d [] acpi_ns_evaluate+0x10e/0x1b0 [] acpi_ut_evaluate_object+0x57/0x1a1 [] acpi_ut_execute_STA+0x22/0x7b [] ? acpi_ut_release_mutex+0x85/0x8f [] acpi_ns_get_device_callback+0x5a/0x121 [] acpi_ns_walk_namespace+0xfa/0x114 [] acpi_get_devices+0x47/0x5d [] ? acpi_ns_get_device_callback+0x0/0x121 [] ? ec_parse_device+0x0/0x6e [] acpi_ec_ecdt_probe+0xaa/0x10a [] acpi_init+0x73/0x21e [] ? class_create+0x4b/0x64 [] kernel_init+0xa3/0x1f3 [] ? restore_nocheck_notrace+0x0/0xe [] ? kernel_init+0x0/0x1f3 [] ? kernel_init+0x0/0x1f3 [] kernel_thread_helper+0x7/0x10 ======================= ---[ end trace 4eaa2a86a8e2da22 ]--- ioremap: trying to map RAM page at 0 <=============== Completing Region/Field/Buffer/Package initialization:................................................ Hope this helps. -- laurent -- 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/