Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752218AbdLLQYt (ORCPT ); Tue, 12 Dec 2017 11:24:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39566 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751688AbdLLQYr (ORCPT ); Tue, 12 Dec 2017 11:24:47 -0500 Date: Tue, 12 Dec 2017 17:24:43 +0100 (CET) From: Michael Petlan X-X-Sender: Michael@Diego To: Arnaldo Carvalho de Melo cc: Thomas-Mich Richter , linux-perf-users@vger.kernel.org, Jiri Olsa , Namhyung Kim , Linux Kernel Mailing List , Arnaldo Carvalho de Melo Subject: Re: [PATCH v2] perf test shell: Fix check open filename arg using 'perf trace In-Reply-To: <20171212151948.GN3958@kernel.org> Message-ID: References: <20171211154312.GC2221@redhat.com> <20171211170750.GE3958@kernel.org> <20171212145707.GL3958@kernel.org> <20171212151948.GN3958@kernel.org> User-Agent: Alpine 2.20 (LRH 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 12 Dec 2017 16:24:47 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 562 Lines: 14 Hey Arnaldo, this one did not remove the s390x hack and also, won't work on arm. Please use the one I just have sent, few seconds ago... On Tue, 12 Dec 2017, Arnaldo Carvalho de Melo wrote: > Em Tue, Dec 12, 2017 at 11:57:07AM -0300, Arnaldo Carvalho de Melo escreveu: > > So the patch below does the trick for me, can you please check if does > > for you? > > So I've put this with a long explanation at: > > https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=tmp.perf/core&id=ba15be2acc9e35dc9f034fef3aa292406b518b04 > > - Arnaldo >