[GIT PULL] kgdb changes for v6.15

From: Daniel Thompson
Date: Mon Mar 31 2025 - 09:10:42 EST


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@xxxxxxxxxx>

----------------------------------------------------------------
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(-)