From owner-freebsd-current@freebsd.org Fri Nov 2 22:24:07 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1DC310DD518 for ; Fri, 2 Nov 2018 22:24:07 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 52B4381787; Fri, 2 Nov 2018 22:24:07 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [178.17.145.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 1E02C2602C1; Fri, 2 Nov 2018 23:24:05 +0100 (CET) Subject: Re: fix WARNING pid 24503 (uhsoctl): ioctl sign-extension ioctl ffffffff8044692b To: "Enji Cooper (yaneurabeya)" , Marcin Cieslak Cc: FreeBSD Current , Pedro Giffuni References: From: Hans Petter Selasky Message-ID: <09cccf8b-20a7-e004-27da-22c9b903bbc3@selasky.org> Date: Fri, 2 Nov 2018 23:23:31 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 22:24:07 -0000 On 11/2/18 5:24 PM, Enji Cooper (yaneurabeya) wrote: > signed ioctl value warnings > in uhsoctl(). Here you go: https://svnweb.freebsd.org/changeset/base/340089 --HPS