From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1014FC4332F for ; Wed, 4 Jan 2023 16:03:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230341AbjADQDb (ORCPT ); Wed, 4 Jan 2023 11:03:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233855AbjADQDa (ORCPT ); Wed, 4 Jan 2023 11:03:30 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2EF02E1; Wed, 4 Jan 2023 08:03:29 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A137CB815C3; Wed, 4 Jan 2023 16:03:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA15AC433EF; Wed, 4 Jan 2023 16:03:26 +0000 (UTC) Date: Wed, 4 Jan 2023 11:03:23 -0500 From: Steven Rostedt To: Mark Rutland Cc: Masami Hiramatsu , linux-kernel@vger.kernel.org, revest@chromium.org, linux-trace-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/3] ftrace: Export ftrace_free_filter() to modules Message-ID: <20230104110323.166d44fa@gandalf.local.home> In-Reply-To: References: <20230103124912.2948963-1-mark.rutland@arm.com> <20230103124912.2948963-3-mark.rutland@arm.com> <20230104235149.2416d0b57f6fba0f2f31ba77@kernel.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-kernel@vger.kernel.org On Wed, 4 Jan 2023 15:30:16 +0000 Mark Rutland wrote: > > Reviewed-by: Masami Hiramatsu (Google) > > > > Thanks! > > Thanks! > > Assuming Steve is also happy with the series, I assume one of you two will pick > this up and fold those in. > > I've folded all those tags in my local branch (and pushed that to my > ftrace/ops-sample branch on kernel.org), so if you'd prefer I post a v3 with > those I'm quite happy to do so. I was planning on looking at this today. No need to post new patches for tags, that's easy to add. I only care about code changes for new patches. -- Steve