[Xen-devel] [PATCH] xen: common: rtree: ported updates from linux tree

2017-05-10 Thread Praveen Kumar
The patch contains the updated version of rbtree implementation from linux kernel tree containing the fixes so far handled. Signed-off-by: Praveen Kumar --- xen/common/rbtree.c| 755 - xen/include/xen/compiler.h | 60 +++ xen/include/x

[Xen-devel] [PATCH] xen: common: rtree: ported updates from linux tree

2017-05-10 Thread Praveen Kumar
Hi All, The subject patch imports the changes and updates of the rbtree implementaiton from linux tree. But since, the only current implementation is with tmem.c, which I am not much aware of, and therefore, was unable to test the changes thoroughly. Having said that, I do have plans of adding