* [GIT PULL] kgdb changes for v6.15
@ 2025-03-31 13:10 Daniel Thompson
2025-04-02 17:48 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Thompson @ 2025-03-31 13:10 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jason Wessel, linux-kernel, Douglas Anderson, Thorsten Blum,
Nir Lichtman
The following changes since commit 80e54e84911a923c40d7bee33a34c1b4be148d7a:
Linux 6.14-rc6 (2025-03-09 13:45:25 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-6.15-rc1
for you to fetch changes up to afdbe49276accb87a0c7414e75864c78289ece2f:
kdb: Remove optional size arguments from strscpy() calls (2025-03-28 21:28:28 +0000)
----------------------------------------------------------------
kgdb patches for 6.15
Two clean ups this cycle. The larger of which is the removal of a private
allocator within kdb and replacing it with regular memory allocation. The
other adopts the simplified version of strscpy() in a couple of places in
kdb.
Signed-off-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
----------------------------------------------------------------
Nir Lichtman (1):
kdb: remove usage of static environment buffer
Thorsten Blum (1):
kdb: Remove optional size arguments from strscpy() calls
include/linux/kdb.h | 2 +-
kernel/debug/kdb/kdb_io.c | 4 ++--
kernel/debug/kdb/kdb_main.c | 48 ++++++++-------------------------------------
3 files changed, 11 insertions(+), 43 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-02 17:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-31 13:10 [GIT PULL] kgdb changes for v6.15 Daniel Thompson
2025-04-02 17:48 ` 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