From owner-svn-src-all@freebsd.org Thu Apr 25 09:52:49 2019 Return-Path: Delivered-To: svn-src-all@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 B9CFD15920D9; Thu, 25 Apr 2019 09:52:49 +0000 (UTC) (envelope-from tychon@freebsd.org) Received: from pb-smtp1.pobox.com (pb-smtp1.pobox.com [64.147.108.70]) (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 54A38736B9; Thu, 25 Apr 2019 09:52:49 +0000 (UTC) (envelope-from tychon@freebsd.org) Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 5539014FB39; Thu, 25 Apr 2019 05:52:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=content-type :mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=sasl; bh= vqKJxMKhNSJx0m3HmLZl5RpZMMI=; b=C/NHq+FB1BHLYB9Lohg5B282NFwpfaqb efWJeimsGhAfIOxLEgNk8noQjjLFxe6V14h+9k24liAXo+ngUyhUmvkD+cbqaPmv OEWCeceJjsVr8FY6hCxlwPvSzRszlrZLMUWFxSDNurMeQL2UzEYtj1coSBdx2zvY 7pNOjEyu8ow= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 4D31F14FB38; Thu, 25 Apr 2019 05:52:43 -0400 (EDT) Received: from [10.0.1.195] (unknown [146.115.68.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id AD44814FB37; Thu, 25 Apr 2019 05:52:42 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: svn commit: r346645 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src sys From: Tycho Nightingale In-Reply-To: Date: Thu, 25 Apr 2019 05:52:41 -0400 Cc: Li-Wen Hsu , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <64889DCB-FC29-4617-B9AD-925137A49296@freebsd.org> References: <201904242030.x3OKUkgN073331@repo.freebsd.org> To: Hans Petter Selasky X-Mailer: Apple Mail (2.3445.9.1) X-Pobox-Relay-ID: DEB2C8E6-673F-11E9-B4C4-1646B3964D18-09779102!pb-smtp1.pobox.com X-Rspamd-Queue-Id: 54A38736B9 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 25 Apr 2019 09:52:49 -0000 > On Apr 25, 2019, at 5:13 AM, Hans Petter Selasky = wrote: >=20 > On 4/25/19 8:09 AM, Li-Wen Hsu wrote: >> On Thu, Apr 25, 2019 at 5:31 AM Tycho Nightingale = wrote: >>>=20 >>> Author: tychon >>> Date: Wed Apr 24 20:30:45 2019 >>> New Revision: 346645 >>> URL: https://svnweb.freebsd.org/changeset/base/346645 >> ... >>> Modified: head/sys/compat/linuxkpi/common/src/linux_pci.c >>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>> --- head/sys/compat/linuxkpi/common/src/linux_pci.c Wed Apr 24 = 19:56:02 2019 (r346644) >>> +++ head/sys/compat/linuxkpi/common/src/linux_pci.c Wed Apr 24 = 20:30:45 2019 (r346645) >> ... >>> +PCTRIE_DEFINE(LINUX_DMA, linux_dma_obj, dma_addr, = linux_dma_trie_alloc, >>> + linux_dma_trie_free); >> Here we got errors in build on 32-bit platforms use gcc: >=20 > Should be fixed by r346664. Sorry about that. Thanks for fixing it! Tycho=