All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/6] Update gnulib version and drop most gnulib patches
@ 2022-03-02 19:08 Robbie Harwood
  2022-03-02 19:08 ` [PATCH v8 1/6] Use visual indentation in config.h.in Robbie Harwood
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Robbie Harwood @ 2022-03-02 19:08 UTC (permalink / raw)
  To: grub-devel; +Cc: dkiper, Robbie Harwood

Changes this version:

- Reorder last two commits so that warning fixes come after the change that
  introduces them.
- Fix comment formatting to comply with grub2 style.

No functional code changes.

Be well,
--Robbie

Robbie Harwood (6):
  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

 INSTALL                                       |   4 +-
 bootstrap                                     | 319 ++++++++++--------
 bootstrap.conf                                |  23 +-
 conf/Makefile.extra-dist                      |   8 -
 config.h.in                                   | 142 ++++++--
 configure.ac                                  |   2 +-
 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/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 +-
 40 files changed, 347 insertions(+), 343 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



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-03-10 23:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 19:08 [PATCH v8 0/6] Update gnulib version and drop most gnulib patches Robbie Harwood
2022-03-02 19:08 ` [PATCH v8 1/6] Use visual indentation in config.h.in Robbie Harwood
2022-03-02 19:08 ` [PATCH v8 2/6] Where present, ensure config-util.h precedes config.h Robbie Harwood
2022-03-02 19:08 ` [PATCH v8 3/6] Drop gnulib fix-base64.patch Robbie Harwood
2022-03-02 19:08 ` [PATCH v8 4/6] Drop gnulib no-abort.patch Robbie Harwood
2022-03-03  0:22   ` Glenn Washburn
2022-03-03 16:58     ` Robbie Harwood
2022-03-03 17:35       ` Glenn Washburn
2022-03-03 18:47         ` Robbie Harwood
2022-03-04 17:40           ` Glenn Washburn
2022-03-04 20:04             ` Daniel Kiper
2022-03-02 19:08 ` [PATCH v8 5/6] Update gnulib version and drop most gnulib patches Robbie Harwood
2022-03-02 19:08 ` [PATCH v8 6/6] Handle warnings introduced by updated gnulib Robbie Harwood
2022-03-04 18:16 ` [PATCH v8] Fix various new autotools warnings Robbie Harwood
2022-03-05  0:01 ` [PATCH v8 0/6] Update gnulib version and drop most gnulib patches Glenn Washburn
2022-03-07  8:15   ` Glenn Washburn
2022-03-09 15:42     ` Daniel Kiper
2022-03-09 20:01       ` Glenn Washburn
2022-03-10 23:44         ` Daniel Kiper

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.