[PATCH 1/2] Include function name on debug traces

2025-04-11 Thread Leo Sandoval via Grub-devel
Together with the line number, the debug trace with the function name provides a bit more context and could be useful when inspecting log. Signed-off-by: Leo Sandoval --- grub-core/kern/misc.c | 4 ++-- include/grub/misc.h | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git

[PATCH 2/2] Prepend debug traces with absolute and relative timestamps

2025-04-11 Thread Leo Sandoval via Grub-devel
From: Renaud Métrich Debug traces with timestamps are useful to detect performance issues. To enable it, include '--with-debug-timestamps' argument on the configure step. Signed-off-by: Renaud Métrich Signed-off-by: Leo Sandoval --- config.h.in | 1 + configure.ac | 18 +++

Re: [PATCH 1/2] Include function name on debug traces

2025-04-22 Thread Leo Sandoval via Grub-devel
b2/ > > Regards > Vladimir 'phcoder' Serbinenko > > Le sam. 12 avr. 2025, 01:03, Leo Sandoval via Grub-devel < > grub-devel@gnu.org> a écrit : > >> Together with the line number, the debug trace with the function name >> provides a bit more con

Re: [PATCH 1/2] Include function name on debug traces

2025-04-23 Thread Leo Sandoval via Grub-devel
ot/grub2/i386-pc >> 5484 /boot/grub2/locale >> 2344 /boot/grub2/fonts >> 11252 /boot/grub2/ >> >> with patch >> >> # du /boot/grub2/ >> 3428 /boot/grub2/i386-pc >> 5484 /boot/grub2/locale >> 2344 /boot/grub2/fonts >> 11276 /boot/g

Re: [PATCH] Create a Containerfile with required grub packages for development

2025-06-18 Thread Leo Sandoval via Grub-devel
nd send a v2 version together with Vlaadimir's suggested changes. > > Thanks, > Andrew > > On Mon, Jun 16, 2025 at 11:35 AM Leo Sandoval via Grub-devel < > grub-devel@gnu.org> wrote: > >> >> >> On Sat, Jun 14, 2025 at 3:38 AM Vladimir 'phco

[PATCH v2] Create Containerfiles with required grub packages for development

2025-06-20 Thread Leo Sandoval via Grub-devel
Containers bring the ability to have ready-to-use environments and in this case complete Fedora and Debian container files are described containing all required packages for building and testing grub2. Once users manually build it, they can run the desired container, jump into a setup ready for de

[PATCH v3] Create a Containerfiles with required grub packages for development

2025-06-24 Thread Leo Sandoval via Grub-devel
Containers bring the ability to have ready-to-use environments and in this case complete Fedora and Debian container files are described containing all required packages for building and testing grub2. Once users manually build it, they can run the desired container, jump into a setup ready for de

Re: [PATCH] Create a Containerfile with required grub packages for development

2025-06-16 Thread Leo Sandoval via Grub-devel
iner? Although not explicitly indicated, this image is intended for x64 archs and this is why I did not include non-x64 packages but I can include them for completeness.. > > Regards > Vladimir 'phcoder' Serbinenko > > Le lun. 9 juin 2025, 22:22, Leo Sandoval via Grub-devel <

[PATCH] Create a Containerfile with required grub packages for development

2025-06-09 Thread Leo Sandoval via Grub-devel
Containers bring the ability to have ready-to-use environments and in this case a complete Fedora container file is described containing all required packages for building and testing grub2. Once users manually build it, they can run the container jump into a setup ready for development. On the ot

[PATCH] Skip tests if required tools are not available

2025-06-09 Thread Leo Sandoval via Grub-devel
There is no reason to fail a test if the required testing tool is not present on the system, so skip the test instead of failing it. Signed-off-by: Leo Sandoval --- tests/btrfs_test.in | 2 +- tests/cpio_test.in | 2 +- tests/erofs_test.in | 2 +- tests/ex

Re: [PATCH 1/1] tests: Correct netboot and file_filter test failure

2025-06-23 Thread Leo Sandoval via Grub-devel
On Sat, Jun 21, 2025 at 9:52 AM Andrew Hamilton wrote: > Correct a test failure in netboot_test and file_filter_test > caused by an issue cleaning up the tmp directory created > for netboot. Netboot creates a subdirectory in the tmp > folder that causes the rmdir to fail - so cleanup the > subdir

[PATCH v5] Define a Containerfile and instructions to build distro images

2025-07-07 Thread Leo Sandoval via Grub-devel
Containers bring the ability to have ready-to-use environments isolated completely from the build environment. Once users manually build it, they can launch the desired container, jump into it and have a setup ready for development. On the other hand, if users prefer to use bare metal instead of a

[PATCH v4] Define a Containerfile and instructions to build distro images

2025-07-07 Thread Leo Sandoval via Grub-devel
Containers bring the ability to have ready-to-use environments isolated completely from the build environment. Once users manually build it, they can launch the desired container, jump into it and have a setup ready for development. On the other hand, if users prefer to use bare metal instead of a

Re: [PATCH v2] Create Containerfiles with required grub packages for development

2025-07-09 Thread Leo Sandoval via Grub-devel
On Tue, Jul 8, 2025 at 7:26 PM Glenn Washburn wrote: > On Mon, 30 Jun 2025 14:15:59 -0600 > Leo Sandoval wrote: > > > On Mon, Jun 30, 2025 at 1:45 PM Glenn Washburn < > developm...@efficientek.com> > > wrote: > > > > > On Fri, 20 Jun 2025 18:03:41 -

Re: [PATCH v2] Create Containerfiles with required grub packages for development

2025-06-30 Thread Leo Sandoval via Grub-devel
On Mon, Jun 30, 2025 at 1:45 PM Glenn Washburn wrote: > On Fri, 20 Jun 2025 18:03:41 -0600 > Leo Sandoval via Grub-devel wrote: > > > Containers bring the ability to have ready-to-use environments and in > > this case complete Fedora and Debian container files are describ