FreeBSD_HEAD - Build #3026 - Fixed

From: <jenkins-admin_at_FreeBSD.org>
Date: Fri, 31 Jul 2015 13:27:26 +0000 (GMT)
FreeBSD_HEAD - Build #3026 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3026/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3026/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3026/console

Change summaries:

286123 by ed:
Fix accidental line wrapping introduced in r286122.

286122 by ed:
Limit rights on process descriptors.

On CloudABI, the rights bits returned by cap_rights_get() match up with
the operations that you can actually perform on the file descriptor.

Limiting the rights is good, because it makes it easier to get uniform
behaviour across different operating systems. If process descriptors on
FreeBSD would suddenly gain support for any new file operation, this
wouldn't become exposed to CloudABI processes without first extending
the rights.

Extend fork1() to gain a 'struct filecaps' argument that allows you to
construct process descriptors with custom rights. Use this in
cloudabi_sys_proc_fork() to limit the rights to just fstat() and
pdwait().

Obtained from:	https://github.com/NuxiNL/freebsd

286121 by zbb:
Apply erratum for mrs ICC_IAR1_EL1 speculative execution on ThunderX

ERRATUM:     22978, 23154
PASS (rev.): 1.0/1.1

Reviewed by:   imp
Obtained from: Semihalf
Sponsored by:  The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3184

286118 by hselasky:
Limit the number of times we loop inside the DWC OTG poll handler to
avoid starving other fast interrupts. Fix a comment while at it.

MFC after:	1 week
Suggested by:	Svatopluk Kraus <onwahe_at_gmail.com>

286114 by ae:
Ansify if_stf.c

286112 by ae:
Remove unneded #include "opt_inet.h".

286111 by ed:
Document the existence of cloudabi_load and cloudabi64_load.

286110 by jmg:
temporarily fix build..  This isn't the final fix, and testing is
still on going, but it has passed world for mips and powerpc...

I know this has an extra semicolon, but this is the patch that is
tested...

Looks like better fix is to use _Static_assert...
Received on Fri Jul 31 2015 - 11:27:29 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:59 UTC