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 5F3BFC6379F for ; Thu, 23 Feb 2023 16:22:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234153AbjBWQWI (ORCPT ); Thu, 23 Feb 2023 11:22:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233926AbjBWQWF (ORCPT ); Thu, 23 Feb 2023 11:22:05 -0500 Received: from mg.ssi.bg (mg.ssi.bg [193.238.174.37]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AD9EB1E1E4; Thu, 23 Feb 2023 08:22:02 -0800 (PST) Received: from mg.ssi.bg (localhost [127.0.0.1]) by mg.ssi.bg (Proxmox) with ESMTP id 5896F814C2; Thu, 23 Feb 2023 18:21:56 +0200 (EET) Received: from ink.ssi.bg (unknown [193.238.174.40]) by mg.ssi.bg (Proxmox) with ESMTP id 601678158D; Thu, 23 Feb 2023 18:21:54 +0200 (EET) Received: from ja.ssi.bg (unknown [178.16.129.10]) by ink.ssi.bg (Postfix) with ESMTPS id 09AB63C0440; Thu, 23 Feb 2023 18:21:49 +0200 (EET) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by ja.ssi.bg (8.17.1/8.16.1) with ESMTP id 31NGLkbs097921; Thu, 23 Feb 2023 18:21:46 +0200 Date: Thu, 23 Feb 2023 18:21:46 +0200 (EET) From: Julian Anastasov To: "Paul E. McKenney" cc: "Zhuo, Qiuxu" , Frederic Weisbecker , "Uladzislau Rezki (Sony)" , LKML , RCU , Oleksiy Avramchenko , Jens Axboe , Philipp Reisner , Bryan Tan , Steven Rostedt , Eric Dumazet , Bob Pearson , Ariel Levkovich , "Theodore Ts'o" , pablo@netfilter.org, netdev@vger.kernel.org Subject: Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() In-Reply-To: <20230223155415.GA2948950@paulmck-ThinkPad-P17-Gen-1> Message-ID: <44eeb053-addd-263e-90d3-131598cfef6c@ssi.bg> References: <20230201150815.409582-1-urezki@gmail.com> <20230223155415.GA2948950@paulmck-ThinkPad-P17-Gen-1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1463811672-745359525-1677169308=:6653" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463811672-745359525-1677169308=:6653 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Hello, On Thu, 23 Feb 2023, Paul E. McKenney wrote: > > > Not sure if you guys noticed but on latest rcu/dev: > > > > > > net/netfilter/ipvs/ip_vs_est.c: In function ‘ip_vs_stop_estimator’: > > > net/netfilter/ipvs/ip_vs_est.c:552:15: error: macro "kfree_rcu" requires 2 > > > arguments, but only 1 given > > > kfree_rcu(td); > > > ^ > > > net/netfilter/ipvs/ip_vs_est.c:552:3: error: ‘kfree_rcu’ undeclared (first use in > > > this function); did you mean ‘kfree_skb’? > > > kfree_rcu(td); > > > ^~~~~~~~~ > > > kfree_skb > > > net/netfilter/ipvs/ip_vs_est.c:552:3: note: each undeclared identifier is > > > reported only once for each function it appears in > > > > Hi Frederic Weisbecker, > > > > I encountered the same build error as yours. > > Per the discussion link below, the fix for this build error by Uladzislau Rezki will be picked up by some other maintainer's branch? > > @Paul E . McKenney, please correct me if my understanding is wrong. ???? > > > > https://lore.kernel.org/rcu/Y9qc+lgR1CgdszKs@salvia/ > > Pablo and Julian, how are things coming with that patch? Fix is already in net and net-next tree Regards -- Julian Anastasov ---1463811672-745359525-1677169308=:6653--