Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753042AbZIHAAl (ORCPT ); Mon, 7 Sep 2009 20:00:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752855AbZIHAAl (ORCPT ); Mon, 7 Sep 2009 20:00:41 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:40749 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752843AbZIHAAk (ORCPT ); Mon, 7 Sep 2009 20:00:40 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Hugh Dickins Subject: Re: [PATCH 0/8] mm: around get_user_pages flags Cc: kosaki.motohiro@jp.fujitsu.com, Andrew Morton , KAMEZAWA Hiroyuki , Linus Torvalds , Nick Piggin , Rik van Riel , linux-kernel@vger.kernel.org, linux-mm@kvack.org In-Reply-To: References: Message-Id: <20090908090009.0CC0.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.50.07 [ja] Date: Tue, 8 Sep 2009 09:00:40 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 25 > Here's a series of mm mods against current mmotm: mostly cleanup > of get_user_pages flags, but fixing munlock's OOM, sorting out the > "FOLL_ANON optimization", and reinstating ZERO_PAGE along the way. > > fs/binfmt_elf.c | 42 ++------ > fs/binfmt_elf_fdpic.c | 56 ++++------- > include/linux/hugetlb.h | 4 > include/linux/mm.h | 4 > mm/hugetlb.c | 62 +++++++------ > mm/internal.h | 7 - > mm/memory.c | 180 +++++++++++++++++++++++--------------- > mm/mlock.c | 99 ++++++++------------ > mm/nommu.c | 22 ++-- > 9 files changed, 235 insertions(+), 241 deletions(-) Great! I'll start to test this patch series. Thanks Hugh!! -- 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/