Re: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix

2013-07-15 Thread Joonsoo Kim
On Tue, Jul 16, 2013 at 09:55:48AM +0800, Sam Ben wrote: > On 07/16/2013 09:45 AM, Joonsoo Kim wrote: > >On Tue, Jul 16, 2013 at 09:27:29AM +0800, Sam Ben wrote: > >>On 07/16/2013 09:10 AM, Joonsoo Kim wrote: > >>>On Mon, Jul 15, 2013 at 07:40:16PM +0530, Aneesh Kumar K.V wrote: > Joonsoo Kim

Re: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix

2013-07-15 Thread Sam Ben
On 07/16/2013 09:45 AM, Joonsoo Kim wrote: On Tue, Jul 16, 2013 at 09:27:29AM +0800, Sam Ben wrote: On 07/16/2013 09:10 AM, Joonsoo Kim wrote: On Mon, Jul 15, 2013 at 07:40:16PM +0530, Aneesh Kumar K.V wrote: Joonsoo Kim writes: First 5 patches are almost trivial clean-up patches. The othe

Re: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix

2013-07-15 Thread Joonsoo Kim
On Tue, Jul 16, 2013 at 09:27:29AM +0800, Sam Ben wrote: > On 07/16/2013 09:10 AM, Joonsoo Kim wrote: > >On Mon, Jul 15, 2013 at 07:40:16PM +0530, Aneesh Kumar K.V wrote: > >>Joonsoo Kim writes: > >> > >>>First 5 patches are almost trivial clean-up patches. > >>> > >>>The others are for fixing thr

Re: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix

2013-07-15 Thread Sam Ben
On 07/16/2013 09:10 AM, Joonsoo Kim wrote: On Mon, Jul 15, 2013 at 07:40:16PM +0530, Aneesh Kumar K.V wrote: Joonsoo Kim writes: First 5 patches are almost trivial clean-up patches. The others are for fixing three bugs. Perhaps, these problems are minor, because this codes are used for a lon

Re: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix

2013-07-15 Thread Joonsoo Kim
On Mon, Jul 15, 2013 at 07:40:16PM +0530, Aneesh Kumar K.V wrote: > Joonsoo Kim writes: > > > First 5 patches are almost trivial clean-up patches. > > > > The others are for fixing three bugs. > > Perhaps, these problems are minor, because this codes are used > > for a long time, and there is no

Re: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix

2013-07-15 Thread Aneesh Kumar K.V
Joonsoo Kim writes: > First 5 patches are almost trivial clean-up patches. > > The others are for fixing three bugs. > Perhaps, these problems are minor, because this codes are used > for a long time, and there is no bug reporting for these problems. > > These patches are based on v3.10.0 and > p