From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751368AbbCTNZj (ORCPT ); Fri, 20 Mar 2015 09:25:39 -0400 Received: from mail.kernel.org ([198.145.29.136]:45310 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750823AbbCTNZi (ORCPT ); Fri, 20 Mar 2015 09:25:38 -0400 Date: Fri, 20 Mar 2015 10:25:35 -0300 From: Arnaldo Carvalho de Melo To: Yunlong Song Cc: a.p.zijlstra@chello.nl, paulus@samba.org, mingo@redhat.com, linux-kernel@vger.kernel.org, wangnan0@huawei.com, Jiri Olsa Subject: Re: [PATCH 0/2] perf build: Make some improvements and fixes Message-ID: <20150320132535.GD16485@kernel.org> References: <1426821638-11227-1-git-send-email-yunlong.song@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426821638-11227-1-git-send-email-yunlong.song@huawei.com> X-Url: http://acmel.wordpress.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 Em Fri, Mar 20, 2015 at 11:20:36AM +0800, Yunlong Song escreveu: > Hi, > Found some functions to improve and bugs to fix in perf building. > > Yunlong Song (2): > perf build: Use FEATURE-DUMP instead of PERF-FEATURES in the > .gitignore file > perf build: Add config/feature-checks/*.output to the .gitignore file Thanks, applied. Please add to the CC list the author of the patches where the problems were introduced, I did it in the cset commit log CC list this time. - Arnaldo