Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761389AbXEWWcs (ORCPT ); Wed, 23 May 2007 18:32:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756433AbXEWWcj (ORCPT ); Wed, 23 May 2007 18:32:39 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:41023 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756306AbXEWWci (ORCPT ); Wed, 23 May 2007 18:32:38 -0400 Date: Wed, 23 May 2007 15:32:37 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Srihari Vijayaraghavan cc: Hugh Dickins , Ingo Molnar , Oliver Xymoron , Andrew Morton , Jens Axboe , linux-kernel@vger.kernel.org Subject: Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub In-Reply-To: <441277.33537.qm@web52606.mail.re2.yahoo.com> Message-ID: References: <441277.33537.qm@web52606.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1140 Lines: 31 On Thu, 24 May 2007, Srihari Vijayaraghavan wrote: > I'm stunned. Honestly, I have no possible explanations for this behaviour. Do > you? I need more time to work out (until otherwise you might know a reason). Hmmm... Bad. We have conflicting reports and no clear way to trigger the bug. This may actually only trigger depending on how certain objects is place in memory. Could you boot with slub_debug and then run slabinfo -v to validate all slabs? If there is anything wrong with an object then it should show in the syslog. slabinfo.c can be found at Documentation/vm/slabinfo.c > Oh, while at it, I created this patch (to ask you more info on what > slub_nomerge is for): See Documentation/vm/slub.txt which covers most of those. slub_nomerge is not mentioned. It removes an optimization and that is only useful for debugging strange cornercases. I hope to remove it someday. - 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/