grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 00/10] A set of trivial patches from the Fedora package


From: Javier Martinez Canillas
Subject: [PATCH 00/10] A set of trivial patches from the Fedora package
Date: Tue, 25 Feb 2020 13:25:43 +0100

Hello,

This is another set of patches that we have been carrying in the Fedora
package for some time. The changes are mostly trivial and I guess won't
be that controversial.

The paches don't have dependency with each other and can be independently
applied. I'm posting it as a set because I think that will make the review
easier, but please let me know if you want them to be posted individually.

Best regards,
Javier


Alexander Graf (1):
  efi/gop: Add support for BLT_ONLY adapters

Andrei Borzenkov (1):
  efi/uga: Use 64 bit for fb_base

Peter Jones (8):
  linux/getroot: Handle rssd storage device names
  efi: Print more debug info in our module loader
  Makefile: Make libgrub.pp depend on config-util.h
  kern: Add grub_debug_enabled()
  normal/completion: Fix possible NULL pointer dereference
  kern: Make grub_error() more verbose
  video: Add more debug output on GOP and UGA probing
  efi: Fix the type of grub_efi_status_t

 Makefile.am                        |  2 +-
 grub-core/kern/efi/efi.c           | 16 ++++++++++++---
 grub-core/kern/efi/mm.c            | 17 ++++++++++++---
 grub-core/kern/err.c               | 13 ++++++++++--
 grub-core/kern/misc.c              | 21 ++++++++++++++-----
 grub-core/normal/completion.c      |  3 ++-
 grub-core/osdep/linux/getroot.c    | 13 ++++++++++++
 grub-core/video/efi_gop.c          | 10 ++++++++-
 grub-core/video/efi_uga.c          | 33 +++++++++++++++---------------
 include/grub/efi/api.h             |  2 +-
 include/grub/efi/graphics_output.h |  3 ++-
 include/grub/err.h                 |  5 ++++-
 include/grub/misc.h                |  1 +
 13 files changed, 104 insertions(+), 35 deletions(-)

-- 
2.24.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]