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 6AC57C4332F for ; Fri, 23 Dec 2022 05:08:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230136AbiLWFIT (ORCPT ); Fri, 23 Dec 2022 00:08:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230060AbiLWFIQ (ORCPT ); Fri, 23 Dec 2022 00:08:16 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9E8C12AF7 for ; Thu, 22 Dec 2022 21:08:15 -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 sin.source.kernel.org (Postfix) with ESMTPS id C9222CE1B8B for ; Fri, 23 Dec 2022 05:08:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96975C433EF; Fri, 23 Dec 2022 05:08:10 +0000 (UTC) Date: Fri, 23 Dec 2022 00:08:08 -0500 From: Steven Rostedt To: Jianlin Lv Cc: "Masami Hiramatsu (Google)" , alison.schofield@intel.com, davidgow@google.com, thunder.leizhen@huawei.com, jianlv@ebay.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tracepoint: Allow livepatch module add trace event Message-ID: <20221223000808.0f4df11b@rorschach.local.home> In-Reply-To: References: <20221102160236.11696-1-iecedge@gmail.com> <20221114122255.72588f45@gandalf.local.home> <20221114220216.05dd0541@gandalf.local.home> <20221116000707.a8a692e377d8daaf3764ee64@kernel.org> <20221115101837.37da9d1e@gandalf.local.home> 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-kernel@vger.kernel.org On Fri, 23 Dec 2022 12:52:18 +0800 Jianlin Lv wrote: > hi, Steve > Any other comments for code changes? > Is it possible for this patch to be merged? Ah, I had it marked as waiting for a reply. But I think we got side tracked on the discussion. Anyway, this is a trivial patch, I think I can get it in during -rc1. -- Steve