Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759431AbYBRQxi (ORCPT ); Mon, 18 Feb 2008 11:53:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752086AbYBRQxa (ORCPT ); Mon, 18 Feb 2008 11:53:30 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:47650 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750878AbYBRQx3 (ORCPT ); Mon, 18 Feb 2008 11:53:29 -0500 Date: Mon, 18 Feb 2008 08:52:29 -0800 From: Arjan van de Ven To: Andrew Morton Cc: "Zhang, Yanmin" , Christoph Lameter , LKML , Ingo Molnar Subject: Re: NULL pointer in kmem_cache_alloc with 2.6.25-rc1 Message-ID: <20080218085229.3fe9649c@laptopd505.fenrus.org> In-Reply-To: <20080218045918.2b80ee08.akpm@linux-foundation.org> References: <1203058021.3027.143.camel@ymzhang> <20080218045918.2b80ee08.akpm@linux-foundation.org> Organization: Intel X-Mailer: Claws Mail 3.2.0 (GTK+ 2.12.5; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1715 Lines: 41 On Mon, 18 Feb 2008 04:59:18 -0800 Andrew Morton wrote: > On Fri, 15 Feb 2008 14:47:01 +0800 "Zhang, Yanmin" > wrote: > > > Call Trace: > > [] ? __alloc_skb+0x31/0x121 > > [] ? sock_alloc_send_skb+0x77/0x1d2 > > [] ? autoremove_wake_function+0x0/0x2e > > [] ? memcpy_fromiovec+0x36/0x66 > > [] ? unix_stream_sendmsg+0x165/0x333 > > [] ? sock_aio_write+0xd1/0xe0 > > [] ? __wake_up_common+0x41/0x74 > > [] ? do_sync_write+0xc9/0x10c > > [] ? __do_fault+0x382/0x3cd > > [] ? autoremove_wake_function+0x0/0x2e > > [] ? handle_mm_fault+0x38a/0x70d > > [] ? error_exit+0x0/0x51 > > [] ? __dequeue_entity+0x1c/0x32 > > [] ? vfs_write+0xc0/0x136 > > [] ? sys_write+0x45/0x6e > > [] ? system_call_after_swapgs+0x7b/0x80 > > off-topic, but... Why are all the backtrace decodes here marked as > being unreliable? probably because the stack is a tad confused, so the back tracer doesn't see even a single good stack frame. Is CONFIG_FRAME_POINTER on? -- If you want to reach me at my work email, use arjan@linux.intel.com For development, discussion and tips for power savings, visit http://www.lesswatts.org -- 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/