Re: [PATCH v2 31/39] Revert "bootdev: avoid infinite probe loop"

2024-08-06 Thread Heinrich Schuchardt
On 06.08.24 14:58, Simon Glass wrote: This turns out to be insufficient to fix the problem, since when bootdev_next_prio() exits, the caller has no idea that this really is the end. Nor is it, since there may be other devices which should be checked. Please, describe how the original problem wi

[PATCH v2 31/39] Revert "bootdev: avoid infinite probe loop"

2024-08-06 Thread Simon Glass
This turns out to be insufficient to fix the problem, since when bootdev_next_prio() exits, the caller has no idea that this really is the end. Nor is it, since there may be other devices which should be checked. The caller iterates which calls iter_incr() which calls bootdev_next_prio() again, wh