From owner-svn-src-head@FreeBSD.ORG Sun Aug 31 09:07:16 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FFEDD6; Sun, 31 Aug 2014 09:07:16 +0000 (UTC) Received: from smtp2.wemm.org (smtp2.wemm.org [IPv6:2001:470:67:39d::78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp2.wemm.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EB73D1C93; Sun, 31 Aug 2014 09:07:15 +0000 (UTC) Received: from overcee.wemm.org (canning.wemm.org [192.203.228.65]) by smtp2.wemm.org (Postfix) with ESMTP id 4E619521; Sun, 31 Aug 2014 02:07:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wemm.org; s=m20140428; t=1409476034; bh=vcddLm3N1xLXn92AxxTzB0emzPKYsTBtI4AsPmD0Z0U=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Y0IjcXMpyAQXB84HGH77/WVC1fcgrhVk5OegURy/77YZZP8WeE9I2isYx+qK5wWxF bA15rtq6qoWzCJRSEJVA5BIhH4plQvtxE2LTPQAj/sC8x5WYC9tcXycKehyi3U65Z6 wLgw7cKpZwJUxHNePfP41uRqnsq8xiSYZJYOoxWE= From: Peter Wemm To: "Bjoern A. Zeeb" Subject: Re: svn commit: r270861 - in head/sys/cddl: compat/opensolaris/kern compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs Date: Sun, 31 Aug 2014 02:07:04 -0700 Message-ID: <4971681.t0HSrHEhdJ@overcee.wemm.org> User-Agent: KMail/4.12.5 (FreeBSD/11.0-CURRENT; KDE/4.12.5; amd64; ; ) In-Reply-To: References: <201408302144.s7ULiWsX028875@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart11904951.nD4llmVSAe"; micalg="pgp-sha1"; protocol="application/pgp-signature" Cc: svn-src-head@freebsd.org, Steven Hartland , src-committers@freebsd.org, svn-src-all@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 09:07:16 -0000 --nextPart11904951.nD4llmVSAe Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" On Sunday 31 August 2014 08:57:17 Bjoern A. Zeeb wrote: > On 30 Aug 2014, at 21:44 , Steven Hartland wrote: > > Author: smh > > Date: Sat Aug 30 21:44:32 2014 > > New Revision: 270861 > > URL: http://svnweb.freebsd.org/changeset/base/270861 > >=20 > > Log: > > Ensure that ZFS ARC free memory checks include cached pages > > =20 > > Also restore kmem_used() check for i386 as it has KVA limits that = the raw > > page counts above don=E2=80=99t consider >=20 > I see this on pc98 and i386 buildworld: >=20 > =3D=3D=3D> cddl/usr.bin/zinject (all) > /storage/head/obj//pc98.i386/scratch/tmp/bz/head.svn/tmp/usr/lib/libz= pool.so > : undefined reference to `kmem_used' cc: error: linker command failed= with > exit code 1 (use -v to see invocation) --- zinject --- > *** [zinject] Error code 1 Argh. The #ifdef was placed into the userland section of the file. I = just=20 moved it. =2D-=20 Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI= 6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 --nextPart11904951.nD4llmVSAe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABAgAGBQJUAuXBAAoJEDXWlwnsgJ4E93kH+QEJBxGj8KUg4KRlDMLYv5tL TX9i7JIYIT7QKNsUzaYnJ1dutAn5iX+CJYlHcqeULWGREwheqAjiet7m549HiD+D DyzlBqaPv9/eTlVIgiPYfUk53WDIualawDNqJcskwNnZB3GTGq+zo61tdaj9zain EE2GQc+Exm1yITXwOnUUbwlZqSyoE//z1uQwlauqO+AOs7HoX1JDa7Vxzqv94lby 8Q7Jex1Y+4U8vkIcXVB8tBEEouUfcs1TL1CUv7HKKtPmcAAzAlAQcDH/3Nn0Ycbo 8n5+SjHVgSFSM1ESmk7uIOTiQBZT36lmvRXNlaOZNYlZ9X3FH03h8vixmnymFZw= =83jU -----END PGP SIGNATURE----- --nextPart11904951.nD4llmVSAe--