* [GIT PULL] kgdb changes for v6.10
@ 2024-05-18 15:26 Daniel Thompson
2024-05-19 19:36 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Thompson @ 2024-05-18 15:26 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jason Wessel, linux-kernel, Douglas Anderson, Thorsten Blum,
Justin Stitt, Liuye, Greg Kroah-Hartman
Hi Linus
The following changes since commit 0bbac3facb5d6cc0171c45c9873a2dc96bea9680:
Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-6.10-rc1
for you to fetch changes up to b2aba15ad6f908d1a620fd97f6af5620c3639742:
serial: kgdboc: Fix NMI-safety problems from keyboard reset code (2024-04-26 17:14:10 +0100)
----------------------------------------------------------------
kgdb patches for 6.10
Nine patches this cycle and they split into just three topics:
1. Adopt coccinelle's recommendation to adopt str_plural().
2. A set of seven patches to refactor kdb_read() to improve both code clarity
and it's discipline with respect to fixed size buffers. This isn't just a
refactor. Between them these also fix a cursor movement redraw problem and
two buffer overflows (one latent and one real, albeit difficult to
tickle).
3. Fix an NMI-safety problem when enqueuing kdb's keyboard reset code.
I wrote eight of the nine patches in this collection so many thanks to Doug
Anderson for the reviews. The changes that affects drivers/tty/serial is
acked by Greg KH.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
----------------------------------------------------------------
Daniel Thompson (8):
kdb: Fix buffer overflow during tab-complete
kdb: Use format-strings rather than '\0' injection in kdb_read()
kdb: Fix console handling when editing and tab-completing commands
kdb: Merge identical case statements in kdb_read()
kdb: Use format-specifiers rather than memset() for padding in kdb_read()
kdb: Replace double memcpy() with memmove() in kdb_read()
kdb: Simplify management of tmpbuffer in kdb_read()
serial: kgdboc: Fix NMI-safety problems from keyboard reset code
Thorsten Blum (1):
kdb: Use str_plural() to fix Coccinelle warning
drivers/tty/serial/kgdboc.c | 30 ++++++++-
kernel/debug/kdb/kdb_io.c | 153 ++++++++++++++++++++++----------------------
kernel/debug/kdb/kdb_main.c | 2 +-
3 files changed, 108 insertions(+), 77 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] kgdb changes for v6.10
2024-05-18 15:26 [GIT PULL] kgdb changes for v6.10 Daniel Thompson
@ 2024-05-19 19:36 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-05-19 19:36 UTC (permalink / raw)
To: Daniel Thompson
Cc: Linus Torvalds, Jason Wessel, linux-kernel, Douglas Anderson,
Thorsten Blum, Justin Stitt, Liuye, Greg Kroah-Hartman
The pull request you sent on Sat, 18 May 2024 16:26:55 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-6.10-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a76056285f5d64740b461d70b062225ba80f0ac2
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-05-19 19:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 15:26 [GIT PULL] kgdb changes for v6.10 Daniel Thompson
2024-05-19 19:36 ` 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