Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp4499622pxu; Mon, 12 Oct 2020 22:56:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz5bVQudzVF7WJOPMxtG8mRqjJ8IbcRzUflATnjIwM0K7shTBGlz7SJk3Yss6vx2JjoPosu X-Received: by 2002:a50:88e5:: with SMTP id d92mr12003183edd.145.1602568570104; Mon, 12 Oct 2020 22:56:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602568570; cv=none; d=google.com; s=arc-20160816; b=MkwSXklWeALPIzkY+5EfFN6BlnLr3EswwZLHdLFj686jhAuP3sH9rBf1eKwWYNy1NZ 5M83o/saUPCVEulLPiQLXnytoa9gJ7Wlij93umsQFw8cbFi1l5cQf9DMOnqavRra4D82 Wc4xK4upHw7Xnwrm4truytugtjfbIBqxTmQiLush5xiJ7QzMPEQYkmevHyUIqvGHItwB UkK31XxBbk25EedVgx+LC/jc2FTB5z9OcfuSnJf2OogOCa4SVebUYkbOMs19YCNzXVHu /7Nln0J6uIAXpNjgXEBp5dEN73Cb7eyMzf97tfNiiqa4nXe4dNB+NTv7Y0xQ+VvB+Ahw QmbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=sPYNHeIauqgEiq862zyiaos5y3Fl9kzF0FaO2PvtDnQ=; b=PZ0vtriDMHRWe2+tZG5ZrngFuJ2IPWi0tCFhYSdu+n9DaN6DkaYhOlEIFJMsBQpTNw hnkUFHhli0gTEg4ySvKPBDGTyW+idmIKsSkJ946nhX2AApzzOZ91M8vNRf7cNUXpiDJq PEn6hhxSSFJ883W3+HuPYj/yoJ1xU40Ui18Wzm8EiE0D0IFlB+MCK+mlAD53uVsOJEd9 F0PvrzNhQ2bA7O6S2VuQehvVmw+O41SHL/5JDGTm7OIEfGpLlzlHSMT/4nOod1bOV9d7 Y+urLm7fqgWubGbIAUlFGnE6UOQ4gyPsqTqNChldu4GdpFSsiVZkb3JBTwaXxfthq59Z CtxA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u20si5385723ejm.549.2020.10.12.22.55.44; Mon, 12 Oct 2020 22:56:10 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389832AbgJLPTy (ORCPT + 99 others); Mon, 12 Oct 2020 11:19:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:34778 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389771AbgJLPTy (ORCPT ); Mon, 12 Oct 2020 11:19:54 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3F8862076D; Mon, 12 Oct 2020 15:19:52 +0000 (UTC) Date: Mon, 12 Oct 2020 11:19:50 -0400 From: Steven Rostedt To: Jiri Olsa Cc: LKML , Linux Trace Devel , Zamir SUN , Arnaldo Carvalho de Melo , zsun@redhat.com, Vitaly Chikunov , Tzvetomir Stoyanov , Yordan Karadzhov , Ben Hutchings , Sudip Mukherjee , Tony Jones , John Kacur , Clark Williams , powertop@lists.01.org, Al Stone , Mauro Carvalho Chehab Subject: Re: [ANNOUNCE] libtraceevent.git Message-ID: <20201012111950.55a73588@gandalf.local.home> In-Reply-To: <20201012101208.GF1099489@krava> References: <20201007130750.49349844@gandalf.local.home> <20201012101208.GF1099489@krava> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Oct 2020 12:12:08 +0200 Jiri Olsa wrote: > On Wed, Oct 07, 2020 at 01:07:50PM -0400, Steven Rostedt wrote: > > I split out tools/lib/traceevent from the kernel tree using "git subtree", > > which recreates all the commits of a directory and makes that directory a > > stand alone. I then updated the Makefiles, and copied over some of the > > header files used to build the library. I pushed this up to: > > > > https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ > > > > My hope is that this will now be the source of all updates to the > > libtraceevent library that can be used as a stand alone package that both > > perf and tracecmd can use. I would also like powertop and rasdaemon to use > > this as well. > > hi, > I'm adding this as fedora package, is there a source arhive somewhere > in git.kernel.org for libtraceevent that spec could download? > Hi Jiri! Once it's shown that it works for all the package maintainers, I will tag it which should create the tarballs automatically on the above link. But I wanted to fix all the packaging bugs before doing so. I hope this doesn't make it into a catch-22. Where you can't package till there's a source tarball, but I can't make a source tarball until I know you can package it ;-) -- Steve