linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Hugh Dickins <hugh@veritas.com>
To: Matt Helsley <matthltc@us.ibm.com>
Cc: linux-mm <linux-mm@kvack.org>, Trivial <trivial@kernel.org>
Subject: Re: [PATCH] Use VM_ flags in protection_map rather than magic value
Date: Wed, 7 Nov 2007 17:30:25 +0000 (GMT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0711071727270.15190@blonde.wat.veritas.com> (raw)
In-Reply-To: <1194387069.18598.92.camel@localhost.localdomain>

On Tue, 6 Nov 2007, Matt Helsley wrote:
> Replace the magic value with a mask of flags that produce the same
> value. This is consistent with the other uses of protection_map[].
> 
> Signed-off-by: Matt Helsley <matthltc@us.ibm.com>

Thanks, but this comes just a little too late: see 2.6.24-rc1 or -rc2.
Hugh

> ---
>  mm/mmap.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> Index: linux-2.6.23/mm/mmap.c
> ===================================================================
> --- linux-2.6.23.orig/mm/mmap.c
> +++ linux-2.6.23/mm/mmap.c
> @@ -2245,11 +2245,12 @@ int install_special_mapping(struct mm_st
>  	vma->vm_mm = mm;
>  	vma->vm_start = addr;
>  	vma->vm_end = addr + len;
>  
>  	vma->vm_flags = vm_flags | mm->def_flags;
> -	vma->vm_page_prot = protection_map[vma->vm_flags & 7];
> +	vma->vm_page_prot = protection_map[vma->vm_flags &
> +						(VM_READ|VM_WRITE|VM_EXEC)];
>  
>  	vma->vm_ops = &special_mapping_vmops;
>  	vma->vm_private_data = pages;
>  
>  	if (unlikely(insert_vm_struct(mm, vma))) {

--
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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

      reply	other threads:[~2007-11-07 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-06 22:11 Matt Helsley
2007-11-07 17:30 ` Hugh Dickins [this message]

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=Pine.LNX.4.64.0711071727270.15190@blonde.wat.veritas.com \
    --to=hugh@veritas.com \
    --cc=linux-mm@kvack.org \
    --cc=matthltc@us.ibm.com \
    --cc=trivial@kernel.org \
    /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