Re: [PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex

2014-03-31 Thread Dave Hansen
On 03/31/2014 10:26 AM, Davidlohr Bueso wrote: > On Mon, 2014-03-31 at 09:27 -0700, Dave Hansen wrote: >> On 12/17/2013 10:53 PM, Joonsoo Kim wrote: >>> * NOTE for v3 >>> - Updating patchset is so late because of other works, not issue from >>> this patchset. >> >> I've got some folks with a

Re: [PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex

2014-03-31 Thread Davidlohr Bueso
On Mon, 2014-03-31 at 09:27 -0700, Dave Hansen wrote: > On 12/17/2013 10:53 PM, Joonsoo Kim wrote: > > * NOTE for v3 > > - Updating patchset is so late because of other works, not issue from > > this patchset. > > Hey Joonsoo, > > Any plans to repost these? > > I've got some folks with a couple

Re: [PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex

2014-03-31 Thread Dave Hansen
On 12/17/2013 10:53 PM, Joonsoo Kim wrote: > * NOTE for v3 > - Updating patchset is so late because of other works, not issue from > this patchset. Hey Joonsoo, Any plans to repost these? I've got some folks with a couple TB of RAM seeing long startup times with $LARGE_DATABASE_PRODUCT. It

Re: [PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex

2014-03-31 Thread Dave Hansen
On 12/17/2013 10:53 PM, Joonsoo Kim wrote: * NOTE for v3 - Updating patchset is so late because of other works, not issue from this patchset. Hey Joonsoo, Any plans to repost these? I've got some folks with a couple TB of RAM seeing long startup times with $LARGE_DATABASE_PRODUCT. It looks

Re: [PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex

2014-03-31 Thread Davidlohr Bueso
On Mon, 2014-03-31 at 09:27 -0700, Dave Hansen wrote: On 12/17/2013 10:53 PM, Joonsoo Kim wrote: * NOTE for v3 - Updating patchset is so late because of other works, not issue from this patchset. Hey Joonsoo, Any plans to repost these? I've got some folks with a couple TB of RAM

Re: [PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex

2014-03-31 Thread Dave Hansen
On 03/31/2014 10:26 AM, Davidlohr Bueso wrote: On Mon, 2014-03-31 at 09:27 -0700, Dave Hansen wrote: On 12/17/2013 10:53 PM, Joonsoo Kim wrote: * NOTE for v3 - Updating patchset is so late because of other works, not issue from this patchset. I've got some folks with a couple TB of RAM

[PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex

2013-12-17 Thread Joonsoo Kim
* NOTE for v3 - Updating patchset is so late because of other works, not issue from this patchset. - While reviewing v2, David Gibson who had tried to remove this mutex long time ago suggested that the race between concurrent call to alloc_buddy_huge_page() in alloc_huge_page() is also

[PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex

2013-12-17 Thread Joonsoo Kim
* NOTE for v3 - Updating patchset is so late because of other works, not issue from this patchset. - While reviewing v2, David Gibson who had tried to remove this mutex long time ago suggested that the race between concurrent call to alloc_buddy_huge_page() in alloc_huge_page() is also