Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2015 07:08:49 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        imp@FreeBSD.org, jhibbits@FreeBSD.org, bdrewery@FreeBSD.org,  jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #1572 - Fixed
Message-ID:  <380064409.30.1446275330668.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <826251956.24.1446257462948.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <826251956.24.1446257462948.JavaMail.jenkins@jenkins-9.freebsd.org>

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

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

Change summaries:

290224 by imp:
The error classification from lower layers is a poor indicator of
whether an error is recoverable. Always re-dirty the buffer on errors
from write requests. The invalidation we used to do for errors not EIO
doesn't need to be done for a device that's really gone, since that's
done in a different path.

Reviewed by: mckusick@, kib@

290223 by imp:
Rather than using the #define for path names, indirect through a char *
variable that could change for different executable types detected.

290222 by imp:
Move all the paths into a new path.h to centralize them.

290221 by jhibbits:
Print unsigned memory sizes, to handle >2GB RAM on 32-bit powerpc.

Sponsored by:	Alex Perez/Intertial Computing

290220 by bdrewery:
Don't hide stderr when checking ${CC} --version.

This can have important debugging information such as 'cc: not found' or
'ccache: error: Could not find compiler "cc" in PATH'.

MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division




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