From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757761AbbBFVYu (ORCPT ); Fri, 6 Feb 2015 16:24:50 -0500 Received: from smtprelay0017.hostedemail.com ([216.40.44.17]:35179 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752525AbbBFVYt (ORCPT ); Fri, 6 Feb 2015 16:24:49 -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:2693:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3870:3871:3872:5007:6119:6261:6742:7875:7903:10004:10400:10848:10967:11232:11658:11914:12517:12519:12555:12679: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: seed11_810bdc45aff48 X-Filterd-Recvd-Size: 2068 Date: Fri, 6 Feb 2015 16:24:45 -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: <20150206162445.2bdbc0da@gandalf.local.home> In-Reply-To: <20150206161924.53c88aae@gandalf.local.home> 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 16:19:24 -0500 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. > Heh, the first patch actually will be marked as fixing another patch by Dave Hansen: 3a630178fd5f3 -- Steve