[GIT PULL] kgdb changes for v6.8

From: Daniel Thompson
Date: Thu Jan 18 2024 - 09:28:03 EST


Hi Linus

Apologies for sending this so late in merge window, especially given as
you will see from the diffstat I can hardly claim to be overworked in
this regard!

Anyhow... the following changes since commit
610a9b8f49fbcf1100716370d3b5f6f884a2835a:

Linux 6.7-rc8 (2023-12-31 12:51:25 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4f41d30cd6dc865c3cbc1a852372321eba6d4e4c:

kdb: Fix a potential buffer overflow in kdb_local() (2024-01-17 17:19:06 +0000)

----------------------------------------------------------------
kgdb patches for 6.8

The entire changeset for kgdb this cycle is a single two-line change to
remove some deadcode that, had it not been dead, would have called
strncpy() in an unsafe manner.

To be fair there were other modest clean ups were discussed this cycle
but they are not finalized and will have to wait until next time.

Signed-off-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx>

----------------------------------------------------------------
Christophe JAILLET (1):
kdb: Fix a potential buffer overflow in kdb_local()

kernel/debug/kdb/kdb_main.c | 2 --
1 file changed, 2 deletions(-)