Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754657Ab2BCIB5 (ORCPT ); Fri, 3 Feb 2012 03:01:57 -0500 Received: from mail-yx0-f174.google.com ([209.85.213.174]:34555 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752407Ab2BCIB4 (ORCPT ); Fri, 3 Feb 2012 03:01:56 -0500 MIME-Version: 1.0 In-Reply-To: References: <20120116163106.GC7180@jl-vm1.vm.bytemark.co.uk> <1326776095-2629-1-git-send-email-siddhesh.poyarekar@gmail.com> <4F2B02BC.8010308@gmail.com> From: KOSAKI Motohiro Date: Fri, 3 Feb 2012 03:01:35 -0500 Message-ID: Subject: Re: [RESEND][PATCH] Mark thread stack correctly in proc//maps To: Siddhesh Poyarekar Cc: Jamie Lokier , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Alexander Viro , linux-fsdevel@vger.kernel.org, Michael Kerrisk , linux-man@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 19 > Right now MAP_STACK does not mean anything since it is ignored. The > intention of this behaviour change is to make MAP_STACK mean that the > map is going to be used as a stack and hence, set it up like a stack > ought to be. I could not really think of a valid case for fixed size > stacks; it looks like a limitation in the pthread implementation in > glibc rather than a feature. So this patch will actually result in > uniform behaviour across threads when it comes to stacks. > > This does change vm accounting since thread stacks were earlier > accounted as anon memory. The fact is, now process stack and pthread stack clearly behave different dance. libc don't expect pthread stack grow automatically. So, your patch will break userland. Just only change display thing. -- 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/