On Sun, Jul 6, 2025 at 4:29 AM Janne Grunau <j@xxxxxxxxxx> wrote: > > On Tue, Jul 01, 2025 at 06:56:17PM +0200, Miguel Ojeda wrote: > > On Tue, Jul 1, 2025 at 6:27 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote: > > > > > > Add `Guard::{insert,reserve}` and `Guard::{insert,reserve}_limit`, which > > > are akin to `__xa_{alloc,insert}` in C. > > > > Who will be using this? i.e. we need to justify adding code, typically > > by mentioning the users. > > xa_alloc() / reserve() is used by asahi. It's still using our own > abstraction but I'm in the progress of rebase onto the upstream xarray > abstractions from v6.16-rc1. Once I'm done I'll reply with "Tested-by:". > > Janne Thanks Janne. I'll wait for your Tested-by before sending v2. Tamir