From: Daniel Thompson <danielt@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jason Wessel <jason.wessel@windriver.com>,
linux-kernel@vger.kernel.org,
Douglas Anderson <dianders@chromium.org>,
Thorsten Blum <thorsten.blum@linux.dev>,
Nir Lichtman <nir@lichtman.org>
Subject: [GIT PULL] kgdb changes for v6.15
Date: Mon, 31 Mar 2025 14:10:30 +0100 [thread overview]
Message-ID: <Z-qURoU3mrfusdBv@aspen.lan> (raw)
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(-)
next reply other threads:[~2025-03-31 13:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-31 13:10 Daniel Thompson [this message]
2025-04-02 17:48 ` [GIT PULL] kgdb changes for v6.15 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z-qURoU3mrfusdBv@aspen.lan \
--to=danielt@kernel.org \
--cc=dianders@chromium.org \
--cc=jason.wessel@windriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nir@lichtman.org \
--cc=thorsten.blum@linux.dev \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox