[PATCH v2] lib/relocator: always enforce the requested alignment in malloc_in_range()

2023-05-12 Thread Roger Pau Monne via Grub-devel
On failure to allocate from grub_relocator_firmware_alloc_region() in malloc_in_range() the function would stop enforcing the alignment, and the following was returned: lib/relocator.c:431: trying to allocate in 0x20-0xffbf9fff aligned 0x20 size 0x406000 lib/relocator.c:1197: allocated: 0

Re: [PATCH v2 1/6] ia64: Remove support

2023-05-12 Thread Ard Biesheuvel
On Fri, 12 May 2023 at 00:41, matoro wrote: > > On 2023-05-11 18:09, Ard Biesheuvel wrote: > > On Thu, 11 May 2023 at 20:59, matoro > > wrote: > >> > >> On 2023-05-11 10:29, Ard Biesheuvel wrote: > >> > On Thu, 11 May 2023 at 15:34, John Paul Adrian Glaubitz > >> > wrote: > >> >> > >> >> On Thu,

Re: [PATCH v2 1/6] ia64: Remove support

2023-05-12 Thread John Paul Adrian Glaubitz
Hello Ard! On Thu, 2023-05-11 at 16:29 +0200, Ard Biesheuvel wrote: > > > Feel free to keep using it, but please stop demanding that our people > > > keep wasting their time on it. If you want to support it in Debian, > > > you can carry it as a downstream patch and shoulder the maintenance > > >

Re: [PATCH v2 1/6] ia64: Remove support

2023-05-12 Thread Ard Biesheuvel
On Fri, 12 May 2023 at 12:42, John Paul Adrian Glaubitz wrote: > > Hello Ard! > > On Thu, 2023-05-11 at 16:29 +0200, Ard Biesheuvel wrote: > > > > Feel free to keep using it, but please stop demanding that our people > > > > keep wasting their time on it. If you want to support it in Debian, > > >

Re: [PATCH v2 1/6] ia64: Remove support

2023-05-12 Thread Gerd Hoffmann
Hi, > - we decide that GRUB 2.xx (whichever was the most recent release at > the time of the decision) is good enough to boot Linux on ia64 for the > remaining life time of the architecture, and remove it from the GRUB > tree. That looks like the most reasonable option to me. Note that ia64 fi

Re: [PATCH v2 1/6] ia64: Remove support

2023-05-12 Thread matoro via Grub-devel
On 2023-05-12 05:49, Ard Biesheuvel wrote: On Fri, 12 May 2023 at 00:41, matoro wrote: On 2023-05-11 18:09, Ard Biesheuvel wrote: > On Thu, 11 May 2023 at 20:59, matoro > wrote: >> >> On 2023-05-11 10:29, Ard Biesheuvel wrote: >> > On Thu, 11 May 2023 at 15:34, John Paul Adrian Glaubitz >> >