All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robbie Harwood <rharwood@redhat.com>
To: grub-devel@gnu.org
Cc: dkiper@net-space.pl, development@efficientek.com,
	Robbie Harwood <rharwood@redhat.com>
Subject: [PATCH v5 0/4] Update gnulib and drop some patches
Date: Wed, 16 Feb 2022 16:41:38 -0500	[thread overview]
Message-ID: <20220216214142.555294-1-rharwood@redhat.com> (raw)

Changes in this version:

- Include most _GL_* defines from gnulib.  Hopefully we do not need all their
  prereq logic as well, but I don't know what the compilers we support are, so
  please correct that if needed.

- Avoid creating empty #defines.

- Fix issues with building gnulib's allocation modules observed by Glenn.  The
  tree now builds warning-free with default cflags for me.

Be well,
--Robbie

Robbie Harwood (4):
  Use visual indentation in config.h.in
  Drop gnulib fix-base64.patch
  Drop gnulib no-abort.patch
  Update gnulib version and drop most gnulib patches

 bootstrap                                     | 319 ++++++++++--------
 bootstrap.conf                                |  21 +-
 conf/Makefile.extra-dist                      |   8 -
 config.h.in                                   | 112 ++++--
 configure.ac                                  |   2 +-
 grub-core/Makefile.core.def                   |   1 +
 grub-core/disk/luks2.c                        |   4 +-
 grub-core/lib/gnulib-patches/fix-base64.patch |  21 --
 .../lib/gnulib-patches/fix-null-deref.patch   |  13 -
 .../gnulib-patches/fix-null-state-deref.patch |  12 -
 .../fix-regcomp-uninit-token.patch            |  15 -
 .../fix-regexec-null-deref.patch              |  12 -
 .../gnulib-patches/fix-uninit-structure.patch |  11 -
 .../lib/gnulib-patches/fix-unused-value.patch |  14 -
 grub-core/lib/gnulib-patches/no-abort.patch   |  26 --
 grub-core/lib/posix_wrap/limits.h             |   6 +-
 grub-core/lib/posix_wrap/sys/types.h          |   7 +-
 grub-core/lib/xzembed/xz.h                    |   5 +-
 include/grub/compiler.h                       |   4 +-
 include/grub/list.h                           |   2 +-
 20 files changed, 293 insertions(+), 322 deletions(-)
 delete mode 100644 grub-core/lib/gnulib-patches/fix-base64.patch
 delete mode 100644 grub-core/lib/gnulib-patches/fix-null-deref.patch
 delete mode 100644 grub-core/lib/gnulib-patches/fix-null-state-deref.patch
 delete mode 100644 grub-core/lib/gnulib-patches/fix-regcomp-uninit-token.patch
 delete mode 100644 grub-core/lib/gnulib-patches/fix-regexec-null-deref.patch
 delete mode 100644 grub-core/lib/gnulib-patches/fix-uninit-structure.patch
 delete mode 100644 grub-core/lib/gnulib-patches/fix-unused-value.patch
 delete mode 100644 grub-core/lib/gnulib-patches/no-abort.patch

-- 
2.34.1



             reply	other threads:[~2022-02-16 21:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-16 21:41 Robbie Harwood [this message]
2022-02-16 21:41 ` [PATCH v5 1/4] Use visual indentation in config.h.in Robbie Harwood
2022-02-16 21:41 ` [PATCH v5 2/4] Drop gnulib fix-base64.patch Robbie Harwood
2022-02-16 21:41 ` [PATCH v5 3/4] Drop gnulib no-abort.patch Robbie Harwood
2022-02-16 21:41 ` [PATCH v5 4/4] Update gnulib version and drop most gnulib patches Robbie Harwood
2022-02-18 16:03 ` [PATCH v5 0/4] Update gnulib and drop some patches Glenn Washburn
2022-02-22 15:21 ` Daniel Kiper
2022-02-22 16:44   ` Robbie Harwood
2022-02-22 17:17     ` Daniel Kiper
2022-02-22 17:35       ` Robbie Harwood
2022-02-24 17:28         ` Daniel Kiper
2022-02-24 19:43           ` Robbie Harwood

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=20220216214142.555294-1-rharwood@redhat.com \
    --to=rharwood@redhat.com \
    --cc=development@efficientek.com \
    --cc=dkiper@net-space.pl \
    --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.