Davidlohr Bueso wrote: > On Tue, 12 Jul 2022, Dan Williams wrote: > > >Given that decoder instance order is fundamental to the DPA translation > >sequence for endpoint decoders, enforce that cxl_decoder_for_each() returns > >decoders in instance order. Otherwise, they show up in readddir() order > >which is not predictable. > > > >Add a list_add_sorted() to generically handle inserting into a sorted list. > > With the already available list_add_before ccan code nit already pointed out > by Ira.
Done. > Reviewed-by: Davidlohr Bueso <[email protected]> Thanks!
