From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758164AbbCDEmG (ORCPT ); Tue, 3 Mar 2015 23:42:06 -0500 Received: from mail-we0-f176.google.com ([74.125.82.176]:41504 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752456AbbCDEmF (ORCPT ); Tue, 3 Mar 2015 23:42:05 -0500 Date: Wed, 4 Mar 2015 05:41:58 +0100 From: Ingo Molnar To: Jiri Olsa Cc: 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: <20150304044158.GA4485@gmail.com> References: <1425392797-22572-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425392797-22572-1-git-send-email-jolsa@kernel.org> 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 * 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. Thanks, Ingo