From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752486AbdAUA0f (ORCPT ); Fri, 20 Jan 2017 19:26:35 -0500 Received: from mail-pg0-f66.google.com ([74.125.83.66]:34309 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752266AbdAUA0d (ORCPT ); Fri, 20 Jan 2017 19:26:33 -0500 Date: Sat, 21 Jan 2017 09:24:59 +0900 From: Namhyung Kim To: Steven Rostedt Cc: LKML , Ingo Molnar Subject: Re: [PATCH 1/3] ftrace: Factor out __ftrace_hash_move() Message-ID: <20170121002459.GA23554@danjae.aot.lge.com> References: <20170120024447.26097-1-namhyung@kernel.org> <20170120122535.47c9c04f@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170120122535.47c9c04f@gandalf.local.home> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Steve, On Fri, Jan 20, 2017 at 12:25:35PM -0500, Steven Rostedt wrote: > On Fri, 20 Jan 2017 11:44:45 +0900 > Namhyung Kim wrote: > > > The __ftrace_hash_move() is to allocates properly-sized hash and move > > entries in the src ftrace_hash. It will be used to set function graph > > filters which has nothing to do with the dyn_ftrace records. > > > > Signed-off-by: Namhyung Kim > > Hmm, no cover letter? Oh, I thought it's a conceptually simple and small patch series. So I didn't add a cover letter. Do you prefer seeing a cover letter anyway? > > Anyway, I applied the patches and I'm testing them now. I took a look > over them and they seem good, although, there's a few optimizations I > want to add. But I'll do that later. Thanks, if you have anything for me to do, please let me know. Namhyung