public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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>,
	Colin Ian King <colin.i.king@gmail.com>
Subject: [GIT PULL] kgdb changes for v6.18
Date: Fri, 3 Oct 2025 13:30:28 +0100	[thread overview]
Message-ID: <aN_B5NanyUEXsLxo@aspen.lan> (raw)

The following changes since commit 76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c:

  Linux 6.17-rc5 (2025-09-07 14:22:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-6.18-rc1

for you to fetch changes up to fdbdd0ccb30af18d3b29e714ac8d5ab6163279e0:

  kdb: remove redundant check for scancode 0xe0 (2025-09-20 21:19:09 +0100)

----------------------------------------------------------------
kgdb patches for 6.18

A collection of small cleanups this cycle. Thorsten Blum has replaced a
number strcpy() calls with safer alternatives (fixing a pointer
aliasing bug in the process). Colin Ian King has simplified things by
removing some unreachable code.

Signed-off-by: Daniel Thompson (RISCstar) <danielt@kernel.org>

----------------------------------------------------------------
Colin Ian King (1):
      kdb: remove redundant check for scancode 0xe0

Thorsten Blum (5):
      kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()
      kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()
      kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
      kdb: Replace deprecated strcpy() with memcpy() in parse_grep()
      kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()

 kernel/debug/gdbstub.c          | 29 +++++++++++++++--------------
 kernel/debug/kdb/kdb_io.c       | 14 ++++++++------
 kernel/debug/kdb/kdb_keyboard.c |  3 ---
 kernel/debug/kdb/kdb_main.c     | 14 +++-----------
 kernel/debug/kdb/kdb_private.h  |  1 +
 kernel/debug/kdb/kdb_support.c  | 35 +++++++++++++++++++++++++++++++++--
 6 files changed, 60 insertions(+), 36 deletions(-)

             reply	other threads:[~2025-10-03 12:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-03 12:30 Daniel Thompson [this message]
2025-10-04 18:20 ` [GIT PULL] kgdb changes for v6.18 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=aN_B5NanyUEXsLxo@aspen.lan \
    --to=danielt@kernel.org \
    --cc=colin.i.king@gmail.com \
    --cc=dianders@chromium.org \
    --cc=jason.wessel@windriver.com \
    --cc=linux-kernel@vger.kernel.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