From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753734AbbE1PPE (ORCPT ); Thu, 28 May 2015 11:15:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38657 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753455AbbE1POw (ORCPT ); Thu, 28 May 2015 11:14:52 -0400 Date: Thu, 28 May 2015 12:14:47 -0300 From: Arnaldo Carvalho de Melo To: Riku Voipio Cc: Ingo Molnar , Jiri Olsa , a.p.zijlstra@chello.nl, paulus@samba.org, mingo@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] perf tests: don't use obsolete syscalls Message-ID: <20150528151447.GA6270@redhat.com> References: <1429192375-13706-1-git-send-email-riku.voipio@linaro.org> <20150416161704.GA16764@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, May 28, 2015 at 07:43:20AM +0300, Riku Voipio escreveu: > Hi, > > On 16 April 2015 at 19:17, Ingo Molnar wrote: > >> From: Riku Voipio > >> > >> The following hopefully trivial patches remove the use of legacy syscalls > >> from perf test subcommands. Patch 2/3 is optional, and would make the delta > >> a lot smaller. > > >> Riku Voipio (3): > >> perf tests: switch from open to openat > >> perf tests: rename open*.c > >> perf tests: remove getpgrp from mmap-basic > > > Reviewed-by: Ingo Molnar > > Via who should the patches to tools/perf/tests go to ? I didn't get > any improvement requests nor have I seen these merged to anyones tree > so far, Me, will try to collect those, fell thru the cracks, thanks for the reminder, - Arnaldo