[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z-qURoU3mrfusdBv@aspen.lan>
Date: Mon, 31 Mar 2025 14:10:30 +0100
From: Daniel Thompson <danielt@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Jason Wessel <jason.wessel@...driver.com>, linux-kernel@...r.kernel.org,
Douglas Anderson <dianders@...omium.org>,
Thorsten Blum <thorsten.blum@...ux.dev>,
Nir Lichtman <nir@...htman.org>
Subject: [GIT PULL] kgdb changes for v6.15
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@...nel.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(-)
Powered by blists - more mailing lists