Re: [PATCH tip/core/rcu 01/13] mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU

From: Peter Zijlstra
Date: Fri Apr 14 2017 - 04:48:04 EST


On Thu, Apr 13, 2017 at 02:30:19PM -0700, Eric Dumazet wrote:
> On Thu, Apr 13, 2017 at 9:17 AM, Peter Zijlstra <peterz@xxxxxxxxxxxxx> 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.