From: Jane Chu <jane.chu@oracle.com>
To: Andrew Morton <akpm@linux-foundation.org>,
Waiman Long <longman@redhat.com>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
Joe Mario <jmario@redhat.com>, Barry Marson <bmarson@redhat.com>,
Rafael Aquini <aquini@redhat.com>
Subject: Re: [PATCH] mm/mmap: Map MAP_STACK to VM_STACK
Date: Wed, 19 Apr 2023 16:21:26 -0700 [thread overview]
Message-ID: <42eaa653-b63c-8c3b-4483-25765ea7a579@oracle.com> (raw)
In-Reply-To: <20230418141852.75e551e57e97f4b522957c5c@linux-foundation.org>
On 4/18/2023 2:18 PM, Andrew Morton wrote:
> On Tue, 18 Apr 2023 17:02:30 -0400 Waiman Long <longman@redhat.com> wrote:
[..]
>> ...
>>
>> --- a/include/linux/mman.h
>> +++ b/include/linux/mman.h
>> @@ -152,6 +152,7 @@ calc_vm_flag_bits(unsigned long flags)
>> return _calc_vm_trans(flags, MAP_GROWSDOWN, VM_GROWSDOWN ) |
>> _calc_vm_trans(flags, MAP_LOCKED, VM_LOCKED ) |
>> _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) |
>> + _calc_vm_trans(flags, MAP_STACK, VM_STACK ) |
>> arch_calc_vm_flag_bits(flags);
>> }
>
> The mmap(2) manpage says
>
> This flag is currently a no-op on Linux. However, by employing
> this flag, applications can ensure that they transparently ob- tain
> support if the flag is implemented in the future. Thus, it is used
> in the glibc threading implementation to allow for the fact that some
> architectures may (later) require special treat- ment for stack
> allocations. A further reason to employ this flag is portability:
> MAP_STACK exists (and has an effect) on some other systems (e.g.,
> some of the BSDs).
>
> so please propose an update for this?
>
Just curious, why isn't MAP_STACK implemented in Linux kernel? what does
it take to implement it?
Also, could there be other potential issue with the vma merge, such as,
the user process start to truncate half of the anonymous memory vma
range oblivious to the fact that the vma has 'grown' into its stack and
it might be attempting to unmap some of its stack range?
If the vma merge is otherwise harmless, does it bring benefit other than
being one vma less?
thanks!
-jane
next prev parent reply other threads:[~2023-04-19 23:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-18 21:02 Waiman Long
2023-04-18 21:18 ` Andrew Morton
2023-04-19 1:16 ` Waiman Long
2023-04-19 1:36 ` Hugh Dickins
2023-04-19 1:45 ` Waiman Long
2023-04-19 3:24 ` Matthew Wilcox
2023-04-19 14:38 ` Paul Moore
2023-04-19 3:46 ` Matthew Wilcox
2023-04-19 15:07 ` Waiman Long
2023-04-19 15:09 ` Matthew Wilcox
2023-04-19 16:00 ` Joe Mario
2023-04-19 23:21 ` Jane Chu [this message]
2023-04-20 0:00 ` Jane Chu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42eaa653-b63c-8c3b-4483-25765ea7a579@oracle.com \
--to=jane.chu@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=aquini@redhat.com \
--cc=bmarson@redhat.com \
--cc=jmario@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=longman@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox