From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758613Ab3GPCO3 (ORCPT ); Mon, 15 Jul 2013 22:14:29 -0400 Received: from lgeamrelo02.lge.com ([156.147.1.126]:45193 "EHLO LGEAMRELO02.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758522Ab3GPCO2 (ORCPT ); Mon, 15 Jul 2013 22:14:28 -0400 X-AuditID: 9c93017e-b7b62ae000000eeb-bf-51e4ac826cf6 Date: Tue, 16 Jul 2013 11:14:29 +0900 From: Joonsoo Kim To: Sam Ben Cc: "Aneesh Kumar K.V" , Andrew Morton , Rik van Riel , Mel Gorman , Michal Hocko , KAMEZAWA Hiroyuki , Hugh Dickins , Davidlohr Bueso , David Gibson , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix Message-ID: <20130716021429.GJ2430@lge.com> References: <1373881967-16153-1-git-send-email-iamjoonsoo.kim@lge.com> <871u6zkj7b.fsf@linux.vnet.ibm.com> <20130716011054.GC2430@lge.com> <51E4A181.2030707@gmail.com> <20130716014558.GG2430@lge.com> <51E4A824.3030308@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <51E4A824.3030308@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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 > >>>>>passed sanity check of libhugetlbfs. > >>>>does that mean you had run with libhugetlbfs test suite ? > >>>Yes! I can't find any reggression on libhugetlbfs test suite. > >>Where can get your test case? > >These are my own test cases. > >I will plan to submit these test cases to libhugetlbfs test suite. > > Could you point out where can get libhugetlbfs test suite? ;-) You can get here :) http://sourceforge.net/projects/libhugetlbfs/ Thanks. > > > > >Thanks. > > > >>>>-aneesh > >>>> > >>>>-- > >>>>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > >>>>the body of a message to majordomo@vger.kernel.org > >>>>More majordomo info at http://vger.kernel.org/majordomo-info.html > >>>>Please read the FAQ at http://www.tux.org/lkml/ > >>>-- > >>>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > >>>the body of a message to majordomo@vger.kernel.org > >>>More majordomo info at http://vger.kernel.org/majordomo-info.html > >>>Please read the FAQ at http://www.tux.org/lkml/ > >>-- > >>To unsubscribe, send a message with 'unsubscribe linux-mm' in > >>the body to majordomo@kvack.org. For more info on Linux MM, > >>see: http://www.linux-mm.org/ . > >>Don't email: email@kvack.org > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx177.postini.com [74.125.245.177]) by kanga.kvack.org (Postfix) with SMTP id 04FFF6B0032 for ; Mon, 15 Jul 2013 22:14:27 -0400 (EDT) Date: Tue, 16 Jul 2013 11:14:29 +0900 From: Joonsoo Kim Subject: Re: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix Message-ID: <20130716021429.GJ2430@lge.com> References: <1373881967-16153-1-git-send-email-iamjoonsoo.kim@lge.com> <871u6zkj7b.fsf@linux.vnet.ibm.com> <20130716011054.GC2430@lge.com> <51E4A181.2030707@gmail.com> <20130716014558.GG2430@lge.com> <51E4A824.3030308@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <51E4A824.3030308@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: To: Sam Ben Cc: "Aneesh Kumar K.V" , Andrew Morton , Rik van Riel , Mel Gorman , Michal Hocko , KAMEZAWA Hiroyuki , Hugh Dickins , Davidlohr Bueso , David Gibson , linux-mm@kvack.org, linux-kernel@vger.kernel.org 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 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 > >>>>>passed sanity check of libhugetlbfs. > >>>>does that mean you had run with libhugetlbfs test suite ? > >>>Yes! I can't find any reggression on libhugetlbfs test suite. > >>Where can get your test case? > >These are my own test cases. > >I will plan to submit these test cases to libhugetlbfs test suite. > > Could you point out where can get libhugetlbfs test suitei 1/4 ? ;-) You can get here :) http://sourceforge.net/projects/libhugetlbfs/ Thanks. > > > > >Thanks. > > > >>>>-aneesh > >>>> > >>>>-- > >>>>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > >>>>the body of a message to majordomo@vger.kernel.org > >>>>More majordomo info at http://vger.kernel.org/majordomo-info.html > >>>>Please read the FAQ at http://www.tux.org/lkml/ > >>>-- > >>>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > >>>the body of a message to majordomo@vger.kernel.org > >>>More majordomo info at http://vger.kernel.org/majordomo-info.html > >>>Please read the FAQ at http://www.tux.org/lkml/ > >>-- > >>To unsubscribe, send a message with 'unsubscribe linux-mm' in > >>the body to majordomo@kvack.org. For more info on Linux MM, > >>see: http://www.linux-mm.org/ . > >>Don't email: email@kvack.org > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: email@kvack.org -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org