From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752619AbaFECPD (ORCPT ); Wed, 4 Jun 2014 22:15:03 -0400 Received: from mga11.intel.com ([192.55.52.93]:58576 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660AbaFECPA (ORCPT ); Wed, 4 Jun 2014 22:15:00 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,977,1392192000"; d="scan'208";a="542670704" Date: Thu, 5 Jun 2014 10:14:57 +0800 From: Fengguang Wu To: Steven Rostedt Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: build warning after merge of the ftrace tree Message-ID: <20140605021457.GA19061@localhost> References: <20140604160921.4f4e69c4@canb.auug.org.au> <20140604122612.366e2874@gandalf.local.home> <20140605002012.GA10446@localhost> <20140604210016.4766adba@gandalf.local.home> <20140605010353.GA13193@localhost> <20140604211202.0eb5d147@gandalf.local.home> <20140605013300.GA13341@localhost> <20140604213932.5a48112d@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140604213932.5a48112d@gandalf.local.home> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 04, 2014 at 09:39:32PM -0400, Steven Rostedt wrote: > On Thu, 5 Jun 2014 09:33:00 +0800 > Fengguang Wu wrote: > > > > Here are the recent emails sent to you: > > > > 439 F May 10 To Steven Rostedt (4440:1) [trace:ftrace/next-3.17 29/29] kernel/trace/ftrace.c:108:27: warning: 'removed_ops' defined but not used > > 446 F May 10 To Steven Rostedt (3531:1) [trace:ftrace/next-3.17 29/29] kernel/trace/ftrace.c:5358:12: error: 'struct ftrace_ops' has no member named 'trampoline' > > 1207 F May 31 To Steven Rostedt ( 43:0) [trace:ftrace/core 29/32] kernel/trace/trace_benchmark.c:38:6: warning: unused variable 'seedsq' > > 1210 F May 31 To Steven Rostedt ( 29:0) [trace:ftrace/core 29/32] kernel/trace/trace_benchmark.c:84:3: warning: comparison of distinct pointer types lacks a cast > > I don't have any of those :-( Ah.. > > > I may add a bad commit to one of my branches and see if I get a > > > response from you just to test it out. I really hope we can fix this > > > because I've gotten someone dependent on your reports. :-/ > > > > Yes we need to fix it. The same lost email issue has happened for > > someone else, which was fixed by changing the email address. I can > > conveniently redirect reports to any other email addresses you have. > > I wonder if the "(Red Hat)" part is causing an issue. Can you send > directly to my email "rostedt@goodmis.org" and strip the name part? OK. I've committed the change. Let's see how well it will work. Thanks, Fengguang