[GIT PULL] kgdb changes for v5.15

From: Daniel Thompson
Date: Mon Sep 06 2021 - 12:01:03 EST


The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f8416aa29185468e0d914ba4b2a330fd53ee263f:

kernel: debug: Convert to SPDX identifier (2021-09-06 14:31:11 +0100)

----------------------------------------------------------------
kgdb patches for 5.15

Changes for kgdb/kdb this cycle are dominated by a change from
Sumit that removes as small (256K) private heap from kdb. This is
change I've hoped for ever since I discovered how few users of this
heap remained in the kernel, so many thanks to Sumit for hunting
these down. Other change is an incremental step towards SPDX headers.

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

----------------------------------------------------------------
Cai Huoqing (1):
kernel: debug: Convert to SPDX identifier

Sumit Garg (5):
kdb: Get rid of custom debug heap allocator
kdb: Rename struct defcmd_set to struct kdb_macro
kdb: Get rid of redundant kdb_register_flags()
kdb: Simplify kdb_defcmd macro logic
kdb: Rename members of struct kdbtab_t

include/linux/kdb.h | 27 +-
kernel/debug/debug_core.c | 5 +-
kernel/debug/gdbstub.c | 5 +-
kernel/debug/kdb/kdb_bp.c | 72 ++---
kernel/debug/kdb/kdb_debugger.c | 1 -
kernel/debug/kdb/kdb_main.c | 626 ++++++++++++++++++----------------------
kernel/debug/kdb/kdb_private.h | 18 --
kernel/debug/kdb/kdb_support.c | 329 ++-------------------
kernel/trace/trace_kdb.c | 12 +-
samples/kdb/kdb_hello.c | 20 +-
10 files changed, 387 insertions(+), 728 deletions(-)