* [GIT PULL] kgdb changes for v6.13
@ 2024-11-18 16:41 Daniel Thompson
2024-11-20 19:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Thompson @ 2024-11-18 16:41 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jason Wessel, linux-kernel, Douglas Anderson, Nir Lichtman,
Yuran Pereira
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] kgdb changes for v6.13
2024-11-18 16:41 [GIT PULL] kgdb changes for v6.13 Daniel Thompson
@ 2024-11-20 19:51 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-11-20 19:51 UTC (permalink / raw)
To: Daniel Thompson
Cc: Linus Torvalds, Jason Wessel, linux-kernel, Douglas Anderson,
Nir Lichtman, Yuran Pereira
The pull request you sent on Mon, 18 Nov 2024 16:41:18 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-6.13-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f89a687aaeae54fb59e8e8aa619bd448a9c235a2
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-20 19:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18 16:41 [GIT PULL] kgdb changes for v6.13 Daniel Thompson
2024-11-20 19:51 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox