From owner-svn-src-vendor@freebsd.org Fri Apr 6 10:08:34 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 368B8F9851D; Fri, 6 Apr 2018 10:08:34 +0000 (UTC) (envelope-from rb743@hermes.cam.ac.uk) Received: from ppsw-30.csi.cam.ac.uk (ppsw-30.csi.cam.ac.uk [131.111.8.130]) (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 C5F3571D0E; Fri, 6 Apr 2018 10:08:33 +0000 (UTC) (envelope-from rb743@hermes.cam.ac.uk) X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://help.uis.cam.ac.uk/email-scanner-virus Received: from sc1.bsdpad.com ([163.172.212.18]:41450) by ppsw-30.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:587) with esmtpsa (LOGIN:rb743) (TLSv1:ECDHE-RSA-AES256-SHA:256) id 1f4OIK-000caL-dP (Exim 4.89_2) (return-path ); Fri, 06 Apr 2018 11:08:32 +0100 Date: Fri, 6 Apr 2018 10:59:19 +0100 From: Ruslan Bukin To: rgrimes@freebsd.org Cc: Ruslan Bukin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org 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/... Message-ID: <20180406095919.GA10840@bsdpad.com> References: <20180404154320.GA72125@bsdpad.com> <201804041611.w34GBTOi093289@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201804041611.w34GBTOi093289@pdx.rh.CN85.dnsmgr.net> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: "R. Bukin" 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: Fri, 06 Apr 2018 10:08:34 -0000 On Wed, Apr 04, 2018 at 09:11:29AM -0700, Rodney W. Grimes wrote: > [ 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? > pmctrace(1) is part of hwpmc, i.e. it is using its facilities, similar to pmcstat(1). > 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. You are right. I just asked maintainter to fix this. Thanks Ruslan