From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752106AbdDNIqJ (ORCPT ); Fri, 14 Apr 2017 04:46:09 -0400 Received: from merlin.infradead.org ([205.233.59.134]:36064 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751159AbdDNIqG (ORCPT ); Fri, 14 Apr 2017 04:46:06 -0400 Date: Fri, 14 Apr 2017 10:45:44 +0200 From: Peter Zijlstra To: Eric Dumazet Cc: Vlastimil Babka , "Paul E. McKenney" , LKML , Ingo Molnar , jiangshanlai@gmail.com, dipankar@in.ibm.com, Andrew Morton , Mathieu Desnoyers , Josh Triplett , Thomas Gleixner , Steven Rostedt , David Howells , Frederic Weisbecker , oleg@redhat.com, pranith kumar , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , linux-mm Subject: Re: [PATCH tip/core/rcu 01/13] mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU Message-ID: <20170414084544.wgubp4ikqmohgn67@hirez.programming.kicks-ass.net> References: <20170412165441.GA17149@linux.vnet.ibm.com> <1492016149-18834-1-git-send-email-paulmck@linux.vnet.ibm.com> <20170413091248.xnctlppstkrm6eq5@hirez.programming.kicks-ass.net> <50d59b9c-fa8e-1992-2613-e84774ec5428@suse.cz> <20170413161709.ej3qxuqitykhqtyf@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 13, 2017 at 02:30:19PM -0700, Eric Dumazet wrote: > On Thu, Apr 13, 2017 at 9:17 AM, Peter Zijlstra wrote: > > > git log -S SLAB_DESTROY_BY_RCU > > Maybe, but "git log -S" is damn slow at least here. > > While "git grep" is _very_ fast All true. But in general we don't leave endless markers around like this. For instance: /* the function formerly known as smp_mb__before_clear_bit() */ is not part of the kernel tree. People that used that thing out of tree get to deal with it in whatever way they see fit.