Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932949Ab2JWNjy (ORCPT ); Tue, 23 Oct 2012 09:39:54 -0400 Received: from one.firstfloor.org ([213.235.205.2]:59854 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932291Ab2JWNjx (ORCPT ); Tue, 23 Oct 2012 09:39:53 -0400 Date: Tue, 23 Oct 2012 15:39:52 +0200 From: Andi Kleen To: "Michael Kerrisk (man-pages)" Cc: Andi Kleen , Benjamin Herrenschmidt , Andi Kleen , akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Hillf Danton Subject: Re: [PATCH] MM: Support more pagesizes for MAP_HUGETLB/SHM_HUGETLB v6 Message-ID: <20121023133952.GC16230@one.firstfloor.org> References: <1350665289-7288-1-git-send-email-andi@firstfloor.org> <20121022132733.GQ16230@one.firstfloor.org> <20121022133534.GR16230@one.firstfloor.org> <20121022153633.GK2095@tassilo.jf.intel.com> <1350956664.2728.19.camel@pasglop> <20121023022844.GQ2095@tassilo.jf.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 659 Lines: 18 I thought further about this and I think the whole issue is a non issue anyways: MAP_UNINITIALIZED is NOMMU only and HUGETLBFS is MMU only. My flags only make sense with HUGETLBFS. So they can never coexist anyways. So there is no reason to not overlap. So I think the original patch is ok and doesn't need any change at all. Sorry guys, if you really want to invent new syscalls please do it yourself. -Andi -- 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/