From: Daniel Thompson <daniel.thompson@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jason Wessel <jason.wessel@windriver.com>,
linux-kernel@vger.kernel.org,
Douglas Anderson <dianders@chromium.org>,
Nir Lichtman <nir@lichtman.org>,
Yuran Pereira <yuran.pereira@hotmail.com>
Subject: [GIT PULL] kgdb changes for v6.13
Date: Mon, 18 Nov 2024 16:41:18 +0000 [thread overview]
Message-ID: <20241118164118.GA31090@aspen.lan> (raw)
The following changes since commit 81983758430957d9a5cb3333fe324fd70cf63e7e:
Linux 6.12-rc5 (2024-10-27 12:52:02 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-6.13-rc1
for you to fetch changes up to 24b2455fe8fce17258fab4bb945d8e6929baeb77:
kdb: fix ctrl+e/a/f/b/d/p/n broken in keyboard mode (2024-11-18 15:20:22 +0000)
----------------------------------------------------------------
kgdb patches for 6.13
A relatively modest collection of changes:
* Adopt kstrtoint() and kstrtol() instead of the simple_strtoXX family
for better error checking of user input.
* Align the print behavour when breakpoints are enabled and disabled by
adopting the current behaviour of breakpoint disable for both.
* Remove some of the (rather odd and user hostile) hex fallbacks and
require kdb users to prefix with 0x instead.
* Tidy up (and fix) control code handling in kdb's keyboard code. This
makes the control code handling at the keyboard behave the same way
as it does via the UART.
* Switch my own entry in MAINTAINERS to my @kernel.org address.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
----------------------------------------------------------------
Daniel Thompson (1):
MAINTAINERS: Use Daniel Thompson's korg address for kgdb work
Nir Lichtman (3):
kdb: Remove fallback interpretation of arbitrary numbers as hex
kdb: Fix breakpoint enable to be silent if already enabled
kdb: fix ctrl+e/a/f/b/d/p/n broken in keyboard mode
Yuran Pereira (2):
kdb: Replace the use of simple_strto with safer kstrto in kdb_main
trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
MAINTAINERS | 2 +-
kernel/debug/kdb/kdb_bp.c | 6 ++--
kernel/debug/kdb/kdb_keyboard.c | 33 ++++++++++++++------
kernel/debug/kdb/kdb_main.c | 69 ++++++++++-------------------------------
kernel/trace/trace_kdb.c | 13 +++-----
5 files changed, 51 insertions(+), 72 deletions(-)
next reply other threads:[~2024-11-18 16:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-18 16:41 Daniel Thompson [this message]
2024-11-20 19:51 ` [GIT PULL] kgdb changes for v6.13 pr-tracker-bot
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=20241118164118.GA31090@aspen.lan \
--to=daniel.thompson@linaro.org \
--cc=dianders@chromium.org \
--cc=jason.wessel@windriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nir@lichtman.org \
--cc=torvalds@linux-foundation.org \
--cc=yuran.pereira@hotmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox