Re: [PATCH] Move block region publish out of RCU callback

Zach Brown <[email protected]> Tue, 31 Mar 2026 13:30:06 -0700
Newsgroups dev.linux.lists.rpdfs-devel
Message-ID <[email protected]>
On Tue, Mar 31, 2026 at 04:07:32PM +0200, Valerie Aurora wrote:
> We were unnecessarily complicating the freeing of a region builder by
> doing it in an RCU callback. Move the region publication out of the
> RCU callback and free the region builder itself with standard
> kfree_rcu().

Very nice, thanks for taking care of this.  Applied,

- z