From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752620AbdLDMJq (ORCPT ); Mon, 4 Dec 2017 07:09:46 -0500 Received: from smtprelay0184.hostedemail.com ([216.40.44.184]:48106 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750786AbdLDMJn (ORCPT ); Mon, 4 Dec 2017 07:09:43 -0500 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 13,1.2,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::,RULES_HIT:41:355:379:541:599:800:960:966:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2196:2199:2393:2553:2559:2562:3138:3139:3140:3141:3142:3352:3622:3867:3868:3870:3872:3874:4385:5007:6261:7875:10008:10400:10848:10967:11232:11658:11914:12043:12740:12760:12895:13069:13160:13229:13311:13357:13439:14096:14097:14181:14659:14721:14777:21080:21433:21451:21627:30036:30054:30056:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:1:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: sack75_3783fea7a4051 X-Filterd-Recvd-Size: 1918 Date: Mon, 4 Dec 2017 07:09:38 -0500 From: Steven Rostedt To: Chunyan Zhang Cc: Felipe Balbi , Alexander Shishkin , Ingo Molnar , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] kernel: trace: pass export pointer as argument to ->write() Message-ID: <20171204070938.552afb98@vmware.local.home> In-Reply-To: <20170517225228.207c8d4e@gandalf.local.home> References: <20170517080554.1915-1-felipe.balbi@linux.intel.com> <20170517225228.207c8d4e@gandalf.local.home> X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.31; 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 On Wed, 17 May 2017 22:52:28 -0400 Steven Rostedt wrote: > On Thu, 18 May 2017 10:26:59 +0800 > Chunyan Zhang wrote: > > > On 17 May 2017 at 16:05, Felipe Balbi wrote: > > > That way, users don't need to keep a global static pointer and can > > > rely on container_of() to fetch their own structure. > > > > > > Signed-off-by: Felipe Balbi > > > > Reviewed-by: Chunyan Zhang > > > If someone wants to pull this through their tree, feel free to do > so. I've already acked it. I guess nobody pulled this in. Does it still need to go? I'll add it to my tree and start testing it, but I'll drop it if it's not needed (or I don't get a response to this email). -- Steve