svn commit: r313352 - in head/sys: compat/cloudabi compat/freebsd32 compat/linux vm

Ngie Cooper (yaneurabeya) yaneurabeya at gmail.com
Fri Feb 10 19:36:28 UTC 2017


> On Feb 6, 2017, at 12:57, Edward Tomasz Napierala <trasz at FreeBSD.org> wrote:
> 
> Author: trasz
> Date: Mon Feb  6 20:57:12 2017
> New Revision: 313352
> URL: https://svnweb.freebsd.org/changeset/base/313352
> 
> Log:
>  Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(),
>  kern_vm_munmap(), and kern_vm_madvise(), and use them in various compats
>  instead of their sys_*() counterparts.
> 
>  Reviewed by:	ed, dchagin, kib
>  MFC after:	2 weeks
>  Sponsored by:	DARPA, AFRL
>  Differential Revision:	https://reviews.freebsd.org/D9378
> 
> Modified:
>  head/sys/compat/cloudabi/cloudabi_mem.c
>  head/sys/compat/freebsd32/freebsd32_misc.c
>  head/sys/compat/linux/linux_misc.c
>  head/sys/compat/linux/linux_mmap.c
>  head/sys/vm/vm_extern.h
>  head/sys/vm/vm_mmap.c

	Please see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216976 . I believe this causes an issue with validating the prot argument which in turn is causing failures on ci.freebsd.org when it runs the kyua tests.
Thank you,
-Ngie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170210/c4680d01/attachment.sig>


More information about the svn-src-head mailing list