Re: [RFC PATCH v3 0/5] grub-mkconfig: Fix quadratic algorithm for sorting menu items

2022-05-26 Thread Daniel Kiper
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.

Re: [RFC PATCH v3 0/5] grub-mkconfig: Fix quadratic algorithm for sorting menu items

2022-05-20 Thread Mathieu Desnoyers
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

[RFC PATCH v3 0/5] grub-mkconfig: Fix quadratic algorithm for sorting menu items

2022-05-20 Thread Mathieu Desnoyers
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