Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751457AbXEXQkr (ORCPT ); Thu, 24 May 2007 12:40:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750735AbXEXQkj (ORCPT ); Thu, 24 May 2007 12:40:39 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:58830 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750724AbXEXQki (ORCPT ); Thu, 24 May 2007 12:40:38 -0400 Date: Thu, 24 May 2007 09:40:38 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Ingo Molnar cc: Randy Dunlap , Andrew Morton , Michal Piotrowski , linux-kernel@vger.kernel.org Subject: Re: 2.6.22-rc2-mm1 In-Reply-To: <20070524073131.GA17501@elte.hu> Message-ID: References: <20070523004233.5ae5f6fd.akpm@linux-foundation.org> <46540DB2.5000605@googlemail.com> <4654AC94.6080601@googlemail.com> <20070523150122.f9946f37.akpm@linux-foundation.org> <20070523153730.e0e9e91d.akpm@linux-foundation.org> <20070523182145.7d7f1f7e.randy.dunlap@oracle.com> <20070524073131.GA17501@elte.hu> 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: 855 Lines: 22 On Thu, 24 May 2007, Ingo Molnar wrote: > > when constructing debug output it's a good idea to make it as > 'context-free' as possible. I.e. instead of saying 'Filler' and > explaining it somewhere in Documentation/*, just say: > > Expected memory values at 0xc90f6d50: 5a 5a 5a 5a 5a 5a 5a 5a > ... but found the following values: 12 34 56 78 90 12 34 56 Meaning just print the corrupted values? Otherwise the text will take up a lot of real estate and will make it impossible to view the actual object contents. I think I can skip the filler etc if its not corrupted. Maybe that will help? - 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/