Re: [PATCH v2 01/14] drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()

From: Jens Axboe
Date: Mon Mar 27 2023 - 15:26:45 EST


On 3/26/23 6:27 AM, Joel Fernandes wrote:
> On Wed, Mar 15, 2023 at 2:19 PM Joel Fernandes (Google)
> <joel@xxxxxxxxxxxxxxxxx> wrote:
>>
>> From: "Uladzislau Rezki (Sony)" <urezki@xxxxxxxxx>
>>
>> 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 <axboe@xxxxxxxxx>
>> Cc: Philipp Reisner <philipp.reisner@xxxxxxxxxx>
>> Cc: Lars Ellenberg <lars.ellenberg@xxxxxxxxxx>
>
> Jens/Others, any chance for an Ack here?

Begrudgingly-acked-by: Jens Axboe <axboe@xxxxxxxxx>

--
Jens Axboe