Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2016 23:00:22 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kib@FreeBSD.org, ian@FreeBSD.org, jenkins-admin@FreeBSD.org,  freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #2036 - Fixed
Message-ID:  <695391794.95.1451775624889.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <1014471237.93.1451768402177.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <1014471237.93.1451768402177.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #2036 - Fixed:

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

Change summaries:

293060 by ian:
Fix the arm64 build by adding an all-important '&' to get a pointer.

I'm not sure how I missed the error when I test-built here, I guess the
pointy hat must have slipped down over my eyes.

293059 by kib:
Hide transient EBADF errors caused by the parallel revoke(2) or forced
unmount of devfs mounts, by restarting the failed syscall.

When restarted, failing syscalls eventually either stop finding the
node and returning ENOENT, or the vnode op vectors finally transition
to the deadfs vop.  The later return EIO or other error, more
appropriate for the operation.

Submitted by:	bde
Tested by:	pho
MFC after:	3 weeks




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