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 8DFC4C61DA4 for ; Sat, 18 Mar 2023 16:11:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229838AbjCRQLi (ORCPT ); Sat, 18 Mar 2023 12:11:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229488AbjCRQLg (ORCPT ); Sat, 18 Mar 2023 12:11:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6142B25BA9; Sat, 18 Mar 2023 09:11:35 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id D4A6860EC3; Sat, 18 Mar 2023 16:11:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0851DC433D2; Sat, 18 Mar 2023 16:11:32 +0000 (UTC) Date: Sat, 18 Mar 2023 12:11:31 -0400 From: Steven Rostedt To: Joel Fernandes Cc: Uladzislau Rezki , LKML , RCU , "Paul E . McKenney" , Oleksiy Avramchenko , Jens Axboe , Philipp Reisner , Bryan Tan , Eric Dumazet , Bob Pearson , Ariel Levkovich , Theodore Ts'o , Julian Anastasov Subject: Re: [PATCH 04/13] tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep() Message-ID: <20230318121131.3a9cc1ae@rorschach.local.home> In-Reply-To: <70A3066E-3B61-4B81-B36D-69BC27DAD5E9@joelfernandes.org> References: <70A3066E-3B61-4B81-B36D-69BC27DAD5E9@joelfernandes.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-kernel@vger.kernel.org On Thu, 16 Mar 2023 14:01:30 -0400 Joel Fernandes wrote: > If so, Steve please send a patch when you are able to and with Vlads Ack, > we can take it via the RCU tree if that is Ok with you. Daniel acked it, so you can just take it as he can be responsible for that code. For the trace_probe.c if you get an ack from Masami, then you can take the original patch as is. -- Steve