Re: [PATCH perf] tools: Update rbtree files

2017-10-13 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 12, 2017 at 01:52:11PM -0600, David Ahern escreveu: > hi Arnaldo: > > On 9/29/17 2:26 PM, David Ahern wrote: > > Update rbtree files to 4.14. > > Haven't seen this one in your perf/core branch. You added the existing > version, so assuming an update goes through you as well. Ok, I'll

Re: [PATCH perf] tools: Update rbtree files

2017-10-12 Thread David Ahern
hi Arnaldo: On 9/29/17 2:26 PM, David Ahern wrote: > Update rbtree files to 4.14. Haven't seen this one in your perf/core branch. You added the existing version, so assuming an update goes through you as well. > > Changes made after copy: > - update guards in header files > - remove rcu referen

[PATCH perf] tools: Update rbtree files

2017-09-29 Thread David Ahern
Update rbtree files to 4.14. Changes made after copy: - update guards in header files - remove rcu references Signed-off-by: David Ahern --- tools/include/linux/rbtree.h | 59 --- tools/include/linux/rbtree_augmented.h | 58 +-- tools/lib/rbtree.c