From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759512AbbCDKSr (ORCPT ); Wed, 4 Mar 2015 05:18:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43729 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754309AbbCDKSo (ORCPT ); Wed, 4 Mar 2015 05:18:44 -0500 Date: Wed, 4 Mar 2015 11:18:06 +0100 From: Jiri Olsa To: Ingo Molnar Cc: Jiri Olsa , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Corey Ashford , David Ahern , Namhyung Kim , Paul Mackerras , Peter Zijlstra Subject: Re: [PATCH 00/14] tools build: Move features framework into tools/build Message-ID: <20150304101806.GA16203@krava> References: <1425392797-22572-1-git-send-email-jolsa@kernel.org> <20150304044158.GA4485@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150304044158.GA4485@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 04, 2015 at 05:41:58AM +0100, Ingo Molnar wrote: > > * Jiri Olsa wrote: > > > hi, > > moving features detection framework from perf to 'tools/build' > > plus other minor fixes. > > > > It's also available in: > > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git > > perf/build > > So the series looks really good to me, and I also tested it, pulled it > on top of tip:master, and feature detection still worked just as > expected. > > I noticed one detail: > > > Jiri Olsa (14): > > tools build: Remove Copyright from credits message > > Please just leave the current credits in place, as these gents > certainly have a copyright in the code as well, and since we pushed > the original attribution upstream already, so we cannot (and don't > want to) remove it. But yes, in general authors add their own > copyrights. ok, no problem Arnaldo, I just removed it out of my perf/build branch thanks, jirka