From owner-svn-src-vendor@freebsd.org Wed Apr 4 16:12:07 2018 Return-Path: Delivered-To: svn-src-vendor@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 97459F99E9A; Wed, 4 Apr 2018 16:12:07 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.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 18FDE834E5; Wed, 4 Apr 2018 16:12:06 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w34GBTsh093290; Wed, 4 Apr 2018 09:11:29 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w34GBTOi093289; Wed, 4 Apr 2018 09:11:29 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201804041611.w34GBTOi093289@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r332012 - in vendor/opencsd: . dist dist/decoder dist/decoder/build dist/decoder/build/linux dist/decoder/build/linux/rctdl_c_api_lib dist/decoder/build/linux/ref_trace_decode_lib dist/... In-Reply-To: <20180404154320.GA72125@bsdpad.com> To: Ruslan Bukin Date: Wed, 4 Apr 2018 09:11:29 -0700 (PDT) CC: rgrimes@freebsd.org, Ruslan Bukin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 16:12:07 -0000 [ Charset UTF-8 unsupported, converting... ] > On Wed, Apr 04, 2018 at 08:02:04AM -0700, Rodney W. Grimes wrote: > > > Author: br > > > Date: Wed Apr 4 12:33:46 2018 > > > New Revision: 332012 > > > URL: https://svnweb.freebsd.org/changeset/base/332012 > > > > > > Log: > > > Import OpenCSD -- an ARM CoreSight Trace Decode library. > > > > Why does this need to be in base? > > Is there some reason it can not live as a port? > > > > Yes opencsd is a dependancy for pmctrace(1) -- new HWPMC tracing tool. Why does pmctrace(1) need to be in base? I can see that there is kernel driver code to support this, is it to keep the userland pmctrace(1) closely coupled to the kernel hwpmc(4) code? I shall assert this code also has a broken license form, if you read LICENSE there is no copyright "above" to retain, or print for a binary release. As a consumer of that LICENSE technically I have to display nothing. I am sure that is not the desired intent. I believe this is still under review without formal policy from core. > pmctrace(1) is currently on review: > https://reviews.freebsd.org/D12875 > https://reviews.freebsd.org/D14618 > > Thanks > > Rusoan > > -- Rod Grimes rgrimes@freebsd.org