From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753333AbYJ1QzP (ORCPT ); Tue, 28 Oct 2008 12:55:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752216AbYJ1QzB (ORCPT ); Tue, 28 Oct 2008 12:55:01 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:48287 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751594AbYJ1QzB (ORCPT ); Tue, 28 Oct 2008 12:55:01 -0400 Date: Tue, 28 Oct 2008 09:54:23 -0700 (PDT) From: Linus Torvalds To: Ingo Molnar cc: linux-kernel@vger.kernel.org, Andrew Morton , Steven Rostedt , Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra Subject: Re: [RFC git pull] tracing fixes In-Reply-To: <20081028164615.GA13425@elte.hu> Message-ID: References: <20081028164615.GA13425@elte.hu> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Oct 2008, Ingo Molnar wrote: > While writing up this pull request i noticed that the diffstat of this > tree grew unusually large :-( > > Hence i changed it to an RFC pull request - and if it's not acceptable > we will rebase it to be smaller. The things that make it large are also the main things I like about it (that FTRACE config option confusion and the removal of the nasty daemon), so I pulled it. Linus