Commit 9b2199365487 for kernel

commit 9b21993654871eda57dfeeee4739fea797a50b1e
Merge: 28e7241cb857 9bccbe7b2087
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jul 25 12:48:42 2024 -0700

    Merge tag 'kgdb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux

    Pull kgdb updates from Daniel Thompson:
     "Three small changes this cycle:

       - Clean up an architecture abstraction that is no longer needed
         because all the architectures have converged.

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

       - Fix a -Wformat-security warning"

    * tag 'kgdb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux:
      kdb: Get rid of redundant kdb_curr_task()
      kdb: Use the passed prompt in kdb_position_cursor()
      kdb: address -Wformat-security warnings