lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aN_B5NanyUEXsLxo@aspen.lan>
Date: Fri, 3 Oct 2025 13:30:28 +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>,
	Colin Ian King <colin.i.king@...il.com>
Subject: [GIT PULL] kgdb changes for v6.18

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@...nel.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ