On Wed, 3 Nov 2021 14:22:07 -0400
Robbie Harwood wrote:
> From: Peter Jones
>
> Add a grub_dprintf() call during platform init and during module loading
> that tells us the virtual addresses of the .text and .data sections of
> grub-core/kernel.exec and any modules it loads.
>
> Specifically,
Originally added in 9fbdec2f6b4fa8b549daa4d49134d1fe89d95ef9 and
subsequently modified in 552c9fd08122a3036c724ce96dfe68aa2f75705f,
fix-base64.patch handled two problems we have using gnulib, which are
exerciesd by the base64 module but not directly caused by it.
First, grub2 defines its own bool
Signed-off-by: Robbie Harwood
---
config.h.in | 56 ++---
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/config.h.in b/config.h.in
index 9e8f9911b..1c8c05b9c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -22,46 +22,46 @@
#define MI
Originally added in db7337a3d353a817ffe9eb4a3702120527100be9, this
patched out all relevant invocations of abort() in gnulib. While it was
not documented why at the time, testing suggests that there's no abort()
implementation available for gnulib to use.
gnulib's position is that the use of abor
This patchset is an expansion of "Drop gnulib fix-base64.patch" and rolls us
forward to current gnulib development head. Not carrying patches means we
don't have to maintain a gnulib tree (nor do downstream distros). It also
allows us to pull in static analyzer fixes that gnulib has applied.
I'v
In addition to the changes carried in our gnulib patches, several
Coverity and code hygiene fixes that were previously downstream are also
included in this 3-year gnulib increment.
Bump minimum autoconf version from 2.63 to 2.64 as required by gnulib.
Sync bootstrap script itself with gnulib.
Up
On Wed, 26 Jan 2022 17:09:08 -0500
Robbie Harwood wrote:
> This patchset is an expansion of "Drop gnulib fix-base64.patch" and rolls us
> forward to current gnulib development head. Not carrying patches means we
> don't have to maintain a gnulib tree (nor do downstream distros). It also
> allow
On Wed, 26 Jan 2022 17:09:12 -0500
Robbie Harwood wrote:
> In addition to the changes carried in our gnulib patches, several
> Coverity and code hygiene fixes that were previously downstream are also
> included in this 3-year gnulib increment.
>
> Bump minimum autoconf version from 2.63 to 2.64