Re: [PATCH v2] grub-core/net/http.c: Fix gcc-13 errors relating to type signedness

2023-12-01 Thread Daniel Kiper
On Wed, Nov 29, 2023 at 07:58:25PM +, Mate Kukri wrote: > Replace definition of `HTTP_PORT` with a pre-processor macro that converts > the constant to the correct type `grub_uint16_t`. > > Change the defintion of local variable `port` in `http_establish()` to > have the same type. > > Signed-of

Re: [PATCH v8 00/10] ppc64: Restrict memory allocations for kernel and initrd

2023-12-01 Thread Daniel Kiper
On Thu, Nov 30, 2023 at 09:17:14AM -0500, Stefan Berger wrote: > This series of patches converts the PowerPC ieee1275 memory allocator > for kernel and initrd to use the (PowerPC) regions_claim memory allocator > that takes into account memory regions that are not allowed to be used, > such as the

Re: GRUB Coverity x86_64/EFI and ARM64/EFI runs - 0 outstanding defects

2023-12-01 Thread Daniel Kiper
On Tue, Nov 28, 2023 at 05:57:40PM +, Darren Kenny wrote: > > Hi Daniel, > > Great to know the target was reached. > > The last set of issues seemed to be a real challenge. > > You set a high bar as a maintainer, encouraging everyone towards a > resolution and making GRUB all the better for it.

Re: [PATCH v3 0/3] Bli: fix hidden module dependency

2023-12-01 Thread Daniel Kiper
On Thu, Nov 16, 2023 at 04:37:37PM +0100, Oliver Steffen wrote: > The bli module has a hidden/implicit dependency on the part_gpt module. > The part_gpt module has to be loaded before the bli module. > This dependency is not picked up automatically by the build system > because the bli module does