From owner-freebsd-arm@freebsd.org Mon May 23 20:34:49 2016 Return-Path: Delivered-To: freebsd-arm@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 68959B474B5 for ; Mon, 23 May 2016 20:34:49 +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 4C6DE1EF5; Mon, 23 May 2016 20:34:49 +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 AA2ECEE; Mon, 23 May 2016 20:34:49 +0000 (UTC) Date: Mon, 23 May 2016 20:34:44 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: skra@FreeBSD.org, arybchik@FreeBSD.org, trasz@FreeBSD.org, skreuzer@FreeBSD.org, kp@FreeBSD.org, hselasky@FreeBSD.org, andrew@FreeBSD.org, allanjude@FreeBSD.org, alc@FreeBSD.org, bdrewery@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <592533913.1.1464035689727.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <2071023202.4.1463991204424.JavaMail.jenkins@jenkins-9.freebsd.org> References: <2071023202.4.1463991204424.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3199 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: SUCCESS Precedence: bulk X-Mailman-Approved-At: Mon, 23 May 2016 20:44:05 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 20:34:49 -0000 FreeBSD_HEAD_arm64 - Build #3199 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3199/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3199/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3199/console Change summaries: 300529 by skra: INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIO introduced in r298738. Reviewed by: ian 300528 by skra: INTRNG - use gpio generic interrupt modes definitions added in r298738. Reviewed by: ian 300526 by bdrewery: Properly allow META_MODE to be set from environment. Sponsored by: EMC / Isilon Storage Division 300525 by bdrewery: Use sed(1) to determine cc version rather than tail(1) since it is already in ITOOLS. This fixes 'tail: not found' warnings in installworld after r300351. Sponsored by: EMC / Isilon Storage Division 300524 by Steven Kreuzer: Document r298998, OpenSSL updated to 1.0.2h. Approved by: gjb@ (implicit with re@ hat on) 300523 by allanjude: Only export and re-import the root pool if installing on MBR This step is required in order to dd the boot2 bits into the ZFS partition Sponsored by: ScaleEngine Inc. 300522 by alc: Correct an error in a comment: One of the conditions for page allocation is actually the opposite of that stated in the comment. Remove an unnecessary assignment. Use an assertion to document the fact that no assignment is needed. Rewrite another comment to clarify that the page is not completely valid. Reviewed by: kib 300521 by allanjude: Fix missing pool name in zfs set command 300519 by bdrewery: Move binutils handling after src.opts.mk. This fixes the arm64 build after r300348. Sponsored by: EMC / Isilon Storage Division 300517 by hselasky: Implement "atomic_long_add_unless()" in the LinuxKPI and fix the implementation of "atomic_long_inc_not_zero()". Found by: ngie @ MFC after: 1 week Sponsored by: Mellanox Technologies 300513 by Steven Kreuzer: Document r296190, openresolv updated to 3.7.3. Approved by: gjb@ (implicit with re@ hat on) 300512 by Steven Kreuzer: Document r298161, sqlite3 updated to 3.12.1. Approved by: gjb@ (implicit with re@ hat on) 300511 by Steven Kreuzer: Document r298192, file(1) updated to 5.26. Approved by: gjb@ (implicit with re@ hat on) 300510 by andrew: Add the needed hwpmc hooks to subr_intr.c. This is needed for the correct operation of hwpmc on, for example, arm64 with intrng. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 300509 by allanjude: Fix error in bsdinstall where additional filesystems cannot be mounted Do not set canmount=noauto on the boot environment at create time, because this causes / to not be mounted, and since the chroot is read only, new mountpoints cannot be created. The property is set later, when other properties are adjusted Reported by: HardenedBSD Sponsored by: ScaleEngine Inc. 300508 by kp: pf: Fix more ICMP mistranslation In the default case fix the substitution of the destination address. PR: 201519 Submitted by: Max MFC after: 1 week 300507 by hselasky: A missing definition needed by ktime_to_ms(). Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300506 by hselasky: Fix some data types and add "inline" keyword for __reg_op() function. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300505 by arybchik: sfxge(4): cleanup: remove unused EFX preempt macros The EFSYS_PREEMPT_DISABLE() and EFSYS_PREEMPT_ENABLE() macros were used to ensure correct timing of I2C operations. The APIs for I2C operations have been removed, so these macros have no callers. Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 300504 by trasz: Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as required for iSER. Obtained from: Mellanox Technologies MFC after: 1 month Sponsored by: The FreeBSD Foundation 300503 by hselasky: Implement ror32() in the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300502 by hselasky: Define more copy to/from userspace functions in the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300501 by kp: pf: Fix ICMP translation Fix ICMP source address rewriting in rdr scenarios. PR: 201519 Submitted by: Max MFC after: 1 week 300500 by hselasky: Add more printf() related functions to the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300499 by hselasky: Set an invalid IRQ number when no PCI IRQ is available in the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300498 by hselasky: Add more ktime related functions to the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300497 by hselasky: Implement "kref_put_mutex()" for the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300496 by hselasky: Add more list_xxx() functions to the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300495 by hselasky: Make header file standalone by including definitions for needed linux_wait_xxx() functions. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300494 by hselasky: Implement "_outb()" to the LinuxKPI for i386 and amd64 only. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300493 by hselasky: Add support for "cdev_add_ext()" to the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300492 by hselasky: Add more GFP related defines to the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300491 by hselasky: Add support for atomic_long_inc_not_zero() to the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300490 by hselasky: Add support for atomic_long_inc_not_zero() to the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies 300489 by hselasky: Use DELAY() instead of _sleep() when SCHEDULER_STOPPED() is set inside pause_sbt(). This allows pause() to continue working during a panic() which is not invoking KDB. This is useful when debugging graphics drivers using the LinuxKPI. Obtained from: kmacy @ MFC after: 1 week