Hi On 2026-06-02 15:37:38+02:00, David Hildenbrand (Arm) wrote: > On 5/4/26 14:30, Marc-André Lureau wrote: > > > - ret = ram_discard_source_replay_populated(rdm->rds, rdl->section, > > - rdm_populate_cb, rdl); > > + ret = ram_discard_manager_replay_populated(rdm, rdl->section, > > + rdm_populate_cb, rdl); > > I'm probably missing something. You are changing the parameters passed to > ram_discard_manager_replay_populated(), but > ram_discard_manager_replay_populated() is not actually modified in this patch > to > take other parameters?
We are switching from calling RamDiscard "Source" replay() to RamDiscard "Manager" (with a single source for now). thanks
