[GIT PULL] kgdb changes for v6.14

From: Daniel Thompson
Date: Sat Jan 25 2025 - 13:13:00 EST


The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20:

Linux 6.13-rc6 (2025-01-05 14:13:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6beaa75cd24d660e7913c60aff702ec809ff9b28:

kdb: Remove unused flags stack (2025-01-25 08:22:26 +0000)

----------------------------------------------------------------
kgdb patches for 6.14

A very small set of changes this kernel cycle. It consists of two cleanups,
one switches to kmap_local_page() (from kmap_atomic() ) and the other
removes a bit of dead code.

Signed-off-by: Daniel Thompson (RISCstar) <danielt@xxxxxxxxxx>

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
kdb: Remove unused flags stack

Zhang Heng (1):
kdb: use kmap_local_page()

include/linux/kdb.h | 3 ---
kernel/debug/kdb/kdb_support.c | 24 +++---------------------
2 files changed, 3 insertions(+), 24 deletions(-)