From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757103AbZCFStd (ORCPT ); Fri, 6 Mar 2009 13:49:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751621AbZCFStY (ORCPT ); Fri, 6 Mar 2009 13:49:24 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:39322 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbZCFStY (ORCPT ); Fri, 6 Mar 2009 13:49:24 -0500 Date: Fri, 6 Mar 2009 19:49:04 +0100 From: Ingo Molnar To: Steven Rostedt Cc: Frederic Weisbecker , LKML , Andrew Morton , Lai Jiangshan , Linus Torvalds , Peter Zijlstra Subject: Re: [PATCH 4/5 v3] tracing/core: drop the old ftrace_printk implementation in favour of ftrace_bprintk Message-ID: <20090306184904.GA24571@elte.hu> References: <1236356510-8381-1-git-send-email-fweisbec@gmail.com> <1236356510-8381-5-git-send-email-fweisbec@gmail.com> <20090306170222.GA11285@elte.hu> <20090306171413.GB32128@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > > On Fri, 6 Mar 2009, Ingo Molnar wrote: > > > > > > i've put them into a separate branch forked off > > > tip:tracing/ftrace: tip:tracing/printk. The two vsprintf > > > patches are in tip:core/printk and merged into tracing/ftrace. > > > > > > You can thus apply your current enhancements without any > > > interaction with me - and merge tracing/printk into the > > > tip:tracing/ftrace branch on your own schedule, ok? > > > > ah - i misunderstood - i see that it interacts with your commits > > from last night. > > > > I've excluded tip:tracing/printk from tip:master for now and > > will let you guys fix it up when you have time for it. > > Ingo, > > It compiles fine. Only a new item in the struct was added, nothing was > removed. It just prints out a bit funny ;-) > > You can go ahead and merge it into tracing/ftrace, and then I > can work with that to fix up the formatting. triggers this build failure on certain configs: kernel/trace/trace.c:1205: error: implicit declaration of function 'vbin_printf' kernel/trace/trace_output.c:64: error: implicit declaration of function 'bstr_printf' so i've excluded it from tip:master again for now. Ingo