Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932891AbcCIOog (ORCPT ); Wed, 9 Mar 2016 09:44:36 -0500 Received: from smtprelay0218.hostedemail.com ([216.40.44.218]:49865 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753676AbcCIOo3 (ORCPT ); Wed, 9 Mar 2016 09:44:29 -0500 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::::,RULES_HIT:41:355:379:421:541:599:960:966:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2196:2199:2393:2553:2559:2562:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3871:3872:3873:3874:4385:5007:6261:7875:7903:9040:10004:10400:10848:10967:11232:11658:11914:12296:12517:12519:12663:12679:12740:13069:13071:13138:13161:13229:13231:13311:13357:13439:14096:14097:14659:14721:21060:21067:21080:21088:30054:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: room29_60e00b87ba64f X-Filterd-Recvd-Size: 2031 Date: Wed, 9 Mar 2016 09:44:24 -0500 From: Steven Rostedt To: Tom Zanussi Cc: masami.hiramatsu.pt@hitachi.com, namhyung@kernel.org, josh@joshtriplett.org, andi@firstfloor.org, mathieu.desnoyers@efficios.com, peterz@infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/23] tracing: 'hist' triggers Message-ID: <20160309094424.613668a7@gandalf.local.home> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; x86_64-pc-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 Content-Length: 1053 Lines: 33 On Thu, 3 Mar 2016 12:54:40 -0600 Tom Zanussi wrote: > This is v16 of the 'hist triggers' patchset. > > This version incorporates a couple changes suggested by Steve. > > Patch 1 can be merged into patch 8 from v13, 'tracing: Add lock-free > tracing_map'. Following the v13 suggestions, I made a couple changes > to the tracing map constants to clarify the field relationships, and > added a couple missing comments I noticed while at it. > Hi Tom! I tested this, played with it a little, and I think it's pretty much ready to go. But I'm very nervous about sending this to Linux-next this late in the current rc cycle. I would like this in next for a full cycle before sending it to Linus. Thus, I'm going to push everything up to but excluding: tracing: Add lock-free tracing_map The hist tree that I tested and played with is on my repo in ftrace/hist branch. I'll push this to linux-next after 4.6-rc1 is released, and then we can get it into the 4.7 merge window. Does that sound fine to you? -- Steve