From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754782Ab3GOKHy (ORCPT ); Mon, 15 Jul 2013 06:07:54 -0400 Received: from lgeamrelo02.lge.com ([156.147.1.126]:48851 "EHLO LGEAMRELO02.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754068Ab3GOKHw (ORCPT ); Mon, 15 Jul 2013 06:07:52 -0400 X-Greylist: delayed 902 seconds by postgrey-1.27 at vger.kernel.org; Mon, 15 Jul 2013 06:07:52 EDT X-AuditID: 9c93017e-b7b62ae000000eeb-d9-51e3c6716da0 From: Joonsoo Kim To: Andrew Morton Cc: Rik van Riel , Mel Gorman , Michal Hocko , "Aneesh Kumar K.V" , KAMEZAWA Hiroyuki , Hugh Dickins , Davidlohr Bueso , David Gibson , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Joonsoo Kim , Joonsoo Kim Subject: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix Date: Mon, 15 Jul 2013 18:52:38 +0900 Message-Id: <1373881967-16153-1-git-send-email-iamjoonsoo.kim@lge.com> X-Mailer: git-send-email 1.7.9.5 X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks. Joonsoo Kim (9): mm, hugetlb: move up the code which check availability of free huge page mm, hugetlb: trivial commenting fix mm, hugetlb: clean-up alloc_huge_page() mm, hugetlb: fix and clean-up node iteration code to alloc or free mm, hugetlb: remove redundant list_empty check in gather_surplus_pages() mm, hugetlb: do not use a page in page cache for cow optimization mm, hugetlb: add VM_NORESERVE check in vma_has_reserves() mm, hugetlb: remove decrement_hugepage_resv_vma() mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache mm/hugetlb.c | 256 +++++++++++++++++++++++++++------------------------------- 1 file changed, 117 insertions(+), 139 deletions(-) -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx125.postini.com [74.125.245.125]) by kanga.kvack.org (Postfix) with SMTP id B22386B00AC for ; Mon, 15 Jul 2013 05:52:50 -0400 (EDT) From: Joonsoo Kim Subject: [PATCH 0/9] mm, hugetlb: clean-up and possible bug fix Date: Mon, 15 Jul 2013 18:52:38 +0900 Message-Id: <1373881967-16153-1-git-send-email-iamjoonsoo.kim@lge.com> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Rik van Riel , Mel Gorman , Michal Hocko , "Aneesh Kumar K.V" , KAMEZAWA Hiroyuki , Hugh Dickins , Davidlohr Bueso , David Gibson , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Joonsoo Kim , Joonsoo Kim 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. Thanks. Joonsoo Kim (9): mm, hugetlb: move up the code which check availability of free huge page mm, hugetlb: trivial commenting fix mm, hugetlb: clean-up alloc_huge_page() mm, hugetlb: fix and clean-up node iteration code to alloc or free mm, hugetlb: remove redundant list_empty check in gather_surplus_pages() mm, hugetlb: do not use a page in page cache for cow optimization mm, hugetlb: add VM_NORESERVE check in vma_has_reserves() mm, hugetlb: remove decrement_hugepage_resv_vma() mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache mm/hugetlb.c | 256 +++++++++++++++++++++++++++------------------------------- 1 file changed, 117 insertions(+), 139 deletions(-) -- 1.7.9.5 -- 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