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 AAE03C6FD1C for ; Wed, 22 Mar 2023 23:11:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229656AbjCVXLR (ORCPT ); Wed, 22 Mar 2023 19:11:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229819AbjCVXLP (ORCPT ); Wed, 22 Mar 2023 19:11:15 -0400 Received: from mail-qv1-xf30.google.com (mail-qv1-xf30.google.com [IPv6:2607:f8b0:4864:20::f30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 063CB1025C for ; Wed, 22 Mar 2023 16:11:00 -0700 (PDT) Received: by mail-qv1-xf30.google.com with SMTP id g9so13179979qvt.8 for ; Wed, 22 Mar 2023 16:10:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joelfernandes.org; s=google; t=1679526659; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=lZL9DTkjJb3n7mVTugZ10aveYNAwV6wrK6ovdb1S8+U=; b=Sp2gAFF8dlEY31YXpKbaZ5LvO1GdLwUEwLbSBAy/GF6nVrO9pbuMGmPsFuR0Bmve/K +xYN2xH96sEAdsGyVf7noFv8C+mAKfBOp91ilP6Xt9ieqmJhcT22SsTQiRAkK54/vmQO Z3tPd89q5efOTSLIQF6Ddi2IV7xClqkmxx4KI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679526659; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=lZL9DTkjJb3n7mVTugZ10aveYNAwV6wrK6ovdb1S8+U=; b=2ea5Xx6hpLVKSQndnoZY5cAyUcVGev1v0X+RBqeVNQCAefxbxlLHSkTkKeYyodEAtE S1p2+kIoZK2AjpfmeCUx/0xyhcDicWaiQ9rAvlV/8zFFifomskVr9VapfhhaTTfbloDR 4W1aed2a701d3s/+OSuPbHoLBSt32g2DcRwMx1eyWOWbVf1eW8h+XOwSEW75mK9VtRZi kkOW9Et0DI7XwZO+CDcIDMou6Roim3IXvEcuZVjcRDvq/kZCBZ+kjCeko2NPfQf6m08B B+BshKROWRpsjFVuNuEI+0ZIqP9c/pOm3t4rR+eOeCYUS9lt481qtclv857iw7Y9LlpH c4Iw== X-Gm-Message-State: AO0yUKXKyfNlgag6mUCqUMbf3nwGrXq2MmM9Tbd3vYm2o94rX8g+lPuQ 8hzI1+i9uAyZmKSTqvHsPeC8aA== X-Google-Smtp-Source: AK7set85SVCDnzLXoJqV79SCI/o/OWtkO+89+dvJ14a/nmtvtF1SE+n//pr3tLilVxb7494mv34sVw== X-Received: by 2002:ad4:5cc8:0:b0:5b2:fb2:4b1d with SMTP id iu8-20020ad45cc8000000b005b20fb24b1dmr10245615qvb.12.1679526659115; Wed, 22 Mar 2023 16:10:59 -0700 (PDT) Received: from localhost (129.239.188.35.bc.googleusercontent.com. [35.188.239.129]) by smtp.gmail.com with ESMTPSA id p17-20020a374211000000b007428e743508sm12183990qka.70.2023.03.22.16.10.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Mar 2023 16:10:58 -0700 (PDT) Date: Wed, 22 Mar 2023 23:10:58 +0000 From: Joel Fernandes To: Steven Rostedt 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: <20230322231058.GA70593@google.com> References: <70A3066E-3B61-4B81-B36D-69BC27DAD5E9@joelfernandes.org> <20230318121131.3a9cc1ae@rorschach.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230318121131.3a9cc1ae@rorschach.local.home> Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org On Sat, Mar 18, 2023 at 12:11:31PM -0400, Steven Rostedt wrote: > 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. Masami, do you Ack the changes of the original patch to trace_probe.c ? Here it is again: https://lore.kernel.org/lkml/20230201150815.409582-5-urezki@gmail.com/ thanks, - Joel