From: Omar Sandoval <osandov@osandov.com>
To: Jason Wessel <jason.wessel@windriver.com>,
Daniel Thompson <daniel.thompson@linaro.org>,
Douglas Anderson <dianders@chromium.org>
Cc: Amal Raj T <amalrajt@meta.com>,
Stephen Brennan <stephen.s.brennan@oracle.com>,
kgdb-bugreport@lists.sourceforge.net,
linux-serial@vger.kernel.org, linux-debuggers@vger.kernel.org
Subject: kgdb replacing newline with CRLF in custom query response
Date: Thu, 7 Nov 2024 14:23:26 -0800 [thread overview]
Message-ID: <Zy093jVKPs9gSVx2@telecaster> (raw)
Hi everyone,
Amal is working on adding a custom query packet to kgdb for getting the
kernel's vmcoreinfo. The rationale and details are available here:
https://github.com/osandov/drgn/wiki/GDB-Remote-Protocol-proposal:-linux.vmcoreinfo-query-packet
vmcoreinfo is about 3kB, so we were hoping to avoid hex-encoding the
response and doubling the time it takes to transmit over a slow serial
connection. Instead, we were hoping to use the escaped binary format,
which escapes the characters #$}* and leaves other bytes untouched.
We ran into a problem, though: vmcoreinfo contains newline characters,
which the serial core replaces with CRLF; see commit c7d44a02ac60
("serial_core: Commonalize crlf when working w/ a non open console
port"). This effectively corrupts the data and causes a checksum
mismatch.
We'd love some input on how to work around this, especially from the
kgdb maintainers. Here are a few options, in descending order of my
preference:
1. Disable the LF -> CRLF replacement while sending binary data.
2. Escape the newlines using some other custom scheme.
3. Give up and hex-encode the response.
Any thoughts?
Thanks,
Omar
next reply other threads:[~2024-11-07 22:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 22:23 Omar Sandoval [this message]
2024-11-08 1:08 ` kgdb replacing newline with CRLF in custom query response Doug Anderson
2024-11-08 1:13 ` Omar Sandoval
2024-11-08 15:31 ` Doug Anderson
2024-11-08 16:17 ` Omar Sandoval
2024-11-08 17:37 ` Doug Anderson
2024-11-15 14:49 ` Daniel Thompson
2024-11-15 17:57 ` Omar Sandoval
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=Zy093jVKPs9gSVx2@telecaster \
--to=osandov@osandov.com \
--cc=amalrajt@meta.com \
--cc=daniel.thompson@linaro.org \
--cc=dianders@chromium.org \
--cc=jason.wessel@windriver.com \
--cc=kgdb-bugreport@lists.sourceforge.net \
--cc=linux-debuggers@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=stephen.s.brennan@oracle.com \
/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.