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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240725094733.GA2524052@aspen.lan>
Date: Thu, 25 Jul 2024 10:47:33 +0100
From: Daniel Thompson <daniel.thompson@...aro.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>,
	Zheng Zengkai <zhengzengkai@...wei.com>,
	Arnd Bergmann <arnd@...db.de>
Subject: [GIT PULL] kgdb changes for v6.11

Hi Linus

Sorry this is so late in the window. It's not even a good reason... I
just lost track of which week it was. Happily this is only three small
changes and all have been soaking in linux-next for a month or so.

The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

  Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9bccbe7b20876a34c70b13430ea1b308fc8d5a7e:

  kdb: Get rid of redundant kdb_curr_task() (2024-06-21 15:49:29 +0100)

----------------------------------------------------------------
kgdb patches for 6.11

Three small changes this cycle:

1. Cleaning up an architecture abstraction that is no longer needed
   because all the architectures have converged.
2. Actually use the prompt argument to kdb_position_cursor() instead of
   ignoring it (functionally this fix is a nop but that was due to luck
   rather than good judgement)
3. Fix a -Wformat-security warning.

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

----------------------------------------------------------------
Arnd Bergmann (1):
      kdb: address -Wformat-security warnings

Douglas Anderson (1):
      kdb: Use the passed prompt in kdb_position_cursor()

Zheng Zengkai (1):
      kdb: Get rid of redundant kdb_curr_task()

 kernel/debug/kdb/kdb_bt.c      |  2 +-
 kernel/debug/kdb/kdb_io.c      |  6 +++---
 kernel/debug/kdb/kdb_main.c    | 18 ++++--------------
 kernel/debug/kdb/kdb_private.h |  2 --
 4 files changed, 8 insertions(+), 20 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ