Re: [PATCH v2 1/1] bootstrap: Ensure shallow GNULIB clone Works on Newer GIT

2025-08-25 Thread Collin Funk
Daniel Kiper via Grub-devel writes: > On Sun, Aug 24, 2025 at 08:38:41PM -0500, Andrew Hamilton wrote: >> Update the bootstrap script to be compatible with newer versions >> of GIT that changed the git clone -h output from containing: >> "--depth" >> to: >> "--[no-]depth" >> This bootstrap script

Re: [PATCH 1/1] bootstrap: Ensure shallow GNULIB clone Works on Newer GIT

2025-08-23 Thread Collin Funk
Andrew Hamilton writes: > Thank you for the input, I considered updating the bootstrap script from > GNULIB to latest but decided it may be considered a higher risk change for > the upcoming 2.14 release. Maybe I should investigate this further. > > Do you happen to know if there is any dependen

Re: [PATCH 1/1] bootstrap: Ensure shallow GNULIB clone Works on Newer GIT

2025-08-23 Thread Collin Funk
Andrew Hamilton writes: > Update the bootstrap script to be compatible with newer versions > of GIT that changed the git clone -h output from containing: > "--depth" > to: > "--[no-]depth" > Use a regular expression that will support either. > In the future, when GNULIB version is bumped, this bo

Re: [PATCH 0/2] Fix resource leaks in gnulib

2025-06-14 Thread Collin Funk
Hi Alec, Alec Brown via Grub-devel writes: > Coverity found a couple resource leaks in gnulib code that the GRUB is using. > These fixes have been made in the latest version of gnulib and I've backported > these changes to maintain consistency. Thanks for fixing these in Gnulib. There was a le

[PATCH] ia64: Fix left shift overflow.

2025-05-04 Thread Collin Funk
* grub-core/kern/ia64/dl_helper.c (grub_ia64_set_immu64): Make constant unsigned. This change was also done in Binutils, where this code originates from, in commit 108f6f97bd862e969f898c1347903ae1cf38ead4. Signed-off-by: Collin Funk --- grub-core/kern/ia64/dl_helper.c | 2 +- 1 file changed, 1