Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933542AbcLMQFR (ORCPT ); Tue, 13 Dec 2016 11:05:17 -0500 Received: from resqmta-po-01v.sys.comcast.net ([96.114.154.160]:54820 "EHLO resqmta-po-01v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932537AbcLMQDk (ORCPT ); Tue, 13 Dec 2016 11:03:40 -0500 Reply-To: shuah@kernel.org Subject: Re: [PATCH] selftests: ftrace: Shift down default message verbosity References: <148007872763.5917.15256235993753860592.stgit@devbox> <20161213122353.a1ec3ead481219a24ea7f0f7@gmail.com> <04486f55-a605-fdf0-5714-fc68e5737276@kernel.org> <20161213102512.4d4169e1@gandalf.local.home> To: Steven Rostedt Cc: Masami Hiramatsu , Masami Hiramatsu , Shuah Khan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Shuah Khan , Shuah Khan From: Shuah Khan Message-ID: Date: Tue, 13 Dec 2016 09:03:19 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161213102512.4d4169e1@gandalf.local.home> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfLErPMgHmlLG1+m3zcEDf+j9KaWWnlLl8KTP32meVuNdB4LFYMbmijhA0lOxvP9SIEenVGja7BGWD9oZmDkTBmAy9nJaQODsQatpKhUp/lW0IEF1AfgM MEIVicMDMOjcr8ObT15WuQUe2CFvvwcjcB4aJ4IIXGs9GHzSHzAh3fAiu+Io3tA18EVzH86XkW99PJmVyB9DPPYtJckrkDq2v4MP5SKx2C3mTEAkRD5X+Sgo +aUgLFDiTJVq2uUJi9vqtMac9KoLOqx92+Y5GP3GRFZJjNFPtsW7wQQ+4Dud3CKrllCXCq5/CbN6ZDcZx8vzzz9Kn5A7du4Fi9TJknJbhrBVhJDQ4OJ7rTCJ 9MkZqeR7p8zwHo4aFyK9DNhHFIO1c/3gRiUhhwuCis4t4Cv/IvT6RkIxmjSugH2x2uOFHls5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1325 Lines: 45 On 12/13/2016 08:25 AM, Steven Rostedt wrote: > On Tue, 13 Dec 2016 07:06:18 -0700 > Shuah Khan wrote: > >> On 12/12/2016 08:23 PM, Masami Hiramatsu wrote: >>> Ping? >>> >>> On Fri, 25 Nov 2016 21:58:48 +0900 >>> Masami Hiramatsu wrote: >>> >>>> Shift down default message verbosity, so that do not show >>>> error results in stdout by default. Since that behavior >>>> is same as giving --quiet option, this patch removes >>>> --quiet and make --verbose increasing verbosity. >>>> >>>> In other words, this changes verbosity options as below. >>>> ftracetest -q -> ftracetest >>>> ftracetest -> ftracetest -v >>>> ftracetest -v -> ftracetest -v -v (or -vv) >>>> >>>> Signed-off-by: Masami Hiramatsu >> >> Hi Steve, >> >> Are you taking this through yours? Or Should I include in my >> pull request? Please give me Ack if you want me to. >> > > I'll take it. I believe it may be built on top of other patches I took. > I'm getting ready for a push anyway. Since this only touches the self > test code, I don't need to run my full test suite on it. > > Thanks! > > -- Steve > > Yes. I tried applying to my tree and I think it is dependent on other patches in your tree. Here is my: Acked-by: Shuah Khan thanks, -- Shuah