Re: [PATCH 1/2] efi: add a function for transferring status to string

2019-03-29 Thread joeyli
Hi Mimi, On Wed, Mar 27, 2019 at 03:04:02PM -0400, Mimi Zohar wrote: > On Wed, 2019-03-27 at 19:58 +0100, Ard Biesheuvel wrote: > > On Sun, 24 Mar 2019 at 01:26, Lee, Chun-Yi wrote: > > > > > > This function can be used to transfer EFI status code to string > > > for printing out debug message. U

Re: [PATCH 1/2] efi: add a function for transferring status to string

2019-03-29 Thread joeyli
Hi Ard, On Wed, Mar 27, 2019 at 07:58:03PM +0100, Ard Biesheuvel wrote: > On Sun, 24 Mar 2019 at 01:26, Lee, Chun-Yi wrote: > > > > This function can be used to transfer EFI status code to string > > for printing out debug message. Using this function can improve > > the readability of log. > > >

[PATCH] efi/arm: enable CP15 DMB instructions before cleaning the cache

2019-03-29 Thread Ard Biesheuvel
The EFI stub is entered with the caches and MMU enabled by the firmware, and once the stub is ready to hand over to the decompressor, we clean and disable the caches. The cache clean routines use CP15 barrier instructions, which can be disabled via SCTLR. Normally, when using the provided cache ha

Re: [PATCH 2/2 v2] efi: print appropriate status message when loading certificates

2019-03-29 Thread jlee
On Wed, Mar 27, 2019 at 03:23:55PM -0400, Mimi Zohar wrote: > On Sun, 2019-03-24 at 08:26 +0800, Lee, Chun-Yi wrote: > > When loading certificates list from UEFI variable, the original error > > message direct shows the efi status code from UEFI firmware. It looks > > ugly: > > > > [2.335031]

[tip:x86/urgent] x86/realmode: Make set_real_mode_mem() static inline

2019-03-29 Thread tip-bot for Matteo Croce
Commit-ID: f560bd19d2fe0e54851d706b72acbc6f2eed3567 Gitweb: https://git.kernel.org/tip/f560bd19d2fe0e54851d706b72acbc6f2eed3567 Author: Matteo Croce AuthorDate: Thu, 28 Mar 2019 12:42:33 +0100 Committer: Borislav Petkov CommitDate: Fri, 29 Mar 2019 10:16:27 +0100 x86/realmode: Make set