On Fri, May 20, 2022 at 12:08:05PM -0400, Mathieu Desnoyers wrote:
> Sorry, the subject prefix for this patch series should have been [RFC PATCH
> v4 n/5].
Next time you can drop RFC from the subject.
Daniel
___
Grub-devel mailing list
Grub-devel@gnu.
Sorry, the subject prefix for this patch series should have been [RFC PATCH v4
n/5].
- On May 20, 2022, at 10:37 AM, Mathieu Desnoyers
mathieu.desnoy...@efficios.com wrote:
> This series of patches fixes a O(n^2) algorithm in the menu items
> generation scripts.
>
> Testing is still needed
This series of patches fixes a O(n^2) algorithm in the menu items
generation scripts.
Testing is still needed on linux_xen, hurd, and kfreebsd.
Mathieu
Mathieu Desnoyers (5):
grub-mkconfig linux: Fix quadratic algorithm for sorting menu items
grub-mkconfig linux_xen: Fix quadratic algorithm