Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 21:31:02 +0000
From:      Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= <trasz@FreeBSD.org>
To:        Konstantin Belousov <kib@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r313655 - head/sys/vm
Message-ID:  <20170211213102.GA65541@brick>
In-Reply-To: <201702112027.v1BKRe7Z054574@repo.freebsd.org>
References:  <201702112027.v1BKRe7Z054574@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 0211T2027, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Feb 11 20:27:39 2017
> New Revision: 313655
> URL: https://svnweb.freebsd.org/changeset/base/313655
> 
> Log:
>   Change type of the prot parameter for kern_vm_mmap() from vm_prot_t to int.
>   
>   This makes the code to pass whole word of the mmap(2) syscall argument
>   prot to the syscall helper kern_vm_mmap(), which can validate all
>   bits.  The change provides temporal fix for sys/vm/mmap_test
>   mmap__bad_arguments, which was broken after r313352.

Thanks, and sorry for the breakage.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170211213102.GA65541>