From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751366AbcBKX7z (ORCPT ); Thu, 11 Feb 2016 18:59:55 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:33977 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750837AbcBKX7y (ORCPT ); Thu, 11 Feb 2016 18:59:54 -0500 Subject: Re: [PATCH] perf python scripting: Append examples to err msg about audit-libs-python To: Arnaldo Carvalho de Melo References: <1455018790-13425-1-git-send-email-treeze.taeung@gmail.com> <20160211222003.GJ32168@kernel.org> Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Ingo Molnar From: Taeung Song Message-ID: <56BD2076.2020605@gmail.com> Date: Fri, 12 Feb 2016 08:59:50 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160211222003.GJ32168@kernel.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Arnaldo On 02/12/2016 07:20 AM, Arnaldo Carvalho de Melo wrote: > Em Tue, Feb 09, 2016 at 08:53:10PM +0900, Taeung Song escreveu: >> To print the syscall name, the audit-libs-python package >> should be required. If not installed, print >> the erron string e.g. > > After fixing spelling mistakes, applied, thanks, > > - Arnaldo Thank you !! :) Taeung