Re: [PATCH v2 0/7] Generic RB-tree helpers

2021-01-26 Thread Davidlohr Bueso

On Mon, 25 Jan 2021, Peter Zijlstra wrote:


Hai all,

I found myself needing to write yet another rbtree and remembered I had these
patches gathering dust. I've had them in a git tree pretty much ever since I
posted them last and the robot is telling me they build/work/dance/sing fine.

I'm proposing to stick them in tip and get on with life. What say you?


I like consolidating this code with helpers, reduces LoC and improves
readability imo. Feel free to add my:

Acked-by: Davidlohr Bueso 


[PATCH v2 0/7] Generic RB-tree helpers

2021-01-25 Thread Peter Zijlstra


Hai all,

I found myself needing to write yet another rbtree and remembered I had these
patches gathering dust. I've had them in a git tree pretty much ever since I
posted them last and the robot is telling me they build/work/dance/sing fine.

I'm proposing to stick them in tip and get on with life. What say you?