All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
To: grub-devel <grub-devel@gnu.org>
Subject: Re: [RFC PATCH v3 0/5] grub-mkconfig: Fix quadratic algorithm for sorting menu items
Date: Fri, 20 May 2022 12:08:05 -0400 (EDT)	[thread overview]
Message-ID: <1243265157.64153.1653062885546.JavaMail.zimbra@efficios.com> (raw)
In-Reply-To: <20220520143741.217690-1-mathieu.desnoyers@efficios.com>

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.desnoyers@efficios.com wrote:

> 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 for sorting menu
>    items
>  grub-mkconfig hurd: Fix quadratic algorithm for sorting menu items
>  grub-mkconfig kfreebsd: Fix quadratic algorithm for sorting menu items
>  Cleanup: grub-mkconfig_lib: remove unused version comparison functions
> 
> util/grub-mkconfig_lib.in   | 59 +++----------------------------------
> util/grub.d/10_hurd.in      | 14 +++++----
> util/grub.d/10_kfreebsd.in  | 12 +++++---
> util/grub.d/10_linux.in     | 12 +++++---
> util/grub.d/20_linux_xen.in | 18 ++++++-----
> 5 files changed, 39 insertions(+), 76 deletions(-)
> 
> --
> 2.30.2

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


  parent reply	other threads:[~2022-05-20 16:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20 14:37 [RFC PATCH v3 0/5] grub-mkconfig: Fix quadratic algorithm for sorting menu items Mathieu Desnoyers
2022-05-20 14:37 ` [RFC PATCH v3 1/5] grub-mkconfig linux: " Mathieu Desnoyers
2022-05-26 15:13   ` Daniel Kiper
2022-05-26 18:34     ` Mathieu Desnoyers
2022-06-08 18:10       ` Daniel Kiper
2022-05-20 14:37 ` [RFC PATCH v3 2/5] grub-mkconfig linux_xen: " Mathieu Desnoyers
2022-05-20 14:37 ` [RFC PATCH v3 3/5] grub-mkconfig hurd: " Mathieu Desnoyers
2022-05-20 14:37 ` [RFC PATCH v3 4/5] grub-mkconfig kfreebsd: " Mathieu Desnoyers
2022-05-20 14:37 ` [RFC PATCH v3 5/5] Cleanup: grub-mkconfig_lib: remove unused version comparison functions Mathieu Desnoyers
2022-05-26 21:07   ` Robbie Harwood
2022-05-27  6:07     ` Michael Chang
2022-05-27 14:56       ` Robbie Harwood
2022-05-27 21:45         ` Daniel Kiper
2022-05-30 13:31         ` Mathieu Desnoyers
2022-05-20 16:08 ` Mathieu Desnoyers [this message]
2022-05-26 15:24   ` [RFC PATCH v3 0/5] grub-mkconfig: Fix quadratic algorithm for sorting menu items Daniel Kiper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1243265157.64153.1653062885546.JavaMail.zimbra@efficios.com \
    --to=mathieu.desnoyers@efficios.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.