From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752613AbYGaECW (ORCPT ); Thu, 31 Jul 2008 00:02:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750741AbYGaECM (ORCPT ); Thu, 31 Jul 2008 00:02:12 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:42392 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbYGaECL (ORCPT ); Thu, 31 Jul 2008 00:02:11 -0400 Date: Wed, 30 Jul 2008 21:01:44 -0700 From: Andrew Morton To: michael@ellerman.id.au Cc: Steven Rostedt , srostedt@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ftrace: Make output nicely spaced for up to 999 cpus Message-Id: <20080730210144.0f4970c9.akpm@linux-foundation.org> In-Reply-To: <1217476339.1487.24.camel@localhost> References: <20080725221124.GA837@goodmis.org> <1217476339.1487.24.camel@localhost> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 31 Jul 2008 13:52:19 +1000 Michael Ellerman wrote: > On Fri, 2008-07-25 at 18:11 -0400, Steven Rostedt wrote: > > On Wed, Jul 16, 2008 at 05:15:01PM +1000, Michael Ellerman wrote: > > > > > > Currently some of the ftrace output goes skewiff if you have more > > > than 9 cpus, and some if you have more than 99. > > > > > > Twiddle with the headers and format strings to make up to 999 cpus > > > display without causing spacing problems. > > > > > > Signed-off-by: Michael Ellerman > > > > Signed-off-by: Steven Rostedt I switched that to Acked-by:. A Signed-off-by: implies that you (co)authored the patch or that it went through your hands. That does not appear to be the case here. > Hi Steven, > > Is there an ftrace tree I should send this to? Or should I ask Andrew to > throw it in -mm ? Normally Ingo handles ftrace but he will shortly be offline for a bit, so I'll suck up whatever Ingoish things happen to cross my desk.