All of lore.kernel.org
 help / color / mirror / Atom feed
From: Glenn Washburn <development@efficientek.com>
To: grub-devel@gnu.org, Daniel Kiper <daniel.kiper@oracle.com>
Cc: Glenn Washburn <development@efficientek.com>
Subject: [PATCH 0/4] Miscellaneous changes to aid in troubleshooting
Date: Fri, 19 Mar 2021 22:06:45 -0500	[thread overview]
Message-ID: <cover.1616208843.git.development@efficientek.com> (raw)

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



             reply	other threads:[~2021-03-20  3:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-20  3:06 Glenn Washburn [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1616208843.git.development@efficientek.com \
    --to=development@efficientek.com \
    --cc=daniel.kiper@oracle.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.