From owner-svn-src-all@freebsd.org Tue Apr 24 23:26:33 2018 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 DC317FB6D07; Tue, 24 Apr 2018 23:26:32 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from shxd.cx (mail.shxd.cx [64.201.244.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E00A79102; Tue, 24 Apr 2018 23:26:32 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from [74.217.198.10] (port=50071 helo=[10.1.4.66]) by shxd.cx with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1fB0e3-000D1t-OZ; Tue, 24 Apr 2018 16:18:19 +0000 From: Devin Teske Message-Id: Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r332967 - in head: cddl/lib/libdtrace sys/kern sys/netinet sys/netinet6 sys/sys Date: Tue, 24 Apr 2018 16:26:30 -0700 In-Reply-To: Cc: Devin Teske , Sean Bruno , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org To: Cy Schubert References: <201804241958.w3OJwaJw056364@slippy.cwsent.com> X-Mailer: Apple Mail (2.3273) Sender: devin@shxd.cx Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 24 Apr 2018 23:26:33 -0000 > On Apr 24, 2018, at 4:22 PM, Devin Teske wrote: >=20 >>=20 >> On Apr 24, 2018, at 12:58 PM, Cy Schubert > wrote: >>=20 >> In message <201804241955.w3OJtCls014127@repo.freebsd.org = >, Sean Bruno=20 >> writes: >>> Author: sbruno >>> Date: Tue Apr 24 19:55:12 2018 >>> New Revision: 332967 >>> URL: https://svnweb.freebsd.org/changeset/base/332967 = >>>=20 >>> Log: >>> Revert r332894 at the request of the submitter. >>>=20 >>> Submitted by: Johannes Lundberg >>> Sponsored by: Limelight Networks >>=20 >> Hi Sean, >>=20 >> Why? Not that I agree or disagree with this commit specifically,=20 >> including the reason why in the log might assist someone browsing=20 >> through the log. >>=20 >=20 > Comments in phab review https://reviews.freebsd.org/D11003 = make it appear as though additional = changes are pending. Specifically, ... > On Apr 24, 2018, at 12:18 PM, Mark Johnston wrote: > A similar change is needed in udp.d. Without it, libdtrace fails to > compile its libraries when initializing a consumer, so dtrace(1) is > currently unusable on head without "-x nolibs". --=20 Devin=