Re: [Xen-devel] [PATCH v4 00/17] xen: common: rbtree: ported updates from Linux tree

2017-07-13 Thread Praveen Kumar
On Tue, 2017-07-04 at 10:45 +0200, Dario Faggioli wrote: > On Tue, 2017-07-04 at 02:27 -0600, Jan Beulich wrote: > > > > > > > > > > > > > > > > > > > On 03.07.17 at 21:58, wrote: > > > > > > Use of designated initializers : > > > f231aebfc4cae2f6ed27a46a31e2630909513d77 > > > > Unless none

Re: [Xen-devel] [PATCH v4 00/17] xen: common: rbtree: ported updates from Linux tree

2017-07-13 Thread Praveen Kumar
On Tue, 2017-07-04 at 14:44 +0530, Praveen Kumar wrote: > On Tue, 2017-07-04 at 10:49 +0200, Dario Faggioli wrote: > > > > On Tue, 2017-07-04 at 01:28 +0530, Praveen Kumar wrote: > > > > > > > > > Below are the categorized Linux commit versions which are not > > > imported : > > > > > > Augment

Re: [Xen-devel] [PATCH v4 00/17] xen: common: rbtree: ported updates from Linux tree

2017-07-04 Thread Praveen Kumar
On Tue, 2017-07-04 at 10:49 +0200, Dario Faggioli wrote: > On Tue, 2017-07-04 at 01:28 +0530, Praveen Kumar wrote: > > > > Below are the categorized Linux commit versions which are not > > imported : > > > > Augmented rbtree : > > 14b94af0b251a2c80885b60538166fb7d04a642e > > 9d9e6f9703bbd642f3f2f

Re: [Xen-devel] [PATCH v4 00/17] xen: common: rbtree: ported updates from Linux tree

2017-07-04 Thread Dario Faggioli
On Tue, 2017-07-04 at 01:28 +0530, Praveen Kumar wrote: > Below are the categorized Linux commit versions which are not > imported : > > Augmented rbtree : > 14b94af0b251a2c80885b60538166fb7d04a642e > 9d9e6f9703bbd642f3f2f807e6aaa642a4cbcec9 > 9c079add0d0f45220f4bb37febf0621137ec2d38 > 3cb7a56344c

Re: [Xen-devel] [PATCH v4 00/17] xen: common: rbtree: ported updates from Linux tree

2017-07-04 Thread Dario Faggioli
On Tue, 2017-07-04 at 02:27 -0600, Jan Beulich wrote: > > > > On 03.07.17 at 21:58, wrote: > > > > Use of designated initializers : > > f231aebfc4cae2f6ed27a46a31e2630909513d77 > > Unless none of the changes actually apply to our code, I can't see > why we wouldn't want to take something like th

Re: [Xen-devel] [PATCH v4 00/17] xen: common: rbtree: ported updates from Linux tree

2017-07-04 Thread Jan Beulich
>>> On 03.07.17 at 21:58, wrote: > Use of designated initializers : > f231aebfc4cae2f6ed27a46a31e2630909513d77 Unless none of the changes actually apply to our code, I can't see why we wouldn't want to take something like this. I do note though that only augmenting callbacks are being affected, i

[Xen-devel] [PATCH v4 00/17] xen: common: rbtree: ported updates from Linux tree

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