From owner-svn-src-stable-9@FreeBSD.ORG Wed Jun 19 01:55:43 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E9603CC0; Wed, 19 Jun 2013 01:55:43 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with ESMTP id BECBE10D7; Wed, 19 Jun 2013 01:55:43 +0000 (UTC) Received: from glenbarber.us (kaos.glenbarber.us [71.224.221.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id 987CF23F840; Tue, 18 Jun 2013 21:55:41 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.8.3 onyx.glenbarber.us 987CF23F840 Authentication-Results: onyx.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Tue, 18 Jun 2013 21:55:39 -0400 From: Glen Barber To: Scott Long 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> References: <201306180036.r5I0askx009647@svn.freebsd.org> <20130619011450.GA1876@glenbarber.us> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dTy3Mrz/UPE2dbVg" Content-Disposition: inline In-Reply-To: <20130619011450.GA1876@glenbarber.us> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 01:55:44 -0000 --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--