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 D0CF1C433F5 for ; Wed, 24 Nov 2021 15:00:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347388AbhKXPDg (ORCPT ); Wed, 24 Nov 2021 10:03:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:36480 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347090AbhKXPDQ (ORCPT ); Wed, 24 Nov 2021 10:03:16 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 043BD60E08; Wed, 24 Nov 2021 15:00:04 +0000 (UTC) Date: Wed, 24 Nov 2021 10:00:03 -0500 From: Steven Rostedt To: "Uladzislau Rezki (Sony)" Cc: LKML , RCU , "Paul E . McKenney" , Michal Hocko , Andrew Morton , Daniel Axtens , Frederic Weisbecker , Neeraj Upadhyay , Joel Fernandes , Peter Zijlstra , Thomas Gleixner , "Theodore Y . Ts'o" , Sebastian Andrzej Siewior , Oleksiy Avramchenko Subject: Re: [PATCH 9/9] tracing: Switch to kvfree_rcu() API Message-ID: <20211124100003.7d09a7d8@gandalf.local.home> In-Reply-To: <20211124110308.2053-10-urezki@gmail.com> References: <20211124110308.2053-1-urezki@gmail.com> <20211124110308.2053-10-urezki@gmail.com> 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 Wed, 24 Nov 2021 12:03:08 +0100 "Uladzislau Rezki (Sony)" wrote: > Instead of invoking a synchronize_rcu() to free a pointer > after a grace period we can directly make use of new API > that does the same but in more efficient way. > > CC: Steven Rostedt > Signed-off-by: Uladzislau Rezki (Sony) > --- Replying to the correct patch this time. Acked-by: Steven Rostedt (VMware) -- Steve