On Mon, Mar 27, 2023 at 01:26:39PM -0600, Jens Axboe wrote: > 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> I applied the Ack verbatim, thank you! - Joel