From owner-freebsd-current@freebsd.org Fri Jul 31 10:22:24 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BC159AF781; Fri, 31 Jul 2015 10:22:24 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 1C1FD1C3E; Fri, 31 Jul 2015 10:22:24 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 3BA2E6E8; Fri, 31 Jul 2015 10:22:24 +0000 (UTC) Date: Fri, 31 Jul 2015 10:22:21 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ed@FreeBSD.org, jmg@FreeBSD.org, ae@FreeBSD.org, hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <990400624.57.1438338143316.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <2030842114.47.1438321349473.JavaMail.jenkins@jenkins-9.freebsd.org> References: <2030842114.47.1438321349473.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #723 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 10:22:24 -0000 FreeBSD_HEAD_i386 - Build #723 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/723/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/723/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/723/console Change summaries: 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 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...