From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755571AbbBFV1O (ORCPT ); Fri, 6 Feb 2015 16:27:14 -0500 Received: from smtprelay0182.hostedemail.com ([216.40.44.182]:37264 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753121AbbBFV1N (ORCPT ); Fri, 6 Feb 2015 16:27:13 -0500 X-Session-Marker: 6E657665747340676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:1981:2194:2199:2393:2553:2559:2562:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3870:3871:3872:5007:6119:6261:6742:7514:7875:7903:10004:10400:10848:10967:11232:11658:11914:12517:12519:12740:13069:13255:13311:13357:13618:21080,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 X-HE-Tag: camp08_378b4b79b823 X-Filterd-Recvd-Size: 2200 Date: Fri, 6 Feb 2015 16:27:02 -0500 From: Steven Rostedt To: Sedat Dilek Cc: LKML , "Paul E. McKenney" , Dave Hansen , "Rafael J. Wysocki" , linux-next , Stephen Rothwell , Kristen Carlson Accardi , "H. Peter Anvin" , Rik van Riel , Mel Gorman , Andrew Morton Subject: Re: [PATCH 0/2] tracing/tlb/x85: Fix splat of calling RCU trace code on offline CPU Message-ID: <20150206162702.1bf4cfb4@gandalf.local.home> In-Reply-To: References: <20150206200653.009919583@goodmis.org> <20150206161803.30cdd90e@gandalf.local.home> <20150206161924.53c88aae@gandalf.local.home> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; 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 Fri, 6 Feb 2015 22:23:24 +0100 Sedat Dilek wrote: > On Fri, Feb 6, 2015 at 10:19 PM, Steven Rostedt wrote: > > On Fri, 6 Feb 2015 16:18:03 -0500 > > Steven Rostedt wrote: > > > > > >> But the first patch is a much broader change and more generic which > >> could affect many other locations as well. It is specific to > >> tracepoints, where the tlb one is specific to a single instance. As the > >> first patch affects all tracepoints, I want it in my tree. > >> > > > > I may as well just push the first patch directly to Linus, as it does > > fix false positives. > > > > To be included in 3.19-final? Yes. -- Steve