All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Miscellaneous changes to aid in troubleshooting
@ 2021-03-20  3:06 Glenn Washburn
  2021-03-20  3:06 ` [PATCH 1/4] error: Add grub_errno to printed error message Glenn Washburn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Glenn Washburn @ 2021-03-20  3:06 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

These are pretty self-explanatory. They've been useful in debugging grub
issues. Note that patch #2 and #3 are particularly synergistic.

Also a note about patch #4. It was used in a version of patch #3, though not
any more. I decided to leave it in this patch series because it enhances
grub_strword without any downsides (that I'm aware of).

Glenn

Glenn Washburn (4):
  error: Add grub_errno to printed error message
  misc: Add debug log condition to log output
  misc: Allow selective disabling of debug conditionals
  misc: Change grub_strword to return a string like grub_strstr

 grub-core/kern/err.c   |  2 +-
 grub-core/kern/misc.c  | 22 +++++++++++++++++-----
 grub-core/loader/xnu.c |  7 ++++---
 include/grub/misc.h    |  2 +-
 4 files changed, 23 insertions(+), 10 deletions(-)

-- 
2.27.0



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

end of thread, other threads:[~2021-03-20  3:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-20  3:06 [PATCH 0/4] Miscellaneous changes to aid in troubleshooting Glenn Washburn
2021-03-20  3:06 ` [PATCH 1/4] error: Add grub_errno to printed error message Glenn Washburn
2021-03-20  3:06 ` [PATCH 2/4] misc: Add debug log condition to log output Glenn Washburn
2021-03-20  3:06 ` [PATCH 3/4] misc: Allow selective disabling of debug conditionals Glenn Washburn
2021-03-20  3:06 ` [PATCH 4/4] misc: Change grub_strword to return a string like grub_strstr Glenn Washburn

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.