From owner-svn-src-head@freebsd.org Sun Oct 1 17:11:18 2017 Return-Path: Delivered-To: svn-src-head@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 CD76FE29D00 for ; Sun, 1 Oct 2017 17:11:18 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC85E6759B for ; Sun, 1 Oct 2017 17:11:18 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 893ef16c-a6cb-11e7-a937-4f970e858fdb X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 893ef16c-a6cb-11e7-a937-4f970e858fdb; Sun, 01 Oct 2017 17:11:17 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v91HBA4x001518; Sun, 1 Oct 2017 11:11:10 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1506877870.22078.28.camel@freebsd.org> 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... From: Ian Lepore To: Andriy Gapon , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Sun, 01 Oct 2017 11:11:10 -0600 In-Reply-To: <201710011611.v91GB8LM024101@repo.freebsd.org> References: <201710011611.v91GB8LM024101@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 01 Oct 2017 17:11:18 -0000 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. -- Ian