Re: [PATCH 01/21] bus: Remove trailing whitespaces

2022-03-09 Thread Daniel Kiper
On Fri, Mar 04, 2022 at 07:41:55AM +0100, Elyes Haouas wrote: > Signed-off-by: Elyes Haouas For whole patch series Reviewed-by: Daniel Kiper ... Thanks, Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub

Re: [PATCH] gdb: Add malloc and free symbols to kernel.exec to improve gdb functionality

2022-03-09 Thread Daniel Kiper
On Wed, Mar 02, 2022 at 06:25:12PM -0600, Glenn Washburn wrote: > Add linker flags when linking kernel.exec to have malloc and free point to > grub_malloc and grub_free respectively. Some gdb functionality depends on > gdb locating the symbols "malloc" and "free", such as dynamically creating > str

Re: [PATCH] net: fix null pointer dereference when parsing ICMP6_ROUTER_ADVERTISE messages

2022-03-09 Thread Daniel Kiper
On Thu, Feb 17, 2022 at 03:32:52PM -0600, Glenn Washburn wrote: > On Thu, 17 Feb 2022 21:48:58 +0800 > Qiumiao Zhang via Grub-devel wrote: > > > During UEFI PXE boot in IPv6 network, if the DHCP server adopts stateful > > automatic > > configuration, when the client receives the ICMP6_ROUTER_ADVE

Re: [PATCH] po: Un-transliterate the %zu format code

2022-03-09 Thread Daniel Kiper
On Mon, Mar 07, 2022 at 12:15:36PM -0600, Glenn Washburn wrote: > Commit 45bffae13 uses the %zu format specifier which has not been used in If you mention a commit please use the following format: commit 45bffae13 (util/resolve: Bail with error if moddep.lst file line is too long) > any transl

Re: [PATCH v8 0/6] Update gnulib version and drop most gnulib patches

2022-03-09 Thread Daniel Kiper
On Mon, Mar 07, 2022 at 02:15:49AM -0600, Glenn Washburn wrote: > On Fri, 4 Mar 2022 18:01:10 -0600 > Glenn Washburn wrote: > > > On Wed, 2 Mar 2022 14:08:23 -0500 > > Robbie Harwood wrote: > > > > > Changes this version: > > > > > > - Reorder last two commits so that warning fixes come after th

Re: [PATCH] net: check against nb->tail in grub_netbuff_pull

2022-03-09 Thread Daniel Kiper
On Sat, Mar 05, 2022 at 12:39:04AM +1100, Daniel Axtens wrote: > GRUB netbuff structure members track 2 different things: the extent of memory > allocated for the packet, and the extent of memory currently being worked on. > > This works out in the structure as follows: > > nb->head: beginning o

Re: [PATCH v8 0/6] Update gnulib version and drop most gnulib patches

2022-03-09 Thread Glenn Washburn
On Wed, 9 Mar 2022 16:42:43 +0100 Daniel Kiper wrote: > On Mon, Mar 07, 2022 at 02:15:49AM -0600, Glenn Washburn wrote: > > On Fri, 4 Mar 2022 18:01:10 -0600 > > Glenn Washburn wrote: > > > > > On Wed, 2 Mar 2022 14:08:23 -0500 > > > Robbie Harwood wrote: > > > > > > > Changes this version: >

Re: [PATCH] gdb: Add malloc and free symbols to kernel.exec to improve gdb functionality

2022-03-09 Thread Glenn Washburn
On Wed, 9 Mar 2022 16:49:57 +0100 Daniel Kiper wrote: > On Wed, Mar 02, 2022 at 06:25:12PM -0600, Glenn Washburn wrote: > > Add linker flags when linking kernel.exec to have malloc and free point to > > grub_malloc and grub_free respectively. Some gdb functionality depends on > > gdb locating the

[PATCH] Drop mention of libusb from INSTALL

2022-03-09 Thread Robbie Harwood
9d25b0da9a8cce9b3766f4e1b449d7936d5ba124 ("Remove emu libusb support.") dropped use of libusb, but did not remove mention of it from INSTALL. Signed-off-by: Robbie Harwood --- INSTALL | 2 -- 1 file changed, 2 deletions(-) diff --git a/INSTALL b/INSTALL index a64f63723..48608be58 100644 --- a/I

Re: [PATCH] po: Un-transliterate the %zu format code

2022-03-09 Thread Glenn Washburn
On Wed, 9 Mar 2022 17:10:01 +0100 Daniel Kiper wrote: > On Mon, Mar 07, 2022 at 12:15:36PM -0600, Glenn Washburn wrote: > > Commit 45bffae13 uses the %zu format specifier which has not been used in > > If you mention a commit please use the following format: > commit 45bffae13 (util/resolve: B