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 1C7A3C74A5B for ; Thu, 16 Mar 2023 12:14:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230255AbjCPMOj (ORCPT ); Thu, 16 Mar 2023 08:14:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229732AbjCPMOh (ORCPT ); Thu, 16 Mar 2023 08:14:37 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5053A2684B; Thu, 16 Mar 2023 05:14:30 -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 ams.source.kernel.org (Postfix) with ESMTPS id 00B5BB820E7; Thu, 16 Mar 2023 12:14:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49B51C433EF; Thu, 16 Mar 2023 12:14:26 +0000 (UTC) Date: Thu, 16 Mar 2023 08:14:24 -0400 From: Steven Rostedt To: Joel Fernandes Cc: paulmck@kernel.org, Jens Axboe , Uladzislau Rezki , LKML , RCU , Oleksiy Avramchenko , 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: <20230316081424.28dd8b7f@gandalf.local.home> In-Reply-To: References: <20230201150815.409582-1-urezki@gmail.com> <20230201150815.409582-5-urezki@gmail.com> <20230315183648.5164af0f@gandalf.local.home> <60f55a5d-213f-46b7-9294-c37f10f98252@paulmck-laptop> <20230315222323.7afe82e7@gandalf.local.home> <29b54f07-b4ce-4eab-bbc2-281672bca5a5@paulmck-laptop> 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 00:16:39 -0400 Joel Fernandes wrote: > Indeed, and one could argue that "headless" sounds like something out > of a horror movie ;-). Which of course does match the situation when > the API is applied incorrectly. Well, "headless" is a common term in IT. https://en.wikipedia.org/wiki/Headless_software We could be specific to what horror movie/story, and call it: kvfree_rcu_sleepy_hollow() Which will imply both headless *and* might_sleep! -- Steve