From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Date: Sun, 23 Dec 2018 03:53:25 +0000 Subject: Re: [for-next][PATCH 0/5] tracing: Add string_has_prefix() and usages Message-Id: <20181222225325.6be0c77f@vmware.local.home> List-Id: References: <20181222162007.697862256@goodmis.org> <20181223034120.GF11421@danjae.aot.lge.com> In-Reply-To: <20181223034120.GF11421@danjae.aot.lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Namhyung Kim Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Joe Perches , Linus Torvalds , Yoshinori Sato , Rich Felker , linux-sh@vger.kernel.org, kernel-team@lge.com On Sun, 23 Dec 2018 12:41:20 +0900 Namhyung Kim wrote: > > Steven Rostedt (VMware) (5): > > string.h: Add str_has_prefix() helper function > > tracing: Use str_has_prefix() helper for histogram code > > tracing: Use str_has_prefix() instead of using fixed sizes > > tracing: Have the historgram use the result of str_has_prefix() for len of prefix > > tracing: Use the return of str_has_prefix() to remove open coded numbers > > For the series: > > Acked-by: Namhyung Kim Thanks Namhyung! -- Steve