Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Hillf Danton
Hello Michel Lets first see snippet in another work. https://lkml.org/lkml/2012/9/4/75 [PATCH 5/7] mm rmap: remove vma_address check for address inside vma On Tue, Sep 4, 2012 at 5:20 PM, Michel Lespinasse wrote: > diff --git a/mm/rmap.c b/mm/rmap.c > index

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Michel Lespinasse
On Fri, Sep 07, 2012 at 03:55:14PM -0700, Andrew Morton wrote: > On Fri, 7 Sep 2012 15:29:36 -0700 > Michel Lespinasse wrote: > > > > Ho hum. I don't think I can be bothered untangling all this. > > > > I don't think you should have to do it yourself either. > > Patch wrangling is what I do

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Michel Lespinasse
On Fri, Sep 07, 2012 at 03:55:14PM -0700, Andrew Morton wrote: > On Fri, 7 Sep 2012 15:29:36 -0700 > Michel Lespinasse wrote: > > > > Ho hum. I don't think I can be bothered untangling all this. > > > > I don't think you should have to do it yourself either. > > Patch wrangling is what I do

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Andrew Morton
On Fri, 7 Sep 2012 15:29:36 -0700 Michel Lespinasse wrote: > > Ho hum. I don't think I can be bothered untangling all this. > > I don't think you should have to do it yourself either. Patch wrangling is what I do ;) > But, if you're willing to take it, I can send you replacement patches for

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Michel Lespinasse
On Fri, Sep 7, 2012 at 3:13 PM, Andrew Morton wrote: > On Tue, 4 Sep 2012 02:20:51 -0700 > Michel Lespinasse wrote: > >> This commit updates the generic interval tree code that was >> introduced in "mm: replace vma prio_tree with an interval tree". >> >> Changes: >> >> - fixed 'endpoing' typo

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Andrew Morton
On Tue, 4 Sep 2012 02:20:51 -0700 Michel Lespinasse wrote: > This commit updates the generic interval tree code that was > introduced in "mm: replace vma prio_tree with an interval tree". > > Changes: > > - fixed 'endpoing' typo noticed by Andrew Morton > > - replaced

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Andrew Morton
On Tue, 4 Sep 2012 02:20:51 -0700 Michel Lespinasse wal...@google.com wrote: This commit updates the generic interval tree code that was introduced in mm: replace vma prio_tree with an interval tree. Changes: - fixed 'endpoing' typo noticed by Andrew Morton - replaced

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Michel Lespinasse
On Fri, Sep 7, 2012 at 3:13 PM, Andrew Morton a...@linux-foundation.org wrote: On Tue, 4 Sep 2012 02:20:51 -0700 Michel Lespinasse wal...@google.com wrote: This commit updates the generic interval tree code that was introduced in mm: replace vma prio_tree with an interval tree. Changes:

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Andrew Morton
On Fri, 7 Sep 2012 15:29:36 -0700 Michel Lespinasse wal...@google.com wrote: Ho hum. I don't think I can be bothered untangling all this. I don't think you should have to do it yourself either. Patch wrangling is what I do ;) But, if you're willing to take it, I can send you replacement

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Michel Lespinasse
On Fri, Sep 07, 2012 at 03:55:14PM -0700, Andrew Morton wrote: On Fri, 7 Sep 2012 15:29:36 -0700 Michel Lespinasse wal...@google.com wrote: Ho hum. I don't think I can be bothered untangling all this. I don't think you should have to do it yourself either. Patch wrangling is what I

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Michel Lespinasse
On Fri, Sep 07, 2012 at 03:55:14PM -0700, Andrew Morton wrote: On Fri, 7 Sep 2012 15:29:36 -0700 Michel Lespinasse wal...@google.com wrote: Ho hum. I don't think I can be bothered untangling all this. I don't think you should have to do it yourself either. Patch wrangling is what I

Re: [PATCH 1/7] mm: interval tree updates

2012-09-07 Thread Hillf Danton
Hello Michel Lets first see snippet in another work. https://lkml.org/lkml/2012/9/4/75 [PATCH 5/7] mm rmap: remove vma_address check for address inside vma On Tue, Sep 4, 2012 at 5:20 PM, Michel Lespinasse wal...@google.com wrote: diff --git a/mm/rmap.c b/mm/rmap.c index

[PATCH 1/7] mm: interval tree updates

2012-09-04 Thread Michel Lespinasse
This commit updates the generic interval tree code that was introduced in "mm: replace vma prio_tree with an interval tree". Changes: - fixed 'endpoing' typo noticed by Andrew Morton - replaced include/linux/interval_tree_tmpl.h, which was used as a template (including it automatically

[PATCH 1/7] mm: interval tree updates

2012-09-04 Thread Michel Lespinasse
This commit updates the generic interval tree code that was introduced in mm: replace vma prio_tree with an interval tree. Changes: - fixed 'endpoing' typo noticed by Andrew Morton - replaced include/linux/interval_tree_tmpl.h, which was used as a template (including it automatically defined