Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2013 21:55:39 -0400
From:      Glen Barber <gjb@FreeBSD.org>
To:        Scott Long <scottl@FreeBSD.org>
Cc:        svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   Re: svn commit: r251874 - in stable/9/sys: arm/arm cam cam/ctl cam/scsi conf dev/aac dev/advansys dev/aha dev/ahb dev/ahci dev/aic dev/aic7xxx dev/amr dev/arcmsr dev/ata dev/buslogic dev/ciss dev/dpt d...
Message-ID:  <20130619015539.GB1876@glenbarber.us>
In-Reply-To: <20130619011450.GA1876@glenbarber.us>
References:  <201306180036.r5I0askx009647@svn.freebsd.org> <20130619011450.GA1876@glenbarber.us>

next in thread | previous in thread | raw e-mail | index | archive | help

--dTy3Mrz/UPE2dbVg
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Jun 18, 2013 at 09:14:50PM -0400, Glen Barber wrote:
> On Tue, Jun 18, 2013 at 12:36:54AM +0000, Scott Long wrote:
> > Author: scottl
> > Date: Tue Jun 18 00:36:53 2013
> > New Revision: 251874
> > URL: http://svnweb.freebsd.org/changeset/base/251874
> >=20
> > Log:
> >   Big MFC of the physbio changes necessary for unmapped I/O.  These cha=
nges
> >   have been in production at Netflix for several months with significant
> >   success.
> >  =20
>=20
> I think this breaks stable/9.
>=20
> cc -c -O2 -pipe -fno-strict-aliasing  -std=3Dc99  -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
> -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
> -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option
> -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq
> -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL
> -DHAVE_KERNEL_OPTION_HEADERS -include
> opt_global.h -fno-common -finline-limit=3D15000 --param
> inline-unit-growth=3D100 --param large-function-growth=3D1000 -fno-builtin
> -mconstant-gp -ffixed-r13 -mfixed-range=3Df32-f127 -fpic -ffreestanding
> -Werror  /src/sys/ia64/ia32/ia32_trap.c
> cc -c -O2 -pipe -fno-strict-aliasing  -std=3Dc99  -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
> -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
> -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option
> -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq
> -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL
> -DHAVE_KERNEL_OPTION_HEADERS -include
> opt_global.h -fno-common -finline-limit=3D15000 --param
> inline-unit-growth=3D100 --param large-function-growth=3D1000 -fno-builtin
> -mconstant-gp -ffixed-r13 -mfixed-range=3Df32-f127 -fpic -ffreestanding
> -Werror  /src/sys/ia64/ia64/autoconf.c
> cc -c -O2 -pipe -fno-strict-aliasing  -std=3Dc99  -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
> -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
> -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option
> -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq
> -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL
> -DHAVE_KERNEL_OPTION_HEADERS -include
> opt_global.h -fno-common -finline-limit=3D15000 --param
> inline-unit-growth=3D100 --param large-function-growth=3D1000 -fno-builtin
> -mconstant-gp -ffixed-r13 -mfixed-range=3Df32-f127 -fpic -ffreestanding
> -Werror  /src/sys/ia64/ia64/bus_machdep.c
> cc -c -O2 -pipe -fno-strict-aliasing  -std=3Dc99  -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
> -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
> -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option
> -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq
> -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL
> -DHAVE_KERNEL_OPTION_HEADERS -include
> opt_global.h -fno-common -finline-limit=3D15000 --param
> inline-unit-growth=3D100 --param large-function-growth=3D1000 -fno-builtin
> -mconstant-gp -ffixed-r13 -mfixed-range=3Df32-f127 -fpic -ffreestanding
> -Werror  /src/sys/ia64/ia64/busdma_machdep.c
> /src/sys/ia64/ia64/busdma_machdep.c: In function
> '_bus_dmamap_count_phys':
> /src/sys/ia64/ia64/busdma_machdep.c:490: error: 'paddr_max' undeclared
> (first use in this function)
> /src/sys/ia64/ia64/busdma_machdep.c:490: error: (Each undeclared
> identifier is reported only once
> /src/sys/ia64/ia64/busdma_machdep.c:490: error: for each function it
> appears in.)
> *** Error code 1
>=20
> Stop in /obj/ia64.ia64/src/sys/LINT.
> *** Error code 1
>=20
> Stop in /src.
> *** Error code 1
>=20

Looks like this is fixed, and tinderbox is lagging behind reality.

Sorry for the noise.

Glen


--dTy3Mrz/UPE2dbVg
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (FreeBSD)

iQEcBAEBCAAGBQJRwQ+bAAoJEFJPDDeguUaj8DUH/3yrDl9xq39yKS0snJYsx3LF
MXYUZS1QY9VGV/KxdKet+AGVfp9i9ZMmC+yuwX8fVTI+hhLb5f97SmstY96uaMsM
/RfUXBUditGUFIfKIo9H9d8anDppdbb5LiqBuOCpo5JeliAFsMH0Ls3e+FzWiFk7
OWlhoSL20Mn6CdHqIAwT1d/dLObbwuJ2QsxSC4Ekc3Do+buKIB/P9gpiP7G+ao+v
3GyJmluBK22tNRkYgXu+31QvlCFvpfM9iM5FHp80D4MzQeyYUYMxD1QcTK8gbZnG
nFur96HN1MRnZU0DsLyp+vU/sGbm5sWnVvIsMFZZ3aXawNjnCxBnQ4OlnjwPGoI=
=n1O7
-----END PGP SIGNATURE-----

--dTy3Mrz/UPE2dbVg--



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