mbox series

[for-4.13,v2,0/3] EFI GOP fixes

Message ID 1570653603-9889-1-git-send-email-igor.druzhinin@citrix.com (mailing list archive)
Headers show
Series EFI GOP fixes | expand

Message

Igor Druzhinin Oct. 9, 2019, 8:40 p.m. UTC
Igor Druzhinin (3):
  efi/boot: add missing pointer dereference in set_color
  x86/efi: properly handle 0 in pixel reserved bitmask
  efi/boot: make sure graphics mode is set while booting through MB2

 xen/arch/x86/efi/efi-boot.h | 12 +++++++++---
 xen/common/efi/boot.c       | 10 +++++++---
 2 files changed, 16 insertions(+), 6 deletions(-)

Comments

Jürgen Groß Oct. 10, 2019, 7:56 a.m. UTC | #1
On 09.10.19 22:40, Igor Druzhinin wrote:
> Igor Druzhinin (3):
>    efi/boot: add missing pointer dereference in set_color
>    x86/efi: properly handle 0 in pixel reserved bitmask
>    efi/boot: make sure graphics mode is set while booting through MB2
> 
>   xen/arch/x86/efi/efi-boot.h | 12 +++++++++---
>   xen/common/efi/boot.c       | 10 +++++++---
>   2 files changed, 16 insertions(+), 6 deletions(-)
> 

For the series:

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen