On Thu, Oct 14, 2021 at 02:26:35PM -0400, Robbie Harwood wrote:
> At the very least, this will make it easier to track down the problem
> module - or, if something else has gone wrong, provide more information
> for debugging.
>
> Signed-off-by: Robbie Harwood
> ---
> grub-core/kern/dl.c | 10 +++
On Tue, Oct 19, 2021 at 01:47:03AM -0500, Glenn Washburn wrote:
> Adding the conditional to debug log messages allows the grub user to
> construct the $debug variable without needing to consult the source to
> find the conditional (especially useful for situations where the source
> is not readily
Before performing the license check, resolve the module name so that it
can be printed if the license check fails. Prior to this change, grub
would only indicate that the check had been failed, but not by what
module. This made it difficult to track down either the problem module,
or debug the fa
On Tue, Oct 12, 2021 at 12:11:30PM -0500, Glenn Washburn wrote:
> On Tue, 12 Oct 2021 18:29:50 +1100
> Daniel Axtens wrote:
>
> > From: Glenn Washburn
> >
> > A recent refactoring of CUDA command code has exposed a bug in OpenBIOS[1]
> > which was causing system powerdown and system reset to fail
On Tue, Oct 12, 2021 at 01:57:43PM -0500, Glenn Washburn wrote:
> On Tue, 12 Oct 2021 18:29:51 +1100
> Daniel Axtens wrote:
>
> > At some point this started to break the test - qemu just rejects the
> > command line. Just don't pass it in, it's seabios specific.
> >
> > Signed-off-by: Daniel Axten
On Tue, Oct 12, 2021 at 06:29:53PM +1100, Daniel Axtens wrote:
> grub_mm_region_init() does:
>
> h = (grub_mm_header_t) (r + 1);
>
> where h is a grub_mm_header_t and r is a grub_mm_region_t.
>
> Cells are supposed to be GRUB_MM_ALIGN aligned, but while grub_mm_dump
> ensures this vs the region h