Re: [Xen-devel] [resend PATCH] xen: common: rbtree: ported updates from linux tree

2017-05-23 Thread Jan Beulich
>>> On 23.05.17 at 11:12, wrote: > On Thu, 2017-05-18 at 16:47 +0200, Dario Faggioli wrote: >> On Thu, 2017-05-18 at 07:59 -0600, Jan Beulich wrote: >> > >> > > >> > > > >> > > > > >> > > > > On 11.05.17 at 19:21, wrote: >> > > >> > > The patch contains the updated version of rbtree implemen

Re: [Xen-devel] [resend PATCH] xen: common: rbtree: ported updates from linux tree

2017-05-23 Thread Praveen Kumar
Thanks Jan and Dario for your inputs. Will incorporate your suggested inputs and share the updated patch. On Thu, 2017-05-18 at 16:47 +0200, Dario Faggioli wrote: > On Thu, 2017-05-18 at 07:59 -0600, Jan Beulich wrote: > > > > > > > > > > > > > > > > > > > On 11.05.17 at 19:21, wrote: > > >

Re: [Xen-devel] [resend PATCH] xen: common: rbtree: ported updates from linux tree

2017-05-18 Thread Dario Faggioli
On Thu, 2017-05-18 at 07:59 -0600, Jan Beulich wrote: > > > > On 11.05.17 at 19:21, wrote: > > > > The patch contains the updated version of rbtree implementation > > from linux > > kernel tree containing the fixes so far handled. > > I suppose this isn't just fixes, but also enhancements. Furth

Re: [Xen-devel] [resend PATCH] xen: common: rbtree: ported updates from linux tree

2017-05-18 Thread Jan Beulich
>>> On 11.05.17 at 19:21, wrote: > The patch contains the updated version of rbtree implementation from linux > kernel tree containing the fixes so far handled. I suppose this isn't just fixes, but also enhancements. Furthermore I'd appreciate if you recorded the Linux version this was taken from

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

2017-05-11 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| 748 + xen/include/xen/compiler.h | 60 +++ xen/include/x