From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 7C3C14202E9 for ; Mon, 27 Mar 2023 21:26:41 +0200 (CEST) Received: by mail-il1-f179.google.com with SMTP id e6so5167512ilu.9 for ; Mon, 27 Mar 2023 12:26:41 -0700 (PDT) Message-ID: Date: Mon, 27 Mar 2023 13:26:39 -0600 MIME-Version: 1.0 Content-Language: en-US To: Joel Fernandes , Philipp Reisner , Lars Ellenberg , =?UTF-8?Q?Christoph_B=c3=b6hmwalder?= References: <20230315181902.4177819-1-joel@joelfernandes.org> From: Jens Axboe In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: linux-block@vger.kernel.org, "Uladzislau Rezki \(Sony\)" , linux-kernel@vger.kernel.org, "Paul E . McKenney" , drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] [PATCH v2 01/14] drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep() List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 3/26/23 6:27 AM, Joel Fernandes wrote: > On Wed, Mar 15, 2023 at 2:19 PM Joel Fernandes (Google) > wrote: >> >> From: "Uladzislau Rezki (Sony)" >> >> The kvfree_rcu() macro's single-argument form is deprecated. Therefore >> switch to the new kvfree_rcu_mightsleep() variant. The goal is to >> avoid accidental use of the single-argument forms, which can introduce >> functionality bugs in atomic contexts and latency bugs in non-atomic >> contexts. >> >> Cc: Jens Axboe >> Cc: Philipp Reisner >> Cc: Lars Ellenberg > > Jens/Others, any chance for an Ack here? Begrudgingly-acked-by: Jens Axboe -- Jens Axboe