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, Robbie Harwood <rharwood@redhat.com>
Subject: [PATCH v9 0/8] Update gnulib version and drop most gnulib patches
Date: Tue, 15 Mar 2022 14:05:37 -0400	[thread overview]
Message-ID: <20220315180545.54989-1-rharwood@redhat.com> (raw)

This update adds two patches (dkiper's __set_errno() and my autotools warnings
fix).  There are not changes to other patches in the series (except maybe
things introduced by git rebase).

Be well,
--Robbie

Daniel Kiper (1):
  lib/posix_wrap/errno.h: Add __set_errno() macro

Robbie Harwood (7):
  Use visual indentation in config.h.in
  Where present, ensure config-util.h precedes config.h
  Drop gnulib fix-base64.patch
  Drop gnulib no-abort.patch
  Update gnulib version and drop most gnulib patches
  Handle warnings introduced by updated gnulib
  Fix various new autotools warnings

 INSTALL                                       |   4 +-
 bootstrap                                     | 319 ++++++++++--------
 bootstrap.conf                                |  23 +-
 conf/Makefile.extra-dist                      |   8 -
 config.h.in                                   | 142 ++++++--
 configure.ac                                  |   8 +-
 grub-core/Makefile.core.def                   |   3 +
 grub-core/disk/host.c                         |   2 +-
 grub-core/disk/luks2.c                        |   4 +-
 grub-core/gensymlist.sh                       |   1 +
 grub-core/kern/emu/argp_common.c              |   2 +-
 grub-core/kern/emu/main.c                     |   2 +-
 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/errno.h              |   4 +
 grub-core/lib/posix_wrap/limits.h             |   6 +-
 grub-core/lib/posix_wrap/sys/types.h          |   7 +-
 grub-core/lib/xzembed/xz.h                    |   5 +-
 grub-core/osdep/aros/config.c                 |   2 +-
 grub-core/osdep/basic/emunet.c                |   2 +-
 grub-core/osdep/basic/init.c                  |   2 +-
 grub-core/osdep/haiku/getroot.c               |   2 +-
 grub-core/osdep/linux/emunet.c                |   2 +-
 grub-core/osdep/unix/config.c                 |   2 +-
 grub-core/osdep/unix/cputime.c                |   2 +-
 grub-core/osdep/unix/dl.c                     |   2 +-
 grub-core/osdep/unix/emuconsole.c             |   2 +-
 grub-core/osdep/unix/getroot.c                |   2 +-
 grub-core/osdep/windows/config.c              |   2 +-
 grub-core/osdep/windows/cputime.c             |   2 +-
 grub-core/osdep/windows/dl.c                  |   2 +-
 grub-core/osdep/windows/emuconsole.c          |   2 +-
 grub-core/osdep/windows/init.c                |   2 +-
 include/grub/compiler.h                       |   4 +-
 include/grub/list.h                           |   2 +-
 41 files changed, 354 insertions(+), 346 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.35.1



             reply	other threads:[~2022-03-15 18:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15 18:05 Robbie Harwood [this message]
2022-03-15 18:05 ` [PATCH v9 1/8] Use visual indentation in config.h.in Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 2/8] Where present, ensure config-util.h precedes config.h Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 3/8] Drop gnulib fix-base64.patch Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 4/8] Drop gnulib no-abort.patch Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 5/8] Update gnulib version and drop most gnulib patches Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 6/8] Handle warnings introduced by updated gnulib Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 7/8] Fix various new autotools warnings Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 8/8] lib/posix_wrap/errno.h: Add __set_errno() macro Robbie Harwood
2022-03-16 18:12 ` [PATCH v9 0/8] Update gnulib version and drop most gnulib patches 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=20220315180545.54989-1-rharwood@redhat.com \
    --to=rharwood@redhat.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.