On 6/28/22 13:11, Viresh Kumar wrote: > On 28-06-22, 13:08, Dmitry Osipenko wrote: >> The opp/linux-next works fine, thank you. >> >> Tested-by: Dmitry Osipenko <dmitry.osipenko@xxxxxxxxxxxxx> > > Thanks. I should add this to all the core + tegra -patches in that > branch, right ? Yes, please. >> BTW, the idr_alloc() is obsoleted by xa_alloc(). > > The earlier interface isn't deprecated, right ? I really don't want to > go change it again :) > It has been in a process of deprecation for a couple years now. All IDR instances are slowly converting to XA. You won't need to take mutex with xa_alloc(). -- Best regards, Dmitry