Re: [PATCH v3] Print module name on license check failure

2021-10-26 Thread Daniel Kiper
On Tue, Oct 26, 2021 at 12:08:23PM -0400, Robbie Harwood wrote: > Daniel Kiper writes: > > > On Mon, Oct 25, 2021 at 06:17:03PM -0400, Robbie Harwood wrote: > >> Before performing the license check, resolve the module name so that it > >> can be printed if the license check fails. Prior to this c

Re: [PATCH v3] Print module name on license check failure

2021-10-26 Thread Robbie Harwood
Daniel Kiper writes: > On Mon, Oct 25, 2021 at 06:17:03PM -0400, Robbie Harwood wrote: >> 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 no

Re: [PATCH v3] Print module name on license check failure

2021-10-26 Thread Daniel Kiper
On Mon, Oct 25, 2021 at 06:17:03PM -0400, Robbie Harwood wrote: > 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 ma