Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261577AbVEAKKc (ORCPT ); Sun, 1 May 2005 06:10:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261579AbVEAKKc (ORCPT ); Sun, 1 May 2005 06:10:32 -0400 Received: from aun.it.uu.se ([130.238.12.36]:45477 "EHLO aun.it.uu.se") by vger.kernel.org with ESMTP id S261577AbVEAKKZ (ORCPT ); Sun, 1 May 2005 06:10:25 -0400 Date: Sun, 1 May 2005 12:10:01 +0200 (MEST) Message-Id: <200505011010.j41AA1dC026127@harpo.it.uu.se> From: Mikael Pettersson To: akpm@osdl.org, bboissin@gmail.com Subject: Re: 2.6.12-rc3-mm2 Cc: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1872 Lines: 40 On Sun, 1 May 2005 02:27:49 +0200, Benoit Boissinot wrote: >This time it boots correctly, but it oops: ... >[ 37.738020] EIP is at do_proc_dointvec_conv+0x11/0x50 >[ 37.741173] eax: 00000001 ebx: 00000001 ecx: 40adb814 edx: df8f2f08 >[ 37.744357] esi: b7dab001 edi: df8f2eef ebp: df8f2ec0 esp: df8f2ec0 >[ 37.747592] ds: 007b es: 007b ss: 0068 >[ 37.750861] Process sysctl (pid: 5336, threadinfo=df8f2000 task=decbf070) >[ 37.750986] Stack: df8f2f1c c012046c 00000001 00000000 00000001 >df25f6ac 00000001 40adb814 >[ 37.754460] 00000001 00000001 00000000 31cf44c0 df8f000a >c01154ec 00000001 df603f38 >[ 37.758018] 00000006 df8f2ef0 00000001 00000000 b7dab000 >b7dab000 00000001 df8f2f3c >[ 37.761703] Call Trace: >[ 37.768905] [] show_stack+0xa6/0xe0 >[ 37.772695] [] show_registers+0x15b/0x1f0 >[ 37.776529] [] die+0xbb/0x140 >[ 37.780393] [] do_page_fault+0x233/0x6cc >[ 37.784313] [] error_code+0x4f/0x54 >[ 37.788247] [] do_proc_dointvec+0x29c/0x320 >[ 37.792260] [] proc_dointvec+0x2c/0x40 >[ 37.796289] [] do_rw_proc+0x85/0x90 >[ 37.800321] [] proc_writesys+0x21/0x30 >[ 37.804359] [] vfs_write+0x98/0x140 >[ 37.808446] [] sys_write+0x3d/0x70 >[ 37.812544] [] sysenter_past_esp+0x54/0x75 This looks exactly like the effect of the gcc-4.0 miscompilation of net/ipv4/devinet.c I reported 8 days ago. Are you using gcc-4.0? If so, don't, or at least upgrade to the latest snapshot which should include a fix. /Mikael - 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/