Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758072AbYC1Wd5 (ORCPT ); Fri, 28 Mar 2008 18:33:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752353AbYC1Wdp (ORCPT ); Fri, 28 Mar 2008 18:33:45 -0400 Received: from mga06.intel.com ([134.134.136.21]:57546 "EHLO orsmga101.jf.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752122AbYC1Wdo (ORCPT ); Fri, 28 Mar 2008 18:33:44 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.25,572,1199692800"; d="scan'208";a="265667869" Message-ID: <47ED7247.3020203@linux.intel.com> Date: Fri, 28 Mar 2008 15:33:43 -0700 From: Arjan van de Ven User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Linus Torvalds CC: Linux Kernel Mailing List , NetDev Subject: Re: Oops/Warning report for the week of March 28th 2008 References: <47ED3F1A.1090101@linux.intel.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2408 Lines: 42 Linus Torvalds wrote: > >> http://www.kerneloops.org/searchweek.php?search=input_release_device > > The problem with kerneloops is that it seems to be really hard to figure > out the *source* of the oops. I can find the oopses (and it's really good > with the whole search-and-clump-together-by-version thing), but then when > some oops like this is found, it's hard to see where your kerneloops > scripts found the oops from, so the context of the oops is all gone. the website has 2 (well 3) sources for oopses 1) Postings to LKML and related mailing list 2) kernel.org bugzilla bugs (but this technically goes via a mailing list so could count as #1) 3) a daemon/desktop applet application that will, when an oops is found in dmesg or /var/log/messages, pops up a dialog and asks if it's OK to submit the crash data. (always/yes/no/never) Fedora 9 alpha / beta versions have this daemon/applet included (as does Gentoo and several other distros). > Is there something obvious that I'm missing? I'd really like to see the > whole posting that the oops came from. Do you save the originals or even > just message ID's from the ones you pick from emails? For the postings to LKML there is already a link to the message (based on msg id) For bugzilla entries the website actually shows a bugzilla logo and links to the bug directly For the daemon-submitted oopses there is no other data unfortunately (but this is for privacy reasons; since no other info than the oops is submitted users are more likely to allow this) The question (and it is a question still for me) is if those anonymous submissions are useful. I think they are, since they allow for getting a more "neutral" measure of "which oopses are frequent"... At least more neutral than "people who manage to notice an oops in dmesg and then post to LKML"... And there's sometimes power in numbers.. for example in the do_sys_open() oops, I had like 20 no-info oopses, but they ALL had nouveau in the modules list... I can try doing some sorting tricks in the grouping, so that those oopses who have more data than this, show up on top... (and maybe a direct link on the search page) -- 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/