Re: [PATCH 1/2 v2] efi: add a function to convert the status value to string

2019-05-03 Thread joeyli
On Fri, May 03, 2019 at 08:16:42AM +0200, Ard Biesheuvel wrote: > On Fri, 3 May 2019 at 08:15, joeyli wrote: > > > > On Thu, May 02, 2019 at 10:53:31AM +0200, Ard Biesheuvel wrote: > > > On Thu, 2 May 2019 at 06:04, Lee, Chun-Yi wrote: > > > > > > > > This function can be used to convert EFI

Re: [PATCH 1/2 v2] efi: add a function to convert the status value to string

2019-05-03 Thread Ard Biesheuvel
On Fri, 3 May 2019 at 08:15, joeyli wrote: > > On Thu, May 02, 2019 at 10:53:31AM +0200, Ard Biesheuvel wrote: > > On Thu, 2 May 2019 at 06:04, Lee, Chun-Yi wrote: > > > > > > This function can be used to convert EFI status value to string > > > for printing out debug message. Using this

Re: [PATCH 1/2 v2] efi: add a function to convert the status value to string

2019-05-03 Thread joeyli
On Thu, May 02, 2019 at 10:53:31AM +0200, Ard Biesheuvel wrote: > On Thu, 2 May 2019 at 06:04, Lee, Chun-Yi wrote: > > > > This function can be used to convert EFI status value to string > > for printing out debug message. Using this function can improve > > the readability of log. > > > > v2. >

Re: [PATCH 1/2 v2] efi: add a function to convert the status value to string

2019-05-02 Thread Ard Biesheuvel
On Thu, 2 May 2019 at 06:04, Lee, Chun-Yi wrote: > > This function can be used to convert EFI status value to string > for printing out debug message. Using this function can improve > the readability of log. > > v2. Please move the changelog out of the commit log (move it below the --- further

[PATCH 1/2 v2] efi: add a function to convert the status value to string

2019-05-01 Thread Lee, Chun-Yi
This function can be used to convert EFI status value to string for printing out debug message. Using this function can improve the readability of log. v2. - Changed the wording in subject and description. - Moved the marco immediately after the status value definitions. - Turned into a proper