From owner-svn-src-all@freebsd.org Sun Oct 1 17:19:26 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E92DE29FFD; Sun, 1 Oct 2017 17:19:26 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8BCB67AED; Sun, 1 Oct 2017 17:19:25 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::5418:83f5:156:40c8] (unknown [IPv6:2001:470:7a58:0:5418:83f5:156:40c8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id BC9F632ED2; Sun, 1 Oct 2017 19:19:22 +0200 (CEST) From: Dimitry Andric Message-Id: <76C2AE49-9202-4187-A23C-3110F08EBBD5@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_2AEC4A16-8414-456C-AC62-2CFAFF92FE2A"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r324163 - in head: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzfs_core/common cddl/co... Date: Sun, 1 Oct 2017 19:19:22 +0200 In-Reply-To: <1506877870.22078.28.camel@freebsd.org> Cc: Andriy Gapon , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org To: Ian Lepore References: <201710011611.v91GB8LM024101@repo.freebsd.org> <1506877870.22078.28.camel@freebsd.org> X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2017 17:19:26 -0000 --Apple-Mail=_2AEC4A16-8414-456C-AC62-2CFAFF92FE2A Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 1 Oct 2017, at 19:11, Ian Lepore wrote: > > On Sun, 2017-10-01 at 16:11 +0000, Andriy Gapon wrote: >> Author: avg >> Date: Sun Oct 1 16:11:07 2017 >> New Revision: 324163 >> URL: https://svnweb.freebsd.org/changeset/base/324163 >> >> Log: >> MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and >> followups >> > > Powerpc and sparc builds are dying on: > > src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/lstrlib.c:870: > warning: comparison is always true due to limited range of data type > > "(unsigned char)anything >= 0" is also always true on clang, so I'm not > sure why it doesn't warn too. We've been using the clang-specific flag -Wno-error-tautological-compare since some time, so it warns, but doesn't error out on it. Fixing all the occurrences in the kernel was too disruptive at the time. -Dimitry --Apple-Mail=_2AEC4A16-8414-456C-AC62-2CFAFF92FE2A Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWdEjmgAKCRCwXqMKLiCW o4LgAJ9V8lLjg9l4rSHy4iY++465xbdb5gCdG2oCsghZyr0N+fFaKAuhtTlq5qg= =kLU5 -----END PGP SIGNATURE----- --Apple-Mail=_2AEC4A16-8414-456C-AC62-2CFAFF92FE2A--