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

2022-06-24 Thread Daniel Kiper
On Mon, Jun 13, 2022 at 10:08:21AM -0400, Mathieu Desnoyers wrote: > This series of patches fixes a O(n^2) algorithm in the menu items > generation scripts. > > Since v5, add Tested-by tags, and update patch 1 to apply bash best > practices. > > Testing is still needed on kfreebsd. For all the pat

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

2022-06-13 Thread Mathieu Desnoyers
This series of patches fixes a O(n^2) algorithm in the menu items generation scripts. Since v5, add Tested-by tags, and update patch 1 to apply bash best practices. Testing is still needed on kfreebsd. Mathieu Mathieu Desnoyers (5): grub-mkconfig linux: Fix quadratic algorithm for sorting men