[GIT PULL] kgdb changes for v6.11

From: Daniel Thompson
Date: Thu Jul 25 2024 - 05:48:04 EST


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@xxxxxxxxxx>

----------------------------------------------------------------
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(-)