All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] A set of trivial patches from the Fedora package
@ 2020-03-04 11:58 Javier Martinez Canillas
  2020-03-04 11:58 ` [PATCH v2 01/12] linux/getroot: Handle rssd storage device names Javier Martinez Canillas
                   ` (11 more replies)
  0 siblings, 12 replies; 36+ messages in thread
From: Javier Martinez Canillas @ 2020-03-04 11:58 UTC (permalink / raw)
  To: grub-devel; +Cc: Daniel Kiper, Javier Martinez Canillas

Hello,

This is a v2 a of patch-set consisting of mostly trivial patches that we
are carrying in the Fedora package for some time. This version addresses
some issues pointed out by Daniel Kiper.

Best regards,
Javier

Changes since v1:
- Split patches #8 and #9 since were doing more than one change.
- Add Reviewed-by tag from Daniel Kiper to reviewed patches.


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

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

Peter Jones (10):
  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
  efi: Print error messages to grub_efi_allocate_pages_real()
  efi/uga: Use video instead of fb as debug condition
  efi/gop: Add debug output on GOP 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



^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2020-03-09 11:27 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04 11:58 [PATCH v2 00/12] A set of trivial patches from the Fedora package Javier Martinez Canillas
2020-03-04 11:58 ` [PATCH v2 01/12] linux/getroot: Handle rssd storage device names Javier Martinez Canillas
2020-03-04 11:58 ` [PATCH v2 02/12] efi: Print more debug info in our module loader Javier Martinez Canillas
2020-03-04 11:58 ` [PATCH v2 03/12] Makefile: Make libgrub.pp depend on config-util.h Javier Martinez Canillas
2020-03-04 11:58 ` [PATCH v2 04/12] kern: Add grub_debug_enabled() Javier Martinez Canillas
2020-03-04 11:58 ` [PATCH v2 05/12] normal/completion: Fix possible NULL pointer dereference Javier Martinez Canillas
2020-03-04 11:58 ` [PATCH v2 06/12] efi/gop: Add support for BLT_ONLY adapters Javier Martinez Canillas
2020-03-04 11:58 ` [PATCH v2 07/12] efi/uga: Use 64 bit for fb_base Javier Martinez Canillas
2020-03-04 11:58 ` [PATCH v2 08/12] kern: Make grub_error() more verbose Javier Martinez Canillas
2020-03-05 13:54   ` Daniel Kiper
2020-03-05 14:22   ` Vladimir 'phcoder' Serbinenko
2020-03-06 11:37     ` Javier Martinez Canillas
2020-03-06 11:41       ` Vladimir 'phcoder' Serbinenko
2020-03-06 12:10         ` Javier Martinez Canillas
2020-03-06 11:42     ` Daniel Kiper
     [not found]       ` <CAEaD8JOV4heW-NU1L=PTm3ycad6nwUX8PLmEjWoYgYBTm4d1QA@mail.gmail.com>
2020-03-06 12:43         ` Daniel Kiper
2020-03-06 13:37           ` Vladimir 'phcoder' Serbinenko
2020-03-09 11:27             ` Daniel Kiper
2020-03-06 14:01           ` Didier Spaier
2020-03-06 14:38             ` Vladimir 'phcoder' Serbinenko
2020-03-06 16:30               ` Didier Spaier
2020-03-06 16:39                 ` Lennart Sorensen
2020-03-06 17:10                   ` Didier Spaier
2020-03-06 17:23                     ` Lennart Sorensen
2020-03-06 17:03             ` David Michael
2020-03-06 17:12               ` Bruce Dubbs
2020-03-06 17:19                 ` Lennart Sorensen
2020-03-06 17:45               ` Didier Spaier
2020-03-06 21:02               ` Vladimir 'phcoder' Serbinenko
2020-03-04 11:58 ` [PATCH v2 09/12] efi: Print error messages to grub_efi_allocate_pages_real() Javier Martinez Canillas
2020-03-05 13:56   ` Daniel Kiper
2020-03-04 11:58 ` [PATCH v2 10/12] efi/uga: Use video instead of fb as debug condition Javier Martinez Canillas
2020-03-05 13:56   ` Daniel Kiper
2020-03-04 11:58 ` [PATCH v2 11/12] efi/gop: Add debug output on GOP probing Javier Martinez Canillas
2020-03-05 13:57   ` Daniel Kiper
2020-03-04 11:58 ` [PATCH v2 12/12] efi: Fix the type of grub_efi_status_t Javier Martinez Canillas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.