Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755469AbYAFDsB (ORCPT ); Sat, 5 Jan 2008 22:48:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753024AbYAFDrv (ORCPT ); Sat, 5 Jan 2008 22:47:51 -0500 Received: from one.firstfloor.org ([213.235.205.2]:49138 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752889AbYAFDru (ORCPT ); Sat, 5 Jan 2008 22:47:50 -0500 Date: Sun, 6 Jan 2008 04:50:01 +0100 From: Andi Kleen To: Arjan van de Ven Cc: Andi Kleen , Linux Kernel Mailing List , Linus Torvalds , Andrew Morton , NetDev Subject: Re: Top 10 kernel oopses for the week ending January 5th, 2008 Message-ID: <20080106035001.GA10129@one.firstfloor.org> References: <477FF149.4070609@linux.intel.com> <47804B91.1050709@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47804B91.1050709@linux.intel.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 27 On Sat, Jan 05, 2008 at 07:31:29PM -0800, Arjan van de Ven wrote: > Andi Kleen wrote: > >Arjan van de Ven writes: > >>Rank 4: remove_proc_entry > >> Was also ranked 4th last week > >> Only in tainted oopses > >> Reported 3 times (12 total reports) > >> More info: > >> http://www.kerneloops.org/search.php?search=remove_proc_entry > > > >Likely a broken module_exit() function that corrupts the list. To track > >these down it might be useful to keep a list of recently unloaded modules > >and dump these too in the oops module list with a special flag. > > > I suspect that simply printing the currently unloading module will catch > 90%+ already; There are a few cases where the corruption is only visible next time someone accesses the list. So a small ring buffer might make sense. -Andi -- 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/