Re: [PATCH v2 2/2] Make a "gdb" dprintf that tells us load addresses

2022-01-26 Thread Glenn Washburn
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,

[PATCH v2 2/4] Drop gnulib fix-base64.patch

2022-01-26 Thread Robbie Harwood
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

[PATCH v2 1/4] Use visual indentation in config.h.in

2022-01-26 Thread Robbie Harwood
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

[PATCH v2 3/4] Drop gnulib no-abort.patch

2022-01-26 Thread Robbie Harwood
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

[PATCH v2 0/4] Update gnulib and drop patches

2022-01-26 Thread Robbie Harwood
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

[PATCH v2 4/4] Update gnulib version and drop all gnulib patches

2022-01-26 Thread Robbie Harwood
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

Re: [PATCH v2 0/4] Update gnulib and drop patches

2022-01-26 Thread Glenn Washburn
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

Re: [PATCH v2 4/4] Update gnulib version and drop all gnulib patches

2022-01-26 Thread Glenn Washburn
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