Re: GRUB unexpected trap in Itanium

2023-08-11 Thread John Paul Adrian Glaubitz
Hello Pedro! On Fri, 2023-08-11 at 00:11 +, Pedro Miguel Justo wrote: > It seems as a recent change has caused a regression on Itanium (ia64), > rendering the platform unbootable. GRUB will crash very early with: > > > ``` > Welcome to GRUB! > > 7 0 0x6B 0x001E unexpected t

Re: [PATCH v9 02/11] Unify GUID types

2023-08-11 Thread John Paul Adrian Glaubitz
Hi Oliver! On Fri, 2023-05-26 at 13:35 +0200, Oliver Steffen wrote: > There are 3 implementations of a GUID in Grub. Replace them with a > common one, placed in types.h. > > It uses the "packed" flavor of the GUID structs, the alignment attribute > is dropped, since it is not required. > > Signe

Re: GRUB unexpected trap in Itanium

2023-08-11 Thread Frank Scheiner
Dear Vladimir, On 11.08.23 03:01, Vladimir 'phcoder' Serbinenko wrote: Le ven. 11 août 2023, 02:17, Pedro Miguel Justo > a écrit : I have bisected the issue and it resulted into the following change: ``` 06edd40db76bb78457ac26156ed5f7b62381bbe8 is the first

Re: GRUB unexpected trap in Itanium

2023-08-11 Thread Pedro Miguel Justo
> On Aug 11, 2023, at 09:27, John Paul Adrian Glaubitz > wrote: > > Hello Pedro! > > Thanks for bisecting this. Please always make sure to CC the original author > of > the patch so he becomes aware of the breakage that was introduced by his > patch. > Hi Adrian. That was my oversight. T

Re: [PATCH v9 02/11] Unify GUID types

2023-08-11 Thread Oliver Steffen
Quoting John Paul Adrian Glaubitz (2023-08-11 10:32:17) > Hi Oliver! > > On Fri, 2023-05-26 at 13:35 +0200, Oliver Steffen wrote: > > There are 3 implementations of a GUID in Grub. Replace them with a > > common one, placed in types.h. > > > > It uses the "packed" flavor of the GUID structs, the al

Re: [PATCH v9 02/11] Unify GUID types

2023-08-11 Thread Daniel Kiper
On Fri, Aug 11, 2023 at 04:10:14AM -0700, Oliver Steffen wrote: > Quoting John Paul Adrian Glaubitz (2023-08-11 10:32:17) > > Hi Oliver! > > > > On Fri, 2023-05-26 at 13:35 +0200, Oliver Steffen wrote: > > > There are 3 implementations of a GUID in Grub. Replace them with a > > > common one, placed

Re: Adding grub-devel@gnu.org to lore.kernel.org

2023-08-11 Thread Daniel Kiper
On Tue, Aug 08, 2023 at 10:10:02PM +0530, Shyam Kumar wrote: > Hello > > The archive has been created on lore.kernel.org/grub-devel. Shyam, thank you for creating the archive. Glenn, thank you for asking for this. Daniel ___ Grub-devel mailing list Gr

Re: [PATCH v3] docs: Improve initrd documentation

2023-08-11 Thread Daniel Kiper
On Tue, Aug 01, 2023 at 11:23:54PM -0500, Oskari Pirhonen wrote: > On Tue, Aug 01, 2023 at 19:58:51 -0500, Glenn Washburn wrote: > > A list of improvements: > > * Remove reference to "initial ramdisk" and replace with "initrd". This > >then covers the case of ramdisk and ramfs, which is the us

Re: [PATCH] term/serial: Continue processing SPCR table even if revision is < 2

2023-08-11 Thread Daniel Kiper
On Thu, Jul 27, 2023 at 11:55:30AM +1000, Benjamin Herrenschmidt wrote: > On Wed, 2023-07-26 at 16:02 -0500, Glenn Washburn wrote: > > According to commit 0231d00082 ("ACPI: SPCR: Make SPCR available to > > x86") > > to the Linux kernel, "On x86, many systems have a valid SPCR table > > but the > >

Re: [PATCH 0/2] Documentation on hexdump

2023-08-11 Thread Daniel Kiper
On Wed, Jul 26, 2023 at 10:43:37PM -0500, Oskari Pirhonen wrote: > On Wed, Jul 26, 2023 at 13:50:10 -0500, Glenn Washburn wrote: > > Add documentation on hexdump. > > > > Glenn > > > > Glenn Washburn (2): > > docs: Document hexdump command > > docs: A note to cat that hexdump should be used for

Re: [PATCH] docs: Group usage of user-space utilities into single chapter

2023-08-11 Thread Daniel Kiper
On Wed, Aug 02, 2023 at 07:36:22PM -0500, Oskari Pirhonen wrote: > On Wed, Jul 26, 2023 at 13:47:24 -0500, Glenn Washburn wrote: > > Signed-off-by: Glenn Washburn > > I really like this. > > Reviewed-by: Oskari Pirhonen Reviewed-by: Daniel Kiper Daniel

Re: [PATCH] util/grub-mount: fix memory leak in fuse_getattr

2023-08-11 Thread Daniel Kiper
On Tue, Jul 25, 2023 at 11:18:59AM +0800, Qiumiao Zhang via Grub-devel wrote: > Signed-off-by: Qiumiao Zhang Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: bli module inclusion gives me just black screen on real hardware

2023-08-11 Thread Daniel Kiper
Hi, Sorry for late reply but I was on vacation... On Tue, Jul 18, 2023 at 02:34:08PM +0200, Tobias Powalowski via Grub-devel wrote: > Hi, > > I tried to add the bli module to my standalone grub for my project. In qemu > testing all is fine, if trying to boot it on real hardware gives me just a >

Re: [PATCH 1/1] configure.ac: Fix SDL2 typo by referencing value

2023-08-11 Thread Daniel Kiper
On Wed, Jul 19, 2023 at 07:53:39PM +0200, Julian Andres Klode wrote: > On Wed, Jul 19, 2023 at 12:48:21AM +0200, Michał Grzelak wrote: > > During configuration of SDL2, variable enable_grub_emu_sdl2 is checked > > whether to throw an error message. Howerever, error could not happen > > because two

[PATCH] commands/videoinfo: Prevent crash when run while video driver already active

2023-08-11 Thread Glenn Washburn
The videoinfo command will initialize all non-active video adapters. Video drivers tend to zero out the global framebuffer object on initialization. This is not a problem when there is no active video adapter. However, when there is, then outputting to the video adapter will cause a crash because m

[RFC PATCH] configure: Enable -fno-omit-frame-pointer for backtrace module

2023-08-11 Thread Glenn Washburn
The backtrace module is written assuming that the frame pointer is in %ebp. By default, -Os optimization level is used, which enables the gcc option -fomit-frame-pointer. This break the backtrace functionality. Enabling this may cause an unnoticeable performance cost and virtually no size increase.

Re: [RFC PATCH] configure: Enable -fno-omit-frame-pointer for backtrace module

2023-08-11 Thread Vladimir 'phcoder' Serbinenko
Le sam. 12 août 2023, 00:22, Glenn Washburn a écrit : > The backtrace module is written assuming that the frame pointer is in %ebp. > By default, -Os optimization level is used, which enables the gcc option > -fomit-frame-pointer. This break the backtrace functionality. Enabling > this may cause